Shades of Flamingo #E25952
Tints of Flamingo #E25952
RGB
CMYK
RGB Variations
Color information
#E25952 (or 0xE25952) is known color: Flamingo. HEX triplet: E2, 59 and 52. RGB value is (226,89,82). Sum of RGB (Red+Green+Blue) = 226+89+82=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E25952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25952 is #1DA6AD. Grayscale: #818181. Windows color (decimal): -1943214 or 5396962. OLE color: 5396962.
HSL color Cylindrical-coordinate representation of color #E25952: hue angle of 2.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25952 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 82 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.11 |
| HSL | 2.92º | 0.71% | 0.6% | - |
| HSV(B) | 2.92º | 0.64% | 0.89% | - |
| XYZ | 36.46 | 23.92 | 10.68 | - |
| YUV | 129.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 82 | 0 | 0.61 | 0.64 | 0.11 | 2.92 | 0.71 | 0.6 |
| Hex | E2 | 59 | 52 | 0 | 3D | 40 | B | 3 | 47 | 3C |
| Octal | 342 | 131 | 122 | 0 | 75 | 100 | 13 | 3 | 107 | 74 |
| Binary | 11100010 | 1011001 | 1010010 | 0 | 111101 | 1000000 | 1011 | 11 | 1000111 | 111100 |
Color Harmonies of #E25952
Complementary color
Monochromatic Colors of #E25952
Black with #E25952
Text Example
Text Example
White with #E25952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25952; }
p { color: rgb(226,89,82); }
H1.HeaderClassName
{
color: #E25952;
}
.AnyTagClassName
{
color: #E25952;
}
</style>
background-color css
<style>
a { background-color: #E25952; }
a { background-color: rgb(226,89,82); }
div.DivClassName
{
background-color: #E25952;
}
.BgClassName
{
background-color: #E25952;
}
</style>
border-color css
<style>
span { border-color: #E25952; }
span { border-color: rgb(226,89,82); }
td.TdClassName
{
border-color: #E25952;
}
.TagClassName
{
border-color: #E25952;
}
</style>