Html Css Color HEX #EA5957 Flamingo

📋 copy color: '#EA5957'

red 234 ◦ green 89 ◦ blue 87

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

Shades of Flamingo #EA5957

Tints of Flamingo #EA5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.71%

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

R = 57.07%
G = 21.71%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA5957 (or 0xEA5957) is known color: Flamingo. HEX triplet: EA, 59 and 57. RGB value is (234,89,87). Sum of RGB (Red+Green+Blue) = 234+89+87=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5957 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5957 is #15A6A8. Grayscale: #848484. Windows color (decimal): -1418921 or 5724650. OLE color: 5724650.

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

Color convert

RGB 234 89 87 -
CMYK 0 0.62 0.63 0.08
HSL 0.82º 0.78% 0.63% -
HSV(B) 0.82º 0.63% 0.92% -
XYZ 39.22 25.33 11.84 -
YUV 132.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 234 89 87 0 0.62 0.63 0.08 0.82 0.78 0.63
Hex EA 59 57 0 3E 3F 8 1 4E 3F
Octal 352 131 127 0 76 77 10 1 116 77
Binary 11101010 1011001 1010111 0 111110 111111 1000 1 1001110 111111

Color Harmonies of #EA5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5957

Black with #EA5957

Text Example


Text Example

White with #EA5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5957; }

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

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

background-color css

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

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

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

border-color css

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

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

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