Shades of Pink Flamingo #E855F6
Tints of Pink Flamingo #E855F6
RGB
CMYK
RGB Variations
Color information
#E855F6 (or 0xE855F6) is known color: Pink Flamingo. HEX triplet: E8, 55 and F6. RGB value is (232,85,246). Sum of RGB (Red+Green+Blue) = 232+85+246=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #E855F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E855F6 is #17AA09. Grayscale: #929292. Windows color (decimal): -1550858 or 16143848. OLE color: 16143848.
HSL color Cylindrical-coordinate representation of color #E855F6: hue angle of 294.78º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E855F6 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 85 | 246 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.04 |
| HSL | 294.78º | 0.9% | 0.65% | - |
| HSV(B) | 294.78º | 0.65% | 0.96% | - |
| XYZ | 53.16 | 30.31 | 90.24 | - |
| YUV | 147.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 246 | 0.06 | 0.65 | 0 | 0.04 | 294.78 | 0.9 | 0.65 |
| Hex | E8 | 55 | F6 | 6 | 41 | 0 | 4 | 127 | 5A | 41 |
| Octal | 350 | 125 | 366 | 6 | 101 | 0 | 4 | 447 | 132 | 101 |
| Binary | 11101000 | 1010101 | 11110110 | 110 | 1000001 | 0 | 100 | 100100111 | 1011010 | 1000001 |
Color Harmonies of #E855F6
Complementary color
Monochromatic Colors of #E855F6
Black with #E855F6
Text Example
Text Example
White with #E855F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855F6; }
p { color: rgb(232,85,246); }
H1.HeaderClassName
{
color: #E855F6;
}
.AnyTagClassName
{
color: #E855F6;
}
</style>
background-color css
<style>
a { background-color: #E855F6; }
a { background-color: rgb(232,85,246); }
div.DivClassName
{
background-color: #E855F6;
}
.BgClassName
{
background-color: #E855F6;
}
</style>
border-color css
<style>
span { border-color: #E855F6; }
span { border-color: rgb(232,85,246); }
td.TdClassName
{
border-color: #E855F6;
}
.TagClassName
{
border-color: #E855F6;
}
</style>