Shades of Flamingo #E65656
Tints of Flamingo #E65656
RGB
CMYK
RGB Variations
Color information
#E65656 (or 0xE65656) is known color: Flamingo. HEX triplet: E6, 56 and 56. RGB value is (230,86,86). Sum of RGB (Red+Green+Blue) = 230+86+86=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E65656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65656 is #19A9A9. Grayscale: #818181. Windows color (decimal): -1681834 or 5658342. OLE color: 5658342.
HSL color Cylindrical-coordinate representation of color #E65656: hue angle of 0º 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 #E65656 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 86 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.10 |
| HSL | 0º | 0.74% | 0.62% | - |
| HSV(B) | 0º | 0.63% | 0.9% | - |
| XYZ | 37.64 | 24.15 | 11.48 | - |
| YUV | 129.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 86 | 0 | 0.63 | 0.63 | 0.10 | 0 | 0.74 | 0.62 |
| Hex | E6 | 56 | 56 | 0 | 3F | 3F | A | 0 | 4A | 3E |
| Octal | 346 | 126 | 126 | 0 | 77 | 77 | 12 | 0 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1010110 | 0 | 111111 | 111111 | 1010 | 0 | 1001010 | 111110 |
Color Harmonies of #E65656
Complementary color
Monochromatic Colors of #E65656
Black with #E65656
Text Example
Text Example
White with #E65656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65656; }
p { color: rgb(230,86,86); }
H1.HeaderClassName
{
color: #E65656;
}
.AnyTagClassName
{
color: #E65656;
}
</style>
background-color css
<style>
a { background-color: #E65656; }
a { background-color: rgb(230,86,86); }
div.DivClassName
{
background-color: #E65656;
}
.BgClassName
{
background-color: #E65656;
}
</style>
border-color css
<style>
span { border-color: #E65656; }
span { border-color: rgb(230,86,86); }
td.TdClassName
{
border-color: #E65656;
}
.TagClassName
{
border-color: #E65656;
}
</style>