Html Css Color HEX #EA5E56 Flamingo

📋 copy color: '#EA5E56'

red 234 ◦ green 94 ◦ blue 86

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

Shades of Flamingo #EA5E56

Tints of Flamingo #EA5E56

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 56.52%
G = 22.71%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA5E56 (or 0xEA5E56) is known color: Flamingo. HEX triplet: EA, 5E and 56. RGB value is (234,94,86). Sum of RGB (Red+Green+Blue) = 234+94+86=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E56 is #15A1A9. Grayscale: #878787. Windows color (decimal): -1417642 or 5660394. OLE color: 5660394.

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

Color convert

RGB 234 94 86 -
CMYK 0 0.60 0.63 0.08
HSL 3.24º 0.78% 0.63% -
HSV(B) 3.24º 0.63% 0.92% -
XYZ 39.61 26.17 11.77 -
YUV 134.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 234 94 86 0 0.60 0.63 0.08 3.24 0.78 0.63
Hex EA 5E 56 0 3C 3F 8 3 4E 3F
Octal 352 136 126 0 74 77 10 3 116 77
Binary 11101010 1011110 1010110 0 111100 111111 1000 11 1001110 111111

Color Harmonies of #EA5E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E56

Black with #EA5E56

Text Example


Text Example

White with #EA5E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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