Shades of Pink Flamingo #E85FF3
Tints of Pink Flamingo #E85FF3
RGB
CMYK
RGB Variations
Color information
#E85FF3 (or 0xE85FF3) is known color: Pink Flamingo. HEX triplet: E8, 5F and F3. RGB value is (232,95,243). Sum of RGB (Red+Green+Blue) = 232+95+243=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #E85FF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85FF3 is #17A00C. Grayscale: #989898. Windows color (decimal): -1548301 or 15949800. OLE color: 15949800.
HSL color Cylindrical-coordinate representation of color #E85FF3: hue angle of 295.54º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85FF3 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 95 | 243 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.05 |
| HSL | 295.54º | 0.86% | 0.66% | - |
| HSV(B) | 295.54º | 0.61% | 0.95% | - |
| XYZ | 53.55 | 31.81 | 88.11 | - |
| YUV | 152.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 243 | 0.05 | 0.61 | 0 | 0.05 | 295.54 | 0.86 | 0.66 |
| Hex | E8 | 5F | F3 | 5 | 3D | 0 | 5 | 128 | 56 | 42 |
| Octal | 350 | 137 | 363 | 5 | 75 | 0 | 5 | 450 | 126 | 102 |
| Binary | 11101000 | 1011111 | 11110011 | 101 | 111101 | 0 | 101 | 100101000 | 1010110 | 1000010 |
Color Harmonies of #E85FF3
Complementary color
Monochromatic Colors of #E85FF3
Black with #E85FF3
Text Example
Text Example
White with #E85FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FF3; }
p { color: rgb(232,95,243); }
H1.HeaderClassName
{
color: #E85FF3;
}
.AnyTagClassName
{
color: #E85FF3;
}
</style>
background-color css
<style>
a { background-color: #E85FF3; }
a { background-color: rgb(232,95,243); }
div.DivClassName
{
background-color: #E85FF3;
}
.BgClassName
{
background-color: #E85FF3;
}
</style>
border-color css
<style>
span { border-color: #E85FF3; }
span { border-color: rgb(232,95,243); }
td.TdClassName
{
border-color: #E85FF3;
}
.TagClassName
{
border-color: #E85FF3;
}
</style>