Shades of Pink Flamingo #E855F4
Tints of Pink Flamingo #E855F4
RGB
CMYK
RGB Variations
Color information
#E855F4 (or 0xE855F4) is known color: Pink Flamingo. HEX triplet: E8, 55 and F4. RGB value is (232,85,244). Sum of RGB (Red+Green+Blue) = 232+85+244=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #E855F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E855F4 is #17AA0B. Grayscale: #929292. Windows color (decimal): -1550860 or 16012776. OLE color: 16012776.
HSL color Cylindrical-coordinate representation of color #E855F4: hue angle of 295.47º degrees, saturation: 0.88, 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 #E855F4 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 85 | 244 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.04 |
| HSL | 295.47º | 0.88% | 0.65% | - |
| HSV(B) | 295.47º | 0.65% | 0.96% | - |
| XYZ | 52.86 | 30.18 | 88.63 | - |
| YUV | 147.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 244 | 0.05 | 0.65 | 0 | 0.04 | 295.47 | 0.88 | 0.65 |
| Hex | E8 | 55 | F4 | 5 | 41 | 0 | 4 | 127 | 58 | 41 |
| Octal | 350 | 125 | 364 | 5 | 101 | 0 | 4 | 447 | 130 | 101 |
| Binary | 11101000 | 1010101 | 11110100 | 101 | 1000001 | 0 | 100 | 100100111 | 1011000 | 1000001 |
Color Harmonies of #E855F4
Complementary color
Monochromatic Colors of #E855F4
Black with #E855F4
Text Example
Text Example
White with #E855F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855F4; }
p { color: rgb(232,85,244); }
H1.HeaderClassName
{
color: #E855F4;
}
.AnyTagClassName
{
color: #E855F4;
}
</style>
background-color css
<style>
a { background-color: #E855F4; }
a { background-color: rgb(232,85,244); }
div.DivClassName
{
background-color: #E855F4;
}
.BgClassName
{
background-color: #E855F4;
}
</style>
border-color css
<style>
span { border-color: #E855F4; }
span { border-color: rgb(232,85,244); }
td.TdClassName
{
border-color: #E855F4;
}
.TagClassName
{
border-color: #E855F4;
}
</style>