Shades of Pink Flamingo #E942FD
Tints of Pink Flamingo #E942FD
RGB
CMYK
RGB Variations
Color information
#E942FD (or 0xE942FD) is known color: Pink Flamingo. HEX triplet: E9, 42 and FD. RGB value is (233,66,253). Sum of RGB (Red+Green+Blue) = 233+66+253=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 66 (26.17% from 255 or 11.96% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #E942FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E942FD is #16BD02. Grayscale: #888888. Windows color (decimal): -1490179 or 16597737. OLE color: 16597737.
HSL color Cylindrical-coordinate representation of color #E942FD: hue angle of 293.58º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E942FD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 66 | 253 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.01 |
| HSL | 293.58º | 0.98% | 0.63% | - |
| HSV(B) | 293.58º | 0.74% | 0.99% | - |
| XYZ | 53.28 | 28.31 | 95.58 | - |
| YUV | 137.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 253 | 0.08 | 0.74 | 0 | 0.01 | 293.58 | 0.98 | 0.63 |
| Hex | E9 | 42 | FD | 8 | 4A | 0 | 1 | 126 | 62 | 3F |
| Octal | 351 | 102 | 375 | 10 | 112 | 0 | 1 | 446 | 142 | 77 |
| Binary | 11101001 | 1000010 | 11111101 | 1000 | 1001010 | 0 | 1 | 100100110 | 1100010 | 111111 |
Color Harmonies of #E942FD
Complementary color
Monochromatic Colors of #E942FD
Black with #E942FD
Text Example
Text Example
White with #E942FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942FD; }
p { color: rgb(233,66,253); }
H1.HeaderClassName
{
color: #E942FD;
}
.AnyTagClassName
{
color: #E942FD;
}
</style>
background-color css
<style>
a { background-color: #E942FD; }
a { background-color: rgb(233,66,253); }
div.DivClassName
{
background-color: #E942FD;
}
.BgClassName
{
background-color: #E942FD;
}
</style>
border-color css
<style>
span { border-color: #E942FD; }
span { border-color: rgb(233,66,253); }
td.TdClassName
{
border-color: #E942FD;
}
.TagClassName
{
border-color: #E942FD;
}
</style>