Shades of Pink Flamingo #E94CFF
Tints of Pink Flamingo #E94CFF
RGB
CMYK
RGB Variations
Color information
#E94CFF (or 0xE94CFF) is known color: Pink Flamingo. HEX triplet: E9, 4C and FF. RGB value is (233,76,255). Sum of RGB (Red+Green+Blue) = 233+76+255=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 76 (30.08% from 255 or 13.48% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E94CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94CFF is #16B300. Grayscale: #8E8E8E. Windows color (decimal): -1487617 or 16731369. OLE color: 16731369.
HSL color Cylindrical-coordinate representation of color #E94CFF: hue angle of 292.63º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94CFF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 76 | 255 | - |
| CMYK | 0.09 | 0.70 | 0 | 0 |
| HSL | 292.63º | 1% | 0.65% | - |
| HSV(B) | 292.63º | 0.7% | 1% | - |
| XYZ | 54.24 | 29.71 | 97.48 | - |
| YUV | 143.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 255 | 0.09 | 0.70 | 0 | 0 | 292.63 | 1 | 0.65 |
| Hex | E9 | 4C | FF | 9 | 46 | 0 | 0 | 125 | 64 | 41 |
| Octal | 351 | 114 | 377 | 11 | 106 | 0 | 0 | 445 | 144 | 101 |
| Binary | 11101001 | 1001100 | 11111111 | 1001 | 1000110 | 0 | 0 | 100100101 | 1100100 | 1000001 |
Color Harmonies of #E94CFF
Complementary color
Monochromatic Colors of #E94CFF
Black with #E94CFF
Text Example
Text Example
White with #E94CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CFF; }
p { color: rgb(233,76,255); }
H1.HeaderClassName
{
color: #E94CFF;
}
.AnyTagClassName
{
color: #E94CFF;
}
</style>
background-color css
<style>
a { background-color: #E94CFF; }
a { background-color: rgb(233,76,255); }
div.DivClassName
{
background-color: #E94CFF;
}
.BgClassName
{
background-color: #E94CFF;
}
</style>
border-color css
<style>
span { border-color: #E94CFF; }
span { border-color: rgb(233,76,255); }
td.TdClassName
{
border-color: #E94CFF;
}
.TagClassName
{
border-color: #E94CFF;
}
</style>