Shades of Pink Flamingo #E95DFC
Tints of Pink Flamingo #E95DFC
RGB
CMYK
RGB Variations
Color information
#E95DFC (or 0xE95DFC) is known color: Pink Flamingo. HEX triplet: E9, 5D and FC. RGB value is (233,93,252). Sum of RGB (Red+Green+Blue) = 233+93+252=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #E95DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95DFC is #16A203. Grayscale: #989898. Windows color (decimal): -1483268 or 16539113. OLE color: 16539113.
HSL color Cylindrical-coordinate representation of color #E95DFC: hue angle of 292.83º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95DFC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 93 | 252 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.01 |
| HSL | 292.83º | 0.96% | 0.68% | - |
| HSV(B) | 292.83º | 0.63% | 0.99% | - |
| XYZ | 55.09 | 32.18 | 95.4 | - |
| YUV | 152.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 252 | 0.08 | 0.63 | 0 | 0.01 | 292.83 | 0.96 | 0.68 |
| Hex | E9 | 5D | FC | 8 | 3F | 0 | 1 | 125 | 60 | 44 |
| Octal | 351 | 135 | 374 | 10 | 77 | 0 | 1 | 445 | 140 | 104 |
| Binary | 11101001 | 1011101 | 11111100 | 1000 | 111111 | 0 | 1 | 100100101 | 1100000 | 1000100 |
Color Harmonies of #E95DFC
Complementary color
Monochromatic Colors of #E95DFC
Black with #E95DFC
Text Example
Text Example
White with #E95DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DFC; }
p { color: rgb(233,93,252); }
H1.HeaderClassName
{
color: #E95DFC;
}
.AnyTagClassName
{
color: #E95DFC;
}
</style>
background-color css
<style>
a { background-color: #E95DFC; }
a { background-color: rgb(233,93,252); }
div.DivClassName
{
background-color: #E95DFC;
}
.BgClassName
{
background-color: #E95DFC;
}
</style>
border-color css
<style>
span { border-color: #E95DFC; }
span { border-color: rgb(233,93,252); }
td.TdClassName
{
border-color: #E95DFC;
}
.TagClassName
{
border-color: #E95DFC;
}
</style>