Shades of Flamingo #E35952
Tints of Flamingo #E35952
RGB
CMYK
RGB Variations
Color information
#E35952 (or 0xE35952) is known color: Flamingo. HEX triplet: E3, 59 and 52. RGB value is (227,89,82). Sum of RGB (Red+Green+Blue) = 227+89+82=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E35952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35952 is #1CA6AD. Grayscale: #818181. Windows color (decimal): -1877678 or 5396963. OLE color: 5396963.
HSL color Cylindrical-coordinate representation of color #E35952: hue angle of 2.9º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35952 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 82 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.11 |
| HSL | 2.9º | 0.72% | 0.61% | - |
| HSV(B) | 2.9º | 0.64% | 0.89% | - |
| XYZ | 36.77 | 24.08 | 10.69 | - |
| YUV | 129.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 82 | 0 | 0.61 | 0.64 | 0.11 | 2.9 | 0.72 | 0.61 |
| Hex | E3 | 59 | 52 | 0 | 3D | 40 | B | 3 | 48 | 3D |
| Octal | 343 | 131 | 122 | 0 | 75 | 100 | 13 | 3 | 110 | 75 |
| Binary | 11100011 | 1011001 | 1010010 | 0 | 111101 | 1000000 | 1011 | 11 | 1001000 | 111101 |
Color Harmonies of #E35952
Complementary color
Monochromatic Colors of #E35952
Black with #E35952
Text Example
Text Example
White with #E35952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35952; }
p { color: rgb(227,89,82); }
H1.HeaderClassName
{
color: #E35952;
}
.AnyTagClassName
{
color: #E35952;
}
</style>
background-color css
<style>
a { background-color: #E35952; }
a { background-color: rgb(227,89,82); }
div.DivClassName
{
background-color: #E35952;
}
.BgClassName
{
background-color: #E35952;
}
</style>
border-color css
<style>
span { border-color: #E35952; }
span { border-color: rgb(227,89,82); }
td.TdClassName
{
border-color: #E35952;
}
.TagClassName
{
border-color: #E35952;
}
</style>