Shades of Flamingo #EA5442
Tints of Flamingo #EA5442
RGB
CMYK
RGB Variations
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
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>