Html Css Color HEX #EA564C Flamingo

📋 copy color: '#EA564C'

red 234 ◦ green 86 ◦ blue 76

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

Shades of Flamingo #EA564C

Tints of Flamingo #EA564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.72%

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 59.09%
G = 21.72%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA564C (or 0xEA564C) is known color: Flamingo. HEX triplet: EA, 56 and 4C. RGB value is (234,86,76). Sum of RGB (Red+Green+Blue) = 234+86+76=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA564C is #15A9B3. Grayscale: #818181. Windows color (decimal): -1419700 or 5002986. OLE color: 5002986.

HSL color Cylindrical-coordinate representation of color #EA564C: hue angle of 3.8º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA564C is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 76 -
CMYK 0 0.63 0.68 0.08
HSL 3.8º 0.79% 0.61% -
HSV(B) 3.8º 0.68% 0.92% -
XYZ 38.56 24.67 9.57 -
YUV 129.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 234 86 76 0 0.63 0.68 0.08 3.8 0.79 0.61
Hex EA 56 4C 0 3F 44 8 4 4F 3D
Octal 352 126 114 0 77 104 10 4 117 75
Binary 11101010 1010110 1001100 0 111111 1000100 1000 100 1001111 111101

Color Harmonies of #EA564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA564C

Black with #EA564C

Text Example


Text Example

White with #EA564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA564C; }

 p { color: rgb(234,86,76); }

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

background-color css

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

 a { background-color: rgb(234,86,76); }

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

border-color css

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

 span { border-color: rgb(234,86,76); }

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