Shades of Flamingo #E65952
Tints of Flamingo #E65952
RGB
CMYK
RGB Variations
Color information
#E65952 (or 0xE65952) is known color: Flamingo. HEX triplet: E6, 59 and 52. RGB value is (230,89,82). Sum of RGB (Red+Green+Blue) = 230+89+82=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E65952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65952 is #19A6AD. Grayscale: #828282. Windows color (decimal): -1681070 or 5396966. OLE color: 5396966.
HSL color Cylindrical-coordinate representation of color #E65952: hue angle of 2.84º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65952 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 82 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.10 |
| HSL | 2.84º | 0.75% | 0.61% | - |
| HSV(B) | 2.84º | 0.64% | 0.9% | - |
| XYZ | 37.73 | 24.58 | 10.74 | - |
| YUV | 130.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 82 | 0 | 0.61 | 0.64 | 0.10 | 2.84 | 0.75 | 0.61 |
| Hex | E6 | 59 | 52 | 0 | 3D | 40 | A | 3 | 4B | 3D |
| Octal | 346 | 131 | 122 | 0 | 75 | 100 | 12 | 3 | 113 | 75 |
| Binary | 11100110 | 1011001 | 1010010 | 0 | 111101 | 1000000 | 1010 | 11 | 1001011 | 111101 |
Color Harmonies of #E65952
Complementary color
Monochromatic Colors of #E65952
Black with #E65952
Text Example
Text Example
White with #E65952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65952; }
p { color: rgb(230,89,82); }
H1.HeaderClassName
{
color: #E65952;
}
.AnyTagClassName
{
color: #E65952;
}
</style>
background-color css
<style>
a { background-color: #E65952; }
a { background-color: rgb(230,89,82); }
div.DivClassName
{
background-color: #E65952;
}
.BgClassName
{
background-color: #E65952;
}
</style>
border-color css
<style>
span { border-color: #E65952; }
span { border-color: rgb(230,89,82); }
td.TdClassName
{
border-color: #E65952;
}
.TagClassName
{
border-color: #E65952;
}
</style>