Shades of Pink Flamingo #E955F7
Tints of Pink Flamingo #E955F7
RGB
CMYK
RGB Variations
Color information
#E955F7 (or 0xE955F7) is known color: Pink Flamingo. HEX triplet: E9, 55 and F7. RGB value is (233,85,247). Sum of RGB (Red+Green+Blue) = 233+85+247=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #E955F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955F7 is #16AA08. Grayscale: #939393. Windows color (decimal): -1485321 or 16209385. OLE color: 16209385.
HSL color Cylindrical-coordinate representation of color #E955F7: hue angle of 294.81º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E955F7 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 85 | 247 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.03 |
| HSL | 294.81º | 0.91% | 0.65% | - |
| HSV(B) | 294.81º | 0.66% | 0.97% | - |
| XYZ | 53.64 | 30.54 | 91.06 | - |
| YUV | 147.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 247 | 0.06 | 0.66 | 0 | 0.03 | 294.81 | 0.91 | 0.65 |
| Hex | E9 | 55 | F7 | 6 | 42 | 0 | 3 | 127 | 5B | 41 |
| Octal | 351 | 125 | 367 | 6 | 102 | 0 | 3 | 447 | 133 | 101 |
| Binary | 11101001 | 1010101 | 11110111 | 110 | 1000010 | 0 | 11 | 100100111 | 1011011 | 1000001 |
Color Harmonies of #E955F7
Complementary color
Monochromatic Colors of #E955F7
Black with #E955F7
Text Example
Text Example
White with #E955F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955F7; }
p { color: rgb(233,85,247); }
H1.HeaderClassName
{
color: #E955F7;
}
.AnyTagClassName
{
color: #E955F7;
}
</style>
background-color css
<style>
a { background-color: #E955F7; }
a { background-color: rgb(233,85,247); }
div.DivClassName
{
background-color: #E955F7;
}
.BgClassName
{
background-color: #E955F7;
}
</style>
border-color css
<style>
span { border-color: #E955F7; }
span { border-color: rgb(233,85,247); }
td.TdClassName
{
border-color: #E955F7;
}
.TagClassName
{
border-color: #E955F7;
}
</style>