Shades of Pink Flamingo #E85DF4
Tints of Pink Flamingo #E85DF4
RGB
CMYK
RGB Variations
Color information
#E85DF4 (or 0xE85DF4) is known color: Pink Flamingo. HEX triplet: E8, 5D and F4. RGB value is (232,93,244). Sum of RGB (Red+Green+Blue) = 232+93+244=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #E85DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DF4 is #17A20B. Grayscale: #979797. Windows color (decimal): -1548812 or 16014824. OLE color: 16014824.
HSL color Cylindrical-coordinate representation of color #E85DF4: hue angle of 295.23º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85DF4 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 93 | 244 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.04 |
| HSL | 295.23º | 0.87% | 0.66% | - |
| HSV(B) | 295.23º | 0.62% | 0.96% | - |
| XYZ | 53.52 | 31.52 | 88.85 | - |
| YUV | 151.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 244 | 0.05 | 0.62 | 0 | 0.04 | 295.23 | 0.87 | 0.66 |
| Hex | E8 | 5D | F4 | 5 | 3E | 0 | 4 | 127 | 57 | 42 |
| Octal | 350 | 135 | 364 | 5 | 76 | 0 | 4 | 447 | 127 | 102 |
| Binary | 11101000 | 1011101 | 11110100 | 101 | 111110 | 0 | 100 | 100100111 | 1010111 | 1000010 |
Color Harmonies of #E85DF4
Complementary color
Monochromatic Colors of #E85DF4
Black with #E85DF4
Text Example
Text Example
White with #E85DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DF4; }
p { color: rgb(232,93,244); }
H1.HeaderClassName
{
color: #E85DF4;
}
.AnyTagClassName
{
color: #E85DF4;
}
</style>
background-color css
<style>
a { background-color: #E85DF4; }
a { background-color: rgb(232,93,244); }
div.DivClassName
{
background-color: #E85DF4;
}
.BgClassName
{
background-color: #E85DF4;
}
</style>
border-color css
<style>
span { border-color: #E85DF4; }
span { border-color: rgb(232,93,244); }
td.TdClassName
{
border-color: #E85DF4;
}
.TagClassName
{
border-color: #E85DF4;
}
</style>