Shades of Pink Flamingo #E955FA
Tints of Pink Flamingo #E955FA
RGB
CMYK
RGB Variations
Color information
#E955FA (or 0xE955FA) is known color: Pink Flamingo. HEX triplet: E9, 55 and FA. RGB value is (233,85,250). Sum of RGB (Red+Green+Blue) = 233+85+250=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 85 (33.59% from 255 or 14.96% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #E955FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955FA is #16AA05. Grayscale: #939393. Windows color (decimal): -1485318 or 16405993. OLE color: 16405993.
HSL color Cylindrical-coordinate representation of color #E955FA: hue angle of 293.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E955FA is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 85 | 250 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.02 |
| HSL | 293.82º | 0.94% | 0.66% | - |
| HSV(B) | 293.82º | 0.66% | 0.98% | - |
| XYZ | 54.11 | 30.72 | 93.52 | - |
| YUV | 148.06 | 185.53 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 250 | 0.07 | 0.66 | 0 | 0.02 | 293.82 | 0.94 | 0.66 |
| Hex | E9 | 55 | FA | 7 | 42 | 0 | 2 | 126 | 5E | 42 |
| Octal | 351 | 125 | 372 | 7 | 102 | 0 | 2 | 446 | 136 | 102 |
| Binary | 11101001 | 1010101 | 11111010 | 111 | 1000010 | 0 | 10 | 100100110 | 1011110 | 1000010 |
Color Harmonies of #E955FA
Complementary color
Monochromatic Colors of #E955FA
Black with #E955FA
Text Example
Text Example
White with #E955FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955FA; }
p { color: rgb(233,85,250); }
H1.HeaderClassName
{
color: #E955FA;
}
.AnyTagClassName
{
color: #E955FA;
}
</style>
background-color css
<style>
a { background-color: #E955FA; }
a { background-color: rgb(233,85,250); }
div.DivClassName
{
background-color: #E955FA;
}
.BgClassName
{
background-color: #E955FA;
}
</style>
border-color css
<style>
span { border-color: #E955FA; }
span { border-color: rgb(233,85,250); }
td.TdClassName
{
border-color: #E955FA;
}
.TagClassName
{
border-color: #E955FA;
}
</style>