Shades of Flamingo #E15A52
Tints of Flamingo #E15A52
RGB
CMYK
RGB Variations
Color information
#E15A52 (or 0xE15A52) is known color: Flamingo. HEX triplet: E1, 5A and 52. RGB value is (225,90,82). Sum of RGB (Red+Green+Blue) = 225+90+82=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A52 is #1EA5AD. Grayscale: #818181. Windows color (decimal): -2008494 or 5397217. OLE color: 5397217.
HSL color Cylindrical-coordinate representation of color #E15A52: hue angle of 3.36º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15A52 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 82 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.12 |
| HSL | 3.36º | 0.7% | 0.6% | - |
| HSV(B) | 3.36º | 0.64% | 0.88% | - |
| XYZ | 36.23 | 23.93 | 10.69 | - |
| YUV | 129.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 82 | 0 | 0.60 | 0.64 | 0.12 | 3.36 | 0.7 | 0.6 |
| Hex | E1 | 5A | 52 | 0 | 3C | 40 | C | 3 | 46 | 3C |
| Octal | 341 | 132 | 122 | 0 | 74 | 100 | 14 | 3 | 106 | 74 |
| Binary | 11100001 | 1011010 | 1010010 | 0 | 111100 | 1000000 | 1100 | 11 | 1000110 | 111100 |
Color Harmonies of #E15A52
Complementary color
Monochromatic Colors of #E15A52
Black with #E15A52
Text Example
Text Example
White with #E15A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A52; }
p { color: rgb(225,90,82); }
H1.HeaderClassName
{
color: #E15A52;
}
.AnyTagClassName
{
color: #E15A52;
}
</style>
background-color css
<style>
a { background-color: #E15A52; }
a { background-color: rgb(225,90,82); }
div.DivClassName
{
background-color: #E15A52;
}
.BgClassName
{
background-color: #E15A52;
}
</style>
border-color css
<style>
span { border-color: #E15A52; }
span { border-color: rgb(225,90,82); }
td.TdClassName
{
border-color: #E15A52;
}
.TagClassName
{
border-color: #E15A52;
}
</style>