Shades of Flamingo #E65956
Tints of Flamingo #E65956
RGB
CMYK
RGB Variations
Color information
#E65956 (or 0xE65956) is known color: Flamingo. HEX triplet: E6, 59 and 56. RGB value is (230,89,86). Sum of RGB (Red+Green+Blue) = 230+89+86=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E65956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65956 is #19A6A9. Grayscale: #828282. Windows color (decimal): -1681066 or 5659110. OLE color: 5659110.
HSL color Cylindrical-coordinate representation of color #E65956: hue angle of 1.25º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65956 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 86 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.10 |
| HSL | 1.25º | 0.74% | 0.62% | - |
| HSV(B) | 1.25º | 0.63% | 0.9% | - |
| XYZ | 37.89 | 24.64 | 11.56 | - |
| YUV | 130.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 86 | 0 | 0.61 | 0.63 | 0.10 | 1.25 | 0.74 | 0.62 |
| Hex | E6 | 59 | 56 | 0 | 3D | 3F | A | 1 | 4A | 3E |
| Octal | 346 | 131 | 126 | 0 | 75 | 77 | 12 | 1 | 112 | 76 |
| Binary | 11100110 | 1011001 | 1010110 | 0 | 111101 | 111111 | 1010 | 1 | 1001010 | 111110 |
Color Harmonies of #E65956
Complementary color
Monochromatic Colors of #E65956
Black with #E65956
Text Example
Text Example
White with #E65956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65956; }
p { color: rgb(230,89,86); }
H1.HeaderClassName
{
color: #E65956;
}
.AnyTagClassName
{
color: #E65956;
}
</style>
background-color css
<style>
a { background-color: #E65956; }
a { background-color: rgb(230,89,86); }
div.DivClassName
{
background-color: #E65956;
}
.BgClassName
{
background-color: #E65956;
}
</style>
border-color css
<style>
span { border-color: #E65956; }
span { border-color: rgb(230,89,86); }
td.TdClassName
{
border-color: #E65956;
}
.TagClassName
{
border-color: #E65956;
}
</style>