Html Css Color HEX #EA5442 Flamingo

📋 copy color: '#EA5442'

red 234 ◦ green 84 ◦ blue 66

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

Shades of Flamingo #EA5442

Tints of Flamingo #EA5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 60.94%
G = 21.88%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA5442 (or 0xEA5442) is known color: Flamingo. HEX triplet: EA, 54 and 42. RGB value is (234,84,66). Sum of RGB (Red+Green+Blue) = 234+84+66=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5442 is #15ABBD. Grayscale: #7F7F7F. Windows color (decimal): -1420222 or 4347114. OLE color: 4347114.

HSL color Cylindrical-coordinate representation of color #EA5442: hue angle of 6.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA5442 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 84 66 -
CMYK 0 0.64 0.72 0.08
HSL 6.43º 0.8% 0.59% -
HSV(B) 6.43º 0.72% 0.92% -
XYZ 38.09 24.23 7.82 -
YUV 126.8 93.7 204.46 -
System Red Green Blue C M Y K H S L
Decimal 234 84 66 0 0.64 0.72 0.08 6.43 0.8 0.59
Hex EA 54 42 0 40 48 8 6 50 3B
Octal 352 124 102 0 100 110 10 6 120 73
Binary 11101010 1010100 1000010 0 1000000 1001000 1000 110 1010000 111011

Color Harmonies of #EA5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5442

Black with #EA5442

Text Example


Text Example

White with #EA5442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5442; }

 p { color: rgb(234,84,66); }

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

background-color css

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

 a { background-color: rgb(234,84,66); }

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

border-color css

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

 span { border-color: rgb(234,84,66); }

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