Shades of Pink Flamingo #E957FA
Tints of Pink Flamingo #E957FA
RGB
CMYK
RGB Variations
Color information
#E957FA (or 0xE957FA) is known color: Pink Flamingo. HEX triplet: E9, 57 and FA. RGB value is (233,87,250). Sum of RGB (Red+Green+Blue) = 233+87+250=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 87 (34.38% from 255 or 15.26% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #E957FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E957FA is #16A805. Grayscale: #949494. Windows color (decimal): -1484806 or 16406505. OLE color: 16406505.
HSL color Cylindrical-coordinate representation of color #E957FA: hue angle of 293.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E957FA is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 87 | 250 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.02 |
| HSL | 293.74º | 0.94% | 0.66% | - |
| HSV(B) | 293.74º | 0.65% | 0.98% | - |
| XYZ | 54.27 | 31.04 | 93.57 | - |
| YUV | 149.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 250 | 0.07 | 0.65 | 0 | 0.02 | 293.74 | 0.94 | 0.66 |
| Hex | E9 | 57 | FA | 7 | 41 | 0 | 2 | 126 | 5E | 42 |
| Octal | 351 | 127 | 372 | 7 | 101 | 0 | 2 | 446 | 136 | 102 |
| Binary | 11101001 | 1010111 | 11111010 | 111 | 1000001 | 0 | 10 | 100100110 | 1011110 | 1000010 |
Color Harmonies of #E957FA
Complementary color
Monochromatic Colors of #E957FA
Black with #E957FA
Text Example
Text Example
White with #E957FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957FA; }
p { color: rgb(233,87,250); }
H1.HeaderClassName
{
color: #E957FA;
}
.AnyTagClassName
{
color: #E957FA;
}
</style>
background-color css
<style>
a { background-color: #E957FA; }
a { background-color: rgb(233,87,250); }
div.DivClassName
{
background-color: #E957FA;
}
.BgClassName
{
background-color: #E957FA;
}
</style>
border-color css
<style>
span { border-color: #E957FA; }
span { border-color: rgb(233,87,250); }
td.TdClassName
{
border-color: #E957FA;
}
.TagClassName
{
border-color: #E957FA;
}
</style>