Html Css Color HEX #EA6447 Flamingo

📋 copy color: '#EA6447'

red 234 ◦ green 100 ◦ blue 71

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

Shades of Flamingo #EA6447

Tints of Flamingo #EA6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 71 (28.13% from 255) = 17.53%

R = 57.78%
G = 24.69%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA6447 (or 0xEA6447) is known color: Flamingo. HEX triplet: EA, 64 and 47. RGB value is (234,100,71). Sum of RGB (Red+Green+Blue) = 234+100+71=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6447 is #159BB8. Grayscale: #898989. Windows color (decimal): -1416121 or 4678890. OLE color: 4678890.

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

Color convert

RGB 234 100 71 -
CMYK 0 0.57 0.70 0.08
HSL 10.67º 0.8% 0.6% -
HSV(B) 10.67º 0.7% 0.92% -
XYZ 39.63 27.06 9.1 -
YUV 136.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 234 100 71 0 0.57 0.70 0.08 10.67 0.8 0.6
Hex EA 64 47 0 39 46 8 B 50 3C
Octal 352 144 107 0 71 106 10 13 120 74
Binary 11101010 1100100 1000111 0 111001 1000110 1000 1011 1010000 111100

Color Harmonies of #EA6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6447

Black with #EA6447

Text Example


Text Example

White with #EA6447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6447; }

 p { color: rgb(234,100,71); }

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

background-color css

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

 a { background-color: rgb(234,100,71); }

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

border-color css

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

 span { border-color: rgb(234,100,71); }

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