Html Css Color HEX #EA6144 Flamingo

📋 copy color: '#EA6144'

red 234 ◦ green 97 ◦ blue 68

#EA6144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #EA6144

Tints of Flamingo #EA6144

RGB

 RED value IS 234 (91.8% from 255) = 58.65%

 GREEN value IS 97 (38.28% from 255) = 24.31%

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 58.65%
G = 24.31%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA6144 (or 0xEA6144) is known color: Flamingo. HEX triplet: EA, 61 and 44. RGB value is (234,97,68). Sum of RGB (Red+Green+Blue) = 234+97+68=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6144 is #159EBB. Grayscale: #868686. Windows color (decimal): -1416892 or 4481514. OLE color: 4481514.

HSL color Cylindrical-coordinate representation of color #EA6144: hue angle of 10.48º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA6144 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 97 68 -
CMYK 0 0.59 0.71 0.08
HSL 10.48º 0.8% 0.59% -
HSV(B) 10.48º 0.71% 0.92% -
XYZ 39.25 26.46 8.51 -
YUV 134.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 234 97 68 0 0.59 0.71 0.08 10.48 0.8 0.59
Hex EA 61 44 0 3B 47 8 A 50 3B
Octal 352 141 104 0 73 107 10 12 120 73
Binary 11101010 1100001 1000100 0 111011 1000111 1000 1010 1010000 111011

Color Harmonies of #EA6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6144

Black with #EA6144

Text Example


Text Example

White with #EA6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6144; }

 p { color: rgb(234,97,68); }

 H1.HeaderClassName
 {
   color: #EA6144;
 }
 .AnyTagClassName
 {
   color: #EA6144;
 }
</style>

background-color css

<style>
 a { background-color: #EA6144; }

 a { background-color: rgb(234,97,68); }

 div.DivClassName
 {
   background-color: #EA6144;
 }
 .BgClassName
 {
   background-color: #EA6144;
 }
</style>

border-color css

<style>
 span { border-color: #EA6144; }

 span { border-color: rgb(234,97,68); }

 td.TdClassName
 {
   border-color: #EA6144;
 }
 .TagClassName
 {
   border-color: #EA6144;
 }
</style>