Shades of Pink Flamingo #E961F0
Tints of Pink Flamingo #E961F0
RGB
CMYK
RGB Variations
Color information
#E961F0 (or 0xE961F0) is known color: Pink Flamingo. HEX triplet: E9, 61 and F0. RGB value is (233,97,240). Sum of RGB (Red+Green+Blue) = 233+97+240=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #E961F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961F0 is #169E0F. Grayscale: #999999. Windows color (decimal): -1482256 or 15753705. OLE color: 15753705.
HSL color Cylindrical-coordinate representation of color #E961F0: hue angle of 297.06º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E961F0 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 97 | 240 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.06 |
| HSL | 297.06º | 0.83% | 0.66% | - |
| HSV(B) | 297.06º | 0.6% | 0.94% | - |
| XYZ | 53.61 | 32.16 | 85.82 | - |
| YUV | 153.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 240 | 0.03 | 0.60 | 0 | 0.06 | 297.06 | 0.83 | 0.66 |
| Hex | E9 | 61 | F0 | 3 | 3C | 0 | 6 | 129 | 53 | 42 |
| Octal | 351 | 141 | 360 | 3 | 74 | 0 | 6 | 451 | 123 | 102 |
| Binary | 11101001 | 1100001 | 11110000 | 11 | 111100 | 0 | 110 | 100101001 | 1010011 | 1000010 |
Color Harmonies of #E961F0
Complementary color
Monochromatic Colors of #E961F0
Black with #E961F0
Text Example
Text Example
White with #E961F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E961F0; }
p { color: rgb(233,97,240); }
H1.HeaderClassName
{
color: #E961F0;
}
.AnyTagClassName
{
color: #E961F0;
}
</style>
background-color css
<style>
a { background-color: #E961F0; }
a { background-color: rgb(233,97,240); }
div.DivClassName
{
background-color: #E961F0;
}
.BgClassName
{
background-color: #E961F0;
}
</style>
border-color css
<style>
span { border-color: #E961F0; }
span { border-color: rgb(233,97,240); }
td.TdClassName
{
border-color: #E961F0;
}
.TagClassName
{
border-color: #E961F0;
}
</style>