Shades of Pink Flamingo #EA47FF
Tints of Pink Flamingo #EA47FF
RGB
CMYK
RGB Variations
Color information
#EA47FF (or 0xEA47FF) is known color: Pink Flamingo. HEX triplet: EA, 47 and FF. RGB value is (234,71,255). Sum of RGB (Red+Green+Blue) = 234+71+255=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA47FF is #15B800. Grayscale: #8C8C8C. Windows color (decimal): -1423361 or 16730090. OLE color: 16730090.
HSL color Cylindrical-coordinate representation of color #EA47FF: hue angle of 293.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA47FF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 71 | 255 | - |
| CMYK | 0.08 | 0.72 | 0 | 0 |
| HSL | 293.15º | 1% | 0.64% | - |
| HSV(B) | 293.15º | 0.72% | 1% | - |
| XYZ | 54.23 | 29.22 | 97.39 | - |
| YUV | 140.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 255 | 0.08 | 0.72 | 0 | 0 | 293.15 | 1 | 0.64 |
| Hex | EA | 47 | FF | 8 | 48 | 0 | 0 | 125 | 64 | 40 |
| Octal | 352 | 107 | 377 | 10 | 110 | 0 | 0 | 445 | 144 | 100 |
| Binary | 11101010 | 1000111 | 11111111 | 1000 | 1001000 | 0 | 0 | 100100101 | 1100100 | 1000000 |
Color Harmonies of #EA47FF
Complementary color
Monochromatic Colors of #EA47FF
Black with #EA47FF
Text Example
Text Example
White with #EA47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA47FF; }
p { color: rgb(234,71,255); }
H1.HeaderClassName
{
color: #EA47FF;
}
.AnyTagClassName
{
color: #EA47FF;
}
</style>
background-color css
<style>
a { background-color: #EA47FF; }
a { background-color: rgb(234,71,255); }
div.DivClassName
{
background-color: #EA47FF;
}
.BgClassName
{
background-color: #EA47FF;
}
</style>
border-color css
<style>
span { border-color: #EA47FF; }
span { border-color: rgb(234,71,255); }
td.TdClassName
{
border-color: #EA47FF;
}
.TagClassName
{
border-color: #EA47FF;
}
</style>