Shades of Pink Flamingo #EA59FE
Tints of Pink Flamingo #EA59FE
RGB
CMYK
RGB Variations
Color information
#EA59FE (or 0xEA59FE) is known color: Pink Flamingo. HEX triplet: EA, 59 and FE. RGB value is (234,89,254). Sum of RGB (Red+Green+Blue) = 234+89+254=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 89 (35.16% from 255 or 15.42% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA59FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59FE is #15A601. Grayscale: #969696. Windows color (decimal): -1418754 or 16669162. OLE color: 16669162.
HSL color Cylindrical-coordinate representation of color #EA59FE: hue angle of 292.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA59FE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 89 | 254 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.00 |
| HSL | 292.73º | 0.99% | 0.67% | - |
| HSV(B) | 292.73º | 0.65% | 1% | - |
| XYZ | 55.39 | 31.79 | 96.98 | - |
| YUV | 151.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 254 | 0.08 | 0.65 | 0 | 0.00 | 292.73 | 0.99 | 0.67 |
| Hex | EA | 59 | FE | 8 | 41 | 0 | 0 | 125 | 63 | 43 |
| Octal | 352 | 131 | 376 | 10 | 101 | 0 | 0 | 445 | 143 | 103 |
| Binary | 11101010 | 1011001 | 11111110 | 1000 | 1000001 | 0 | 0 | 100100101 | 1100011 | 1000011 |
Color Harmonies of #EA59FE
Complementary color
Monochromatic Colors of #EA59FE
Black with #EA59FE
Text Example
Text Example
White with #EA59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA59FE; }
p { color: rgb(234,89,254); }
H1.HeaderClassName
{
color: #EA59FE;
}
.AnyTagClassName
{
color: #EA59FE;
}
</style>
background-color css
<style>
a { background-color: #EA59FE; }
a { background-color: rgb(234,89,254); }
div.DivClassName
{
background-color: #EA59FE;
}
.BgClassName
{
background-color: #EA59FE;
}
</style>
border-color css
<style>
span { border-color: #EA59FE; }
span { border-color: rgb(234,89,254); }
td.TdClassName
{
border-color: #EA59FE;
}
.TagClassName
{
border-color: #EA59FE;
}
</style>