Shades of Pink Flamingo #E94AFA
Tints of Pink Flamingo #E94AFA
RGB
CMYK
RGB Variations
Color information
#E94AFA (or 0xE94AFA) is known color: Pink Flamingo. HEX triplet: E9, 4A and FA. RGB value is (233,74,250). Sum of RGB (Red+Green+Blue) = 233+74+250=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E94AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94AFA is #16B505. Grayscale: #8D8D8D. Windows color (decimal): -1488134 or 16403177. OLE color: 16403177.
HSL color Cylindrical-coordinate representation of color #E94AFA: hue angle of 294.2º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94AFA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 74 | 250 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.02 |
| HSL | 294.2º | 0.95% | 0.64% | - |
| HSV(B) | 294.2º | 0.7% | 0.98% | - |
| XYZ | 53.31 | 29.12 | 93.25 | - |
| YUV | 141.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 250 | 0.07 | 0.70 | 0 | 0.02 | 294.2 | 0.95 | 0.64 |
| Hex | E9 | 4A | FA | 7 | 46 | 0 | 2 | 126 | 5F | 40 |
| Octal | 351 | 112 | 372 | 7 | 106 | 0 | 2 | 446 | 137 | 100 |
| Binary | 11101001 | 1001010 | 11111010 | 111 | 1000110 | 0 | 10 | 100100110 | 1011111 | 1000000 |
Color Harmonies of #E94AFA
Complementary color
Monochromatic Colors of #E94AFA
Black with #E94AFA
Text Example
Text Example
White with #E94AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AFA; }
p { color: rgb(233,74,250); }
H1.HeaderClassName
{
color: #E94AFA;
}
.AnyTagClassName
{
color: #E94AFA;
}
</style>
background-color css
<style>
a { background-color: #E94AFA; }
a { background-color: rgb(233,74,250); }
div.DivClassName
{
background-color: #E94AFA;
}
.BgClassName
{
background-color: #E94AFA;
}
</style>
border-color css
<style>
span { border-color: #E94AFA; }
span { border-color: rgb(233,74,250); }
td.TdClassName
{
border-color: #E94AFA;
}
.TagClassName
{
border-color: #E94AFA;
}
</style>