Shades of Pink Flamingo #E963F0
Tints of Pink Flamingo #E963F0
RGB
CMYK
RGB Variations
Color information
#E963F0 (or 0xE963F0) is known color: Pink Flamingo. HEX triplet: E9, 63 and F0. RGB value is (233,99,240). Sum of RGB (Red+Green+Blue) = 233+99+240=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #E963F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E963F0 is #169C0F. Grayscale: #9A9A9A. Windows color (decimal): -1481744 or 15754217. OLE color: 15754217.
HSL color Cylindrical-coordinate representation of color #E963F0: hue angle of 297.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E963F0 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 99 | 240 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.06 |
| HSL | 297.02º | 0.82% | 0.66% | - |
| HSV(B) | 297.02º | 0.59% | 0.94% | - |
| XYZ | 53.79 | 32.54 | 85.88 | - |
| YUV | 155.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 240 | 0.03 | 0.59 | 0 | 0.06 | 297.02 | 0.82 | 0.66 |
| Hex | E9 | 63 | F0 | 3 | 3B | 0 | 6 | 129 | 52 | 42 |
| Octal | 351 | 143 | 360 | 3 | 73 | 0 | 6 | 451 | 122 | 102 |
| Binary | 11101001 | 1100011 | 11110000 | 11 | 111011 | 0 | 110 | 100101001 | 1010010 | 1000010 |
Color Harmonies of #E963F0
Complementary color
Monochromatic Colors of #E963F0
Black with #E963F0
Text Example
Text Example
White with #E963F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963F0; }
p { color: rgb(233,99,240); }
H1.HeaderClassName
{
color: #E963F0;
}
.AnyTagClassName
{
color: #E963F0;
}
</style>
background-color css
<style>
a { background-color: #E963F0; }
a { background-color: rgb(233,99,240); }
div.DivClassName
{
background-color: #E963F0;
}
.BgClassName
{
background-color: #E963F0;
}
</style>
border-color css
<style>
span { border-color: #E963F0; }
span { border-color: rgb(233,99,240); }
td.TdClassName
{
border-color: #E963F0;
}
.TagClassName
{
border-color: #E963F0;
}
</style>