Shades of Pink Flamingo #E94AFE
Tints of Pink Flamingo #E94AFE
RGB
CMYK
RGB Variations
Color information
#E94AFE (or 0xE94AFE) is known color: Pink Flamingo. HEX triplet: E9, 4A and FE. RGB value is (233,74,254). Sum of RGB (Red+Green+Blue) = 233+74+254=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 74 (29.30% from 255 or 13.19% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #E94AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94AFE is #16B501. Grayscale: #8D8D8D. Windows color (decimal): -1488130 or 16665321. OLE color: 16665321.
HSL color Cylindrical-coordinate representation of color #E94AFE: hue angle of 293º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94AFE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 74 | 254 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.00 |
| HSL | 293º | 0.99% | 0.64% | - |
| HSV(B) | 293º | 0.71% | 1% | - |
| XYZ | 53.94 | 29.38 | 96.59 | - |
| YUV | 142.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 254 | 0.08 | 0.71 | 0 | 0.00 | 293 | 0.99 | 0.64 |
| Hex | E9 | 4A | FE | 8 | 47 | 0 | 0 | 125 | 63 | 40 |
| Octal | 351 | 112 | 376 | 10 | 107 | 0 | 0 | 445 | 143 | 100 |
| Binary | 11101001 | 1001010 | 11111110 | 1000 | 1000111 | 0 | 0 | 100100101 | 1100011 | 1000000 |
Color Harmonies of #E94AFE
Complementary color
Monochromatic Colors of #E94AFE
Black with #E94AFE
Text Example
Text Example
White with #E94AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AFE; }
p { color: rgb(233,74,254); }
H1.HeaderClassName
{
color: #E94AFE;
}
.AnyTagClassName
{
color: #E94AFE;
}
</style>
background-color css
<style>
a { background-color: #E94AFE; }
a { background-color: rgb(233,74,254); }
div.DivClassName
{
background-color: #E94AFE;
}
.BgClassName
{
background-color: #E94AFE;
}
</style>
border-color css
<style>
span { border-color: #E94AFE; }
span { border-color: rgb(233,74,254); }
td.TdClassName
{
border-color: #E94AFE;
}
.TagClassName
{
border-color: #E94AFE;
}
</style>