Shades of Flamingo #E66356
Tints of Flamingo #E66356
RGB
CMYK
RGB Variations
Color information
#E66356 (or 0xE66356) is known color: Flamingo. HEX triplet: E6, 63 and 56. RGB value is (230,99,86). Sum of RGB (Red+Green+Blue) = 230+99+86=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E66356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66356 is #199CA9. Grayscale: #888888. Windows color (decimal): -1678506 or 5661670. OLE color: 5661670.
HSL color Cylindrical-coordinate representation of color #E66356: hue angle of 5.42º 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 #E66356 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 86 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.10 |
| HSL | 5.42º | 0.74% | 0.62% | - |
| HSV(B) | 5.42º | 0.63% | 0.9% | - |
| XYZ | 38.77 | 26.42 | 11.86 | - |
| YUV | 136.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 86 | 0 | 0.57 | 0.63 | 0.10 | 5.42 | 0.74 | 0.62 |
| Hex | E6 | 63 | 56 | 0 | 39 | 3F | A | 5 | 4A | 3E |
| Octal | 346 | 143 | 126 | 0 | 71 | 77 | 12 | 5 | 112 | 76 |
| Binary | 11100110 | 1100011 | 1010110 | 0 | 111001 | 111111 | 1010 | 101 | 1001010 | 111110 |
Color Harmonies of #E66356
Complementary color
Monochromatic Colors of #E66356
Black with #E66356
Text Example
Text Example
White with #E66356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66356; }
p { color: rgb(230,99,86); }
H1.HeaderClassName
{
color: #E66356;
}
.AnyTagClassName
{
color: #E66356;
}
</style>
background-color css
<style>
a { background-color: #E66356; }
a { background-color: rgb(230,99,86); }
div.DivClassName
{
background-color: #E66356;
}
.BgClassName
{
background-color: #E66356;
}
</style>
border-color css
<style>
span { border-color: #E66356; }
span { border-color: rgb(230,99,86); }
td.TdClassName
{
border-color: #E66356;
}
.TagClassName
{
border-color: #E66356;
}
</style>