Shades of Pink Flamingo #EA49FE
Tints of Pink Flamingo #EA49FE
RGB
CMYK
RGB Variations
Color information
#EA49FE (or 0xEA49FE) is known color: Pink Flamingo. HEX triplet: EA, 49 and FE. RGB value is (234,73,254). Sum of RGB (Red+Green+Blue) = 234+73+254=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 73 (28.91% from 255 or 13.01% 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 #EA49FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA49FE is #15B601. Grayscale: #8D8D8D. Windows color (decimal): -1422850 or 16665066. OLE color: 16665066.
HSL color Cylindrical-coordinate representation of color #EA49FE: hue angle of 293.37º 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 #EA49FE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 73 | 254 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.00 |
| HSL | 293.37º | 0.99% | 0.64% | - |
| HSV(B) | 293.37º | 0.71% | 1% | - |
| XYZ | 54.2 | 29.41 | 96.59 | - |
| YUV | 141.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 254 | 0.08 | 0.71 | 0 | 0.00 | 293.37 | 0.99 | 0.64 |
| Hex | EA | 49 | FE | 8 | 47 | 0 | 0 | 125 | 63 | 40 |
| Octal | 352 | 111 | 376 | 10 | 107 | 0 | 0 | 445 | 143 | 100 |
| Binary | 11101010 | 1001001 | 11111110 | 1000 | 1000111 | 0 | 0 | 100100101 | 1100011 | 1000000 |
Color Harmonies of #EA49FE
Complementary color
Monochromatic Colors of #EA49FE
Black with #EA49FE
Text Example
Text Example
White with #EA49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA49FE; }
p { color: rgb(234,73,254); }
H1.HeaderClassName
{
color: #EA49FE;
}
.AnyTagClassName
{
color: #EA49FE;
}
</style>
background-color css
<style>
a { background-color: #EA49FE; }
a { background-color: rgb(234,73,254); }
div.DivClassName
{
background-color: #EA49FE;
}
.BgClassName
{
background-color: #EA49FE;
}
</style>
border-color css
<style>
span { border-color: #EA49FE; }
span { border-color: rgb(234,73,254); }
td.TdClassName
{
border-color: #EA49FE;
}
.TagClassName
{
border-color: #EA49FE;
}
</style>