Shades of Pink Flamingo #E85EF4
Tints of Pink Flamingo #E85EF4
RGB
CMYK
RGB Variations
Color information
#E85EF4 (or 0xE85EF4) is known color: Pink Flamingo. HEX triplet: E8, 5E and F4. RGB value is (232,94,244). Sum of RGB (Red+Green+Blue) = 232+94+244=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #E85EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EF4 is #17A10B. Grayscale: #979797. Windows color (decimal): -1548556 or 16015080. OLE color: 16015080.
HSL color Cylindrical-coordinate representation of color #E85EF4: hue angle of 295.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85EF4 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 94 | 244 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.04 |
| HSL | 295.2º | 0.87% | 0.66% | - |
| HSV(B) | 295.2º | 0.61% | 0.96% | - |
| XYZ | 53.61 | 31.69 | 88.88 | - |
| YUV | 152.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 244 | 0.05 | 0.61 | 0 | 0.04 | 295.2 | 0.87 | 0.66 |
| Hex | E8 | 5E | F4 | 5 | 3D | 0 | 4 | 127 | 57 | 42 |
| Octal | 350 | 136 | 364 | 5 | 75 | 0 | 4 | 447 | 127 | 102 |
| Binary | 11101000 | 1011110 | 11110100 | 101 | 111101 | 0 | 100 | 100100111 | 1010111 | 1000010 |
Color Harmonies of #E85EF4
Complementary color
Monochromatic Colors of #E85EF4
Black with #E85EF4
Text Example
Text Example
White with #E85EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EF4; }
p { color: rgb(232,94,244); }
H1.HeaderClassName
{
color: #E85EF4;
}
.AnyTagClassName
{
color: #E85EF4;
}
</style>
background-color css
<style>
a { background-color: #E85EF4; }
a { background-color: rgb(232,94,244); }
div.DivClassName
{
background-color: #E85EF4;
}
.BgClassName
{
background-color: #E85EF4;
}
</style>
border-color css
<style>
span { border-color: #E85EF4; }
span { border-color: rgb(232,94,244); }
td.TdClassName
{
border-color: #E85EF4;
}
.TagClassName
{
border-color: #E85EF4;
}
</style>