Shades of Pink Flamingo #E858FF
Tints of Pink Flamingo #E858FF
RGB
CMYK
RGB Variations
Color information
#E858FF (or 0xE858FF) is known color: Pink Flamingo. HEX triplet: E8, 58 and FF. RGB value is (232,88,255). Sum of RGB (Red+Green+Blue) = 232+88+255=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #E858FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E858FF is #17A700. Grayscale: #959595. Windows color (decimal): -1550081 or 16734440. OLE color: 16734440.
HSL color Cylindrical-coordinate representation of color #E858FF: hue angle of 291.74º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E858FF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 88 | 255 | - |
| CMYK | 0.09 | 0.65 | 0 | 0 |
| HSL | 291.74º | 1% | 0.67% | - |
| HSV(B) | 291.74º | 0.65% | 1% | - |
| XYZ | 54.82 | 31.36 | 97.77 | - |
| YUV | 150.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 255 | 0.09 | 0.65 | 0 | 0 | 291.74 | 1 | 0.67 |
| Hex | E8 | 58 | FF | 9 | 41 | 0 | 0 | 124 | 64 | 43 |
| Octal | 350 | 130 | 377 | 11 | 101 | 0 | 0 | 444 | 144 | 103 |
| Binary | 11101000 | 1011000 | 11111111 | 1001 | 1000001 | 0 | 0 | 100100100 | 1100100 | 1000011 |
Color Harmonies of #E858FF
Complementary color
Monochromatic Colors of #E858FF
Black with #E858FF
Text Example
Text Example
White with #E858FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858FF; }
p { color: rgb(232,88,255); }
H1.HeaderClassName
{
color: #E858FF;
}
.AnyTagClassName
{
color: #E858FF;
}
</style>
background-color css
<style>
a { background-color: #E858FF; }
a { background-color: rgb(232,88,255); }
div.DivClassName
{
background-color: #E858FF;
}
.BgClassName
{
background-color: #E858FF;
}
</style>
border-color css
<style>
span { border-color: #E858FF; }
span { border-color: rgb(232,88,255); }
td.TdClassName
{
border-color: #E858FF;
}
.TagClassName
{
border-color: #E858FF;
}
</style>