Shades of Pink Flamingo #E940FA
Tints of Pink Flamingo #E940FA
RGB
CMYK
RGB Variations
Color information
#E940FA (or 0xE940FA) is known color: Pink Flamingo. HEX triplet: E9, 40 and FA. RGB value is (233,64,250). Sum of RGB (Red+Green+Blue) = 233+64+250=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #E940FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940FA is #16BF05. Grayscale: #878787. Windows color (decimal): -1490694 or 16400617. OLE color: 16400617.
HSL color Cylindrical-coordinate representation of color #E940FA: hue angle of 294.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E940FA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 64 | 250 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.02 |
| HSL | 294.52º | 0.95% | 0.62% | - |
| HSV(B) | 294.52º | 0.74% | 0.98% | - |
| XYZ | 52.69 | 27.89 | 93.05 | - |
| YUV | 135.74 | 192.49 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 250 | 0.07 | 0.74 | 0 | 0.02 | 294.52 | 0.95 | 0.62 |
| Hex | E9 | 40 | FA | 7 | 4A | 0 | 2 | 127 | 5F | 3E |
| Octal | 351 | 100 | 372 | 7 | 112 | 0 | 2 | 447 | 137 | 76 |
| Binary | 11101001 | 1000000 | 11111010 | 111 | 1001010 | 0 | 10 | 100100111 | 1011111 | 111110 |
Color Harmonies of #E940FA
Complementary color
Monochromatic Colors of #E940FA
Black with #E940FA
Text Example
Text Example
White with #E940FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940FA; }
p { color: rgb(233,64,250); }
H1.HeaderClassName
{
color: #E940FA;
}
.AnyTagClassName
{
color: #E940FA;
}
</style>
background-color css
<style>
a { background-color: #E940FA; }
a { background-color: rgb(233,64,250); }
div.DivClassName
{
background-color: #E940FA;
}
.BgClassName
{
background-color: #E940FA;
}
</style>
border-color css
<style>
span { border-color: #E940FA; }
span { border-color: rgb(233,64,250); }
td.TdClassName
{
border-color: #E940FA;
}
.TagClassName
{
border-color: #E940FA;
}
</style>