Html Css Color HEX #EA5E57 Flamingo

📋 copy color: '#EA5E57'

red 234 ◦ green 94 ◦ blue 87

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

Shades of Flamingo #EA5E57

Tints of Flamingo #EA5E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.96%

R = 56.39%
G = 22.65%
B = 20.96%

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

#EA5E57 (or 0xEA5E57) is known color: Flamingo. HEX triplet: EA, 5E and 57. RGB value is (234,94,87). Sum of RGB (Red+Green+Blue) = 234+94+87=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E57 is #15A1A8. Grayscale: #878787. Windows color (decimal): -1417641 or 5725930. OLE color: 5725930.

HSL color Cylindrical-coordinate representation of color #EA5E57: hue angle of 2.86º 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 #EA5E57 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 87 -
CMYK 0 0.60 0.63 0.08
HSL 2.86º 0.78% 0.63% -
HSV(B) 2.86º 0.63% 0.92% -
XYZ 39.65 26.19 11.98 -
YUV 135.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 234 94 87 0 0.60 0.63 0.08 2.86 0.78 0.63
Hex EA 5E 57 0 3C 3F 8 3 4E 3F
Octal 352 136 127 0 74 77 10 3 116 77
Binary 11101010 1011110 1010111 0 111100 111111 1000 11 1001110 111111

Color Harmonies of #EA5E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E57

Black with #EA5E57

Text Example


Text Example

White with #EA5E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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