Shades of Pink Flamingo #E85EF3
Tints of Pink Flamingo #E85EF3
RGB
CMYK
RGB Variations
Color information
#E85EF3 (or 0xE85EF3) is known color: Pink Flamingo. HEX triplet: E8, 5E and F3. RGB value is (232,94,243). Sum of RGB (Red+Green+Blue) = 232+94+243=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #E85EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EF3 is #17A10C. Grayscale: #979797. Windows color (decimal): -1548557 or 15949544. OLE color: 15949544.
HSL color Cylindrical-coordinate representation of color #E85EF3: hue angle of 295.57º 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 #E85EF3 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 94 | 243 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.05 |
| HSL | 295.57º | 0.86% | 0.66% | - |
| HSV(B) | 295.57º | 0.61% | 0.95% | - |
| XYZ | 53.46 | 31.63 | 88.08 | - |
| YUV | 152.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 243 | 0.05 | 0.61 | 0 | 0.05 | 295.57 | 0.86 | 0.66 |
| Hex | E8 | 5E | F3 | 5 | 3D | 0 | 5 | 128 | 56 | 42 |
| Octal | 350 | 136 | 363 | 5 | 75 | 0 | 5 | 450 | 126 | 102 |
| Binary | 11101000 | 1011110 | 11110011 | 101 | 111101 | 0 | 101 | 100101000 | 1010110 | 1000010 |
Color Harmonies of #E85EF3
Complementary color
Monochromatic Colors of #E85EF3
Black with #E85EF3
Text Example
Text Example
White with #E85EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EF3; }
p { color: rgb(232,94,243); }
H1.HeaderClassName
{
color: #E85EF3;
}
.AnyTagClassName
{
color: #E85EF3;
}
</style>
background-color css
<style>
a { background-color: #E85EF3; }
a { background-color: rgb(232,94,243); }
div.DivClassName
{
background-color: #E85EF3;
}
.BgClassName
{
background-color: #E85EF3;
}
</style>
border-color css
<style>
span { border-color: #E85EF3; }
span { border-color: rgb(232,94,243); }
td.TdClassName
{
border-color: #E85EF3;
}
.TagClassName
{
border-color: #E85EF3;
}
</style>