Shades of Flamingo #EA5E4A
Tints of Flamingo #EA5E4A
RGB
CMYK
RGB Variations
Color information
#EA5E4A (or 0xEA5E4A) is known color: Flamingo. HEX triplet: EA, 5E and 4A. RGB value is (234,94,74). Sum of RGB (Red+Green+Blue) = 234+94+74=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E4A is #15A1B5. Grayscale: #858585. Windows color (decimal): -1417654 or 4873962. OLE color: 4873962.
HSL color Cylindrical-coordinate representation of color #EA5E4A: hue angle of 7.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA5E4A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 74 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.08 |
| HSL | 7.5º | 0.79% | 0.6% | - |
| HSV(B) | 7.5º | 0.68% | 0.92% | - |
| XYZ | 39.17 | 25.99 | 9.43 | - |
| YUV | 133.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 74 | 0 | 0.60 | 0.68 | 0.08 | 7.5 | 0.79 | 0.6 |
| Hex | EA | 5E | 4A | 0 | 3C | 44 | 8 | 8 | 4F | 3C |
| Octal | 352 | 136 | 112 | 0 | 74 | 104 | 10 | 10 | 117 | 74 |
| Binary | 11101010 | 1011110 | 1001010 | 0 | 111100 | 1000100 | 1000 | 1000 | 1001111 | 111100 |
Color Harmonies of #EA5E4A
Complementary color
Monochromatic Colors of #EA5E4A
Black with #EA5E4A
Text Example
Text Example
White with #EA5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E4A; }
p { color: rgb(234,94,74); }
H1.HeaderClassName
{
color: #EA5E4A;
}
.AnyTagClassName
{
color: #EA5E4A;
}
</style>
background-color css
<style>
a { background-color: #EA5E4A; }
a { background-color: rgb(234,94,74); }
div.DivClassName
{
background-color: #EA5E4A;
}
.BgClassName
{
background-color: #EA5E4A;
}
</style>
border-color css
<style>
span { border-color: #EA5E4A; }
span { border-color: rgb(234,94,74); }
td.TdClassName
{
border-color: #EA5E4A;
}
.TagClassName
{
border-color: #EA5E4A;
}
</style>