Shades of Pink Flamingo #E953FF
Tints of Pink Flamingo #E953FF
RGB
CMYK
RGB Variations
Color information
#E953FF (or 0xE953FF) is known color: Pink Flamingo. HEX triplet: E9, 53 and FF. RGB value is (233,83,255). Sum of RGB (Red+Green+Blue) = 233+83+255=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #E953FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E953FF is #16AC00. Grayscale: #929292. Windows color (decimal): -1485825 or 16733161. OLE color: 16733161.
HSL color Cylindrical-coordinate representation of color #E953FF: hue angle of 292.33º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E953FF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 83 | 255 | - |
| CMYK | 0.09 | 0.67 | 0 | 0 |
| HSL | 292.33º | 1% | 0.66% | - |
| HSV(B) | 292.33º | 0.67% | 1% | - |
| XYZ | 54.75 | 30.73 | 97.65 | - |
| YUV | 147.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 255 | 0.09 | 0.67 | 0 | 0 | 292.33 | 1 | 0.66 |
| Hex | E9 | 53 | FF | 9 | 43 | 0 | 0 | 124 | 64 | 42 |
| Octal | 351 | 123 | 377 | 11 | 103 | 0 | 0 | 444 | 144 | 102 |
| Binary | 11101001 | 1010011 | 11111111 | 1001 | 1000011 | 0 | 0 | 100100100 | 1100100 | 1000010 |
Color Harmonies of #E953FF
Complementary color
Monochromatic Colors of #E953FF
Black with #E953FF
Text Example
Text Example
White with #E953FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953FF; }
p { color: rgb(233,83,255); }
H1.HeaderClassName
{
color: #E953FF;
}
.AnyTagClassName
{
color: #E953FF;
}
</style>
background-color css
<style>
a { background-color: #E953FF; }
a { background-color: rgb(233,83,255); }
div.DivClassName
{
background-color: #E953FF;
}
.BgClassName
{
background-color: #E953FF;
}
</style>
border-color css
<style>
span { border-color: #E953FF; }
span { border-color: rgb(233,83,255); }
td.TdClassName
{
border-color: #E953FF;
}
.TagClassName
{
border-color: #E953FF;
}
</style>