Shades of Flamingo #EA5452
Tints of Flamingo #EA5452
RGB
CMYK
RGB Variations
Color information
#EA5452 (or 0xEA5452) is known color: Flamingo. HEX triplet: EA, 54 and 52. RGB value is (234,84,82). Sum of RGB (Red+Green+Blue) = 234+84+82=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5452 is #15ABAD. Grayscale: #808080. Windows color (decimal): -1420206 or 5395690. OLE color: 5395690.
HSL color Cylindrical-coordinate representation of color #EA5452: hue angle of 0.79º 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 #EA5452 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 82 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.08 |
| HSL | 0.79º | 0.78% | 0.62% | - |
| HSV(B) | 0.79º | 0.65% | 0.92% | - |
| XYZ | 38.63 | 24.44 | 10.66 | - |
| YUV | 128.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 82 | 0 | 0.64 | 0.65 | 0.08 | 0.79 | 0.78 | 0.62 |
| Hex | EA | 54 | 52 | 0 | 40 | 41 | 8 | 1 | 4E | 3E |
| Octal | 352 | 124 | 122 | 0 | 100 | 101 | 10 | 1 | 116 | 76 |
| Binary | 11101010 | 1010100 | 1010010 | 0 | 1000000 | 1000001 | 1000 | 1 | 1001110 | 111110 |
Color Harmonies of #EA5452
Complementary color
Monochromatic Colors of #EA5452
Black with #EA5452
Text Example
Text Example
White with #EA5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5452; }
p { color: rgb(234,84,82); }
H1.HeaderClassName
{
color: #EA5452;
}
.AnyTagClassName
{
color: #EA5452;
}
</style>
background-color css
<style>
a { background-color: #EA5452; }
a { background-color: rgb(234,84,82); }
div.DivClassName
{
background-color: #EA5452;
}
.BgClassName
{
background-color: #EA5452;
}
</style>
border-color css
<style>
span { border-color: #EA5452; }
span { border-color: rgb(234,84,82); }
td.TdClassName
{
border-color: #EA5452;
}
.TagClassName
{
border-color: #EA5452;
}
</style>