Shades of Pink Flamingo #E964F1
Tints of Pink Flamingo #E964F1
RGB
CMYK
RGB Variations
Color information
#E964F1 (or 0xE964F1) is known color: Pink Flamingo. HEX triplet: E9, 64 and F1. RGB value is (233,100,241). Sum of RGB (Red+Green+Blue) = 233+100+241=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #E964F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964F1 is #169B0E. Grayscale: #9B9B9B. Windows color (decimal): -1481487 or 15820009. OLE color: 15820009.
HSL color Cylindrical-coordinate representation of color #E964F1: hue angle of 296.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E964F1 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 100 | 241 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.05 |
| HSL | 296.6º | 0.83% | 0.67% | - |
| HSV(B) | 296.6º | 0.59% | 0.95% | - |
| XYZ | 54.04 | 32.79 | 86.7 | - |
| YUV | 155.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 241 | 0.03 | 0.59 | 0 | 0.05 | 296.6 | 0.83 | 0.67 |
| Hex | E9 | 64 | F1 | 3 | 3B | 0 | 5 | 129 | 53 | 43 |
| Octal | 351 | 144 | 361 | 3 | 73 | 0 | 5 | 451 | 123 | 103 |
| Binary | 11101001 | 1100100 | 11110001 | 11 | 111011 | 0 | 101 | 100101001 | 1010011 | 1000011 |
Color Harmonies of #E964F1
Complementary color
Monochromatic Colors of #E964F1
Black with #E964F1
Text Example
Text Example
White with #E964F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964F1; }
p { color: rgb(233,100,241); }
H1.HeaderClassName
{
color: #E964F1;
}
.AnyTagClassName
{
color: #E964F1;
}
</style>
background-color css
<style>
a { background-color: #E964F1; }
a { background-color: rgb(233,100,241); }
div.DivClassName
{
background-color: #E964F1;
}
.BgClassName
{
background-color: #E964F1;
}
</style>
border-color css
<style>
span { border-color: #E964F1; }
span { border-color: rgb(233,100,241); }
td.TdClassName
{
border-color: #E964F1;
}
.TagClassName
{
border-color: #E964F1;
}
</style>