Html Css Color HEX #EA5952 Flamingo

📋 copy color: '#EA5952'

red 234 ◦ green 89 ◦ blue 82

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

Shades of Flamingo #EA5952

Tints of Flamingo #EA5952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 57.78%
G = 21.98%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA5952 (or 0xEA5952) is known color: Flamingo. HEX triplet: EA, 59 and 52. RGB value is (234,89,82). Sum of RGB (Red+Green+Blue) = 234+89+82=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5952 is #15A6AD. Grayscale: #838383. Windows color (decimal): -1418926 or 5396970. OLE color: 5396970.

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

Color convert

RGB 234 89 82 -
CMYK 0 0.62 0.65 0.08
HSL 2.76º 0.78% 0.62% -
HSV(B) 2.76º 0.65% 0.92% -
XYZ 39.03 25.25 10.8 -
YUV 131.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 234 89 82 0 0.62 0.65 0.08 2.76 0.78 0.62
Hex EA 59 52 0 3E 41 8 3 4E 3E
Octal 352 131 122 0 76 101 10 3 116 76
Binary 11101010 1011001 1010010 0 111110 1000001 1000 11 1001110 111110

Color Harmonies of #EA5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5952

Black with #EA5952

Text Example


Text Example

White with #EA5952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5952; }

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

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

background-color css

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

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

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

border-color css

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

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

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