Shades of Flamingo #EA5852
Tints of Flamingo #EA5852
RGB
CMYK
RGB Variations
Color information
#EA5852 (or 0xEA5852) is known color: Flamingo. HEX triplet: EA, 58 and 52. RGB value is (234,88,82). Sum of RGB (Red+Green+Blue) = 234+88+82=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5852 is #15A7AD. Grayscale: #838383. Windows color (decimal): -1419182 or 5396714. OLE color: 5396714.
HSL color Cylindrical-coordinate representation of color #EA5852: hue angle of 2.37º 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 #EA5852 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 82 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.08 |
| HSL | 2.37º | 0.78% | 0.62% | - |
| HSV(B) | 2.37º | 0.65% | 0.92% | - |
| XYZ | 38.94 | 25.08 | 10.77 | - |
| YUV | 130.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 82 | 0 | 0.62 | 0.65 | 0.08 | 2.37 | 0.78 | 0.62 |
| Hex | EA | 58 | 52 | 0 | 3E | 41 | 8 | 2 | 4E | 3E |
| Octal | 352 | 130 | 122 | 0 | 76 | 101 | 10 | 2 | 116 | 76 |
| Binary | 11101010 | 1011000 | 1010010 | 0 | 111110 | 1000001 | 1000 | 10 | 1001110 | 111110 |
Color Harmonies of #EA5852
Complementary color
Monochromatic Colors of #EA5852
Black with #EA5852
Text Example
Text Example
White with #EA5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5852; }
p { color: rgb(234,88,82); }
H1.HeaderClassName
{
color: #EA5852;
}
.AnyTagClassName
{
color: #EA5852;
}
</style>
background-color css
<style>
a { background-color: #EA5852; }
a { background-color: rgb(234,88,82); }
div.DivClassName
{
background-color: #EA5852;
}
.BgClassName
{
background-color: #EA5852;
}
</style>
border-color css
<style>
span { border-color: #EA5852; }
span { border-color: rgb(234,88,82); }
td.TdClassName
{
border-color: #EA5852;
}
.TagClassName
{
border-color: #EA5852;
}
</style>