Shades of Flamingo #E15C52
Tints of Flamingo #E15C52
RGB
CMYK
RGB Variations
Color information
#E15C52 (or 0xE15C52) is known color: Flamingo. HEX triplet: E1, 5C and 52. RGB value is (225,92,82). Sum of RGB (Red+Green+Blue) = 225+92+82=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C52 is #1EA3AD. Grayscale: #828282. Windows color (decimal): -2007982 or 5397729. OLE color: 5397729.
HSL color Cylindrical-coordinate representation of color #E15C52: hue angle of 4.2º 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 #E15C52 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 82 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.12 |
| HSL | 4.2º | 0.7% | 0.6% | - |
| HSV(B) | 4.2º | 0.64% | 0.88% | - |
| XYZ | 36.4 | 24.27 | 10.75 | - |
| YUV | 130.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 82 | 0 | 0.59 | 0.64 | 0.12 | 4.2 | 0.7 | 0.6 |
| Hex | E1 | 5C | 52 | 0 | 3B | 40 | C | 4 | 46 | 3C |
| Octal | 341 | 134 | 122 | 0 | 73 | 100 | 14 | 4 | 106 | 74 |
| Binary | 11100001 | 1011100 | 1010010 | 0 | 111011 | 1000000 | 1100 | 100 | 1000110 | 111100 |
Color Harmonies of #E15C52
Complementary color
Monochromatic Colors of #E15C52
Black with #E15C52
Text Example
Text Example
White with #E15C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C52; }
p { color: rgb(225,92,82); }
H1.HeaderClassName
{
color: #E15C52;
}
.AnyTagClassName
{
color: #E15C52;
}
</style>
background-color css
<style>
a { background-color: #E15C52; }
a { background-color: rgb(225,92,82); }
div.DivClassName
{
background-color: #E15C52;
}
.BgClassName
{
background-color: #E15C52;
}
</style>
border-color css
<style>
span { border-color: #E15C52; }
span { border-color: rgb(225,92,82); }
td.TdClassName
{
border-color: #E15C52;
}
.TagClassName
{
border-color: #E15C52;
}
</style>