Html Css Color HEX #EA6052 Flamingo

📋 copy color: '#EA6052'

red 234 ◦ green 96 ◦ blue 82

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

Shades of Flamingo #EA6052

Tints of Flamingo #EA6052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

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

R = 56.8%
G = 23.3%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA6052 (or 0xEA6052) is known color: Flamingo. HEX triplet: EA, 60 and 52. RGB value is (234,96,82). Sum of RGB (Red+Green+Blue) = 234+96+82=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6052 is #159FAD. Grayscale: #878787. Windows color (decimal): -1417134 or 5398762. OLE color: 5398762.

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

Color convert

RGB 234 96 82 -
CMYK 0 0.59 0.65 0.08
HSL 5.53º 0.78% 0.62% -
HSV(B) 5.53º 0.65% 0.92% -
XYZ 39.64 26.47 11 -
YUV 135.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 234 96 82 0 0.59 0.65 0.08 5.53 0.78 0.62
Hex EA 60 52 0 3B 41 8 6 4E 3E
Octal 352 140 122 0 73 101 10 6 116 76
Binary 11101010 1100000 1010010 0 111011 1000001 1000 110 1001110 111110

Color Harmonies of #EA6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6052

Black with #EA6052

Text Example


Text Example

White with #EA6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6052; }

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

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

background-color css

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

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

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

border-color css

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

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

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