Shades of Pink Flamingo #E94FFD
Tints of Pink Flamingo #E94FFD
RGB
CMYK
RGB Variations
Color information
#E94FFD (or 0xE94FFD) is known color: Pink Flamingo. HEX triplet: E9, 4F and FD. RGB value is (233,79,253). Sum of RGB (Red+Green+Blue) = 233+79+253=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #E94FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94FFD is #16B002. Grayscale: #909090. Windows color (decimal): -1486851 or 16601065. OLE color: 16601065.
HSL color Cylindrical-coordinate representation of color #E94FFD: hue angle of 293.1º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94FFD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 79 | 253 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.01 |
| HSL | 293.1º | 0.98% | 0.65% | - |
| HSV(B) | 293.1º | 0.69% | 0.99% | - |
| XYZ | 54.13 | 30.01 | 95.87 | - |
| YUV | 144.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 253 | 0.08 | 0.69 | 0 | 0.01 | 293.1 | 0.98 | 0.65 |
| Hex | E9 | 4F | FD | 8 | 45 | 0 | 1 | 125 | 62 | 41 |
| Octal | 351 | 117 | 375 | 10 | 105 | 0 | 1 | 445 | 142 | 101 |
| Binary | 11101001 | 1001111 | 11111101 | 1000 | 1000101 | 0 | 1 | 100100101 | 1100010 | 1000001 |
Color Harmonies of #E94FFD
Complementary color
Monochromatic Colors of #E94FFD
Black with #E94FFD
Text Example
Text Example
White with #E94FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94FFD; }
p { color: rgb(233,79,253); }
H1.HeaderClassName
{
color: #E94FFD;
}
.AnyTagClassName
{
color: #E94FFD;
}
</style>
background-color css
<style>
a { background-color: #E94FFD; }
a { background-color: rgb(233,79,253); }
div.DivClassName
{
background-color: #E94FFD;
}
.BgClassName
{
background-color: #E94FFD;
}
</style>
border-color css
<style>
span { border-color: #E94FFD; }
span { border-color: rgb(233,79,253); }
td.TdClassName
{
border-color: #E94FFD;
}
.TagClassName
{
border-color: #E94FFD;
}
</style>