Html Css Color HEX #EA5A52 Flamingo

📋 copy color: '#EA5A52'

red 234 ◦ green 90 ◦ blue 82

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

Shades of Flamingo #EA5A52

Tints of Flamingo #EA5A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

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

R = 57.64%
G = 22.17%
B = 20.2%

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

#EA5A52 (or 0xEA5A52) is known color: Flamingo. HEX triplet: EA, 5A and 52. RGB value is (234,90,82). Sum of RGB (Red+Green+Blue) = 234+90+82=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A52 is #15A5AD. Grayscale: #848484. Windows color (decimal): -1418670 or 5397226. OLE color: 5397226.

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

Color convert

RGB 234 90 82 -
CMYK 0 0.62 0.65 0.08
HSL 3.16º 0.78% 0.62% -
HSV(B) 3.16º 0.65% 0.92% -
XYZ 39.11 25.41 10.83 -
YUV 132.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 234 90 82 0 0.62 0.65 0.08 3.16 0.78 0.62
Hex EA 5A 52 0 3E 41 8 3 4E 3E
Octal 352 132 122 0 76 101 10 3 116 76
Binary 11101010 1011010 1010010 0 111110 1000001 1000 11 1001110 111110

Color Harmonies of #EA5A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A52

Black with #EA5A52

Text Example


Text Example

White with #EA5A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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