Shades of Pink Flamingo #E95CFD
Tints of Pink Flamingo #E95CFD
RGB
CMYK
RGB Variations
Color information
#E95CFD (or 0xE95CFD) is known color: Pink Flamingo. HEX triplet: E9, 5C and FD. RGB value is (233,92,253). Sum of RGB (Red+Green+Blue) = 233+92+253=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #E95CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95CFD is #16A302. Grayscale: #989898. Windows color (decimal): -1483523 or 16604393. OLE color: 16604393.
HSL color Cylindrical-coordinate representation of color #E95CFD: hue angle of 292.55º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95CFD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 92 | 253 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.01 |
| HSL | 292.55º | 0.98% | 0.68% | - |
| HSV(B) | 292.55º | 0.64% | 0.99% | - |
| XYZ | 55.16 | 32.07 | 96.21 | - |
| YUV | 152.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 253 | 0.08 | 0.64 | 0 | 0.01 | 292.55 | 0.98 | 0.68 |
| Hex | E9 | 5C | FD | 8 | 40 | 0 | 1 | 125 | 62 | 44 |
| Octal | 351 | 134 | 375 | 10 | 100 | 0 | 1 | 445 | 142 | 104 |
| Binary | 11101001 | 1011100 | 11111101 | 1000 | 1000000 | 0 | 1 | 100100101 | 1100010 | 1000100 |
Color Harmonies of #E95CFD
Complementary color
Monochromatic Colors of #E95CFD
Black with #E95CFD
Text Example
Text Example
White with #E95CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CFD; }
p { color: rgb(233,92,253); }
H1.HeaderClassName
{
color: #E95CFD;
}
.AnyTagClassName
{
color: #E95CFD;
}
</style>
background-color css
<style>
a { background-color: #E95CFD; }
a { background-color: rgb(233,92,253); }
div.DivClassName
{
background-color: #E95CFD;
}
.BgClassName
{
background-color: #E95CFD;
}
</style>
border-color css
<style>
span { border-color: #E95CFD; }
span { border-color: rgb(233,92,253); }
td.TdClassName
{
border-color: #E95CFD;
}
.TagClassName
{
border-color: #E95CFD;
}
</style>