Shades of Pink Flamingo #E965F0
Tints of Pink Flamingo #E965F0
RGB
CMYK
RGB Variations
Color information
#E965F0 (or 0xE965F0) is known color: Pink Flamingo. HEX triplet: E9, 65 and F0. RGB value is (233,101,240). Sum of RGB (Red+Green+Blue) = 233+101+240=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #E965F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965F0 is #169A0F. Grayscale: #9B9B9B. Windows color (decimal): -1481232 or 15754729. OLE color: 15754729.
HSL color Cylindrical-coordinate representation of color #E965F0: hue angle of 296.98º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E965F0 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 101 | 240 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.06 |
| HSL | 296.98º | 0.82% | 0.67% | - |
| HSV(B) | 296.98º | 0.58% | 0.94% | - |
| XYZ | 53.99 | 32.92 | 85.95 | - |
| YUV | 156.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 240 | 0.03 | 0.58 | 0 | 0.06 | 296.98 | 0.82 | 0.67 |
| Hex | E9 | 65 | F0 | 3 | 3A | 0 | 6 | 129 | 52 | 43 |
| Octal | 351 | 145 | 360 | 3 | 72 | 0 | 6 | 451 | 122 | 103 |
| Binary | 11101001 | 1100101 | 11110000 | 11 | 111010 | 0 | 110 | 100101001 | 1010010 | 1000011 |
Color Harmonies of #E965F0
Complementary color
Monochromatic Colors of #E965F0
Black with #E965F0
Text Example
Text Example
White with #E965F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965F0; }
p { color: rgb(233,101,240); }
H1.HeaderClassName
{
color: #E965F0;
}
.AnyTagClassName
{
color: #E965F0;
}
</style>
background-color css
<style>
a { background-color: #E965F0; }
a { background-color: rgb(233,101,240); }
div.DivClassName
{
background-color: #E965F0;
}
.BgClassName
{
background-color: #E965F0;
}
</style>
border-color css
<style>
span { border-color: #E965F0; }
span { border-color: rgb(233,101,240); }
td.TdClassName
{
border-color: #E965F0;
}
.TagClassName
{
border-color: #E965F0;
}
</style>