Shades of Pink Flamingo #EA57FE
Tints of Pink Flamingo #EA57FE
RGB
CMYK
RGB Variations
Color information
#EA57FE (or 0xEA57FE) is known color: Pink Flamingo. HEX triplet: EA, 57 and FE. RGB value is (234,87,254). Sum of RGB (Red+Green+Blue) = 234+87+254=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 87 (34.38% from 255 or 15.13% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA57FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA57FE is #15A801. Grayscale: #959595. Windows color (decimal): -1419266 or 16668650. OLE color: 16668650.
HSL color Cylindrical-coordinate representation of color #EA57FE: hue angle of 292.81º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA57FE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 87 | 254 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.00 |
| HSL | 292.81º | 0.99% | 0.67% | - |
| HSV(B) | 292.81º | 0.66% | 1% | - |
| XYZ | 55.23 | 31.46 | 96.93 | - |
| YUV | 149.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 254 | 0.08 | 0.66 | 0 | 0.00 | 292.81 | 0.99 | 0.67 |
| Hex | EA | 57 | FE | 8 | 42 | 0 | 0 | 125 | 63 | 43 |
| Octal | 352 | 127 | 376 | 10 | 102 | 0 | 0 | 445 | 143 | 103 |
| Binary | 11101010 | 1010111 | 11111110 | 1000 | 1000010 | 0 | 0 | 100100101 | 1100011 | 1000011 |
Color Harmonies of #EA57FE
Complementary color
Monochromatic Colors of #EA57FE
Black with #EA57FE
Text Example
Text Example
White with #EA57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA57FE; }
p { color: rgb(234,87,254); }
H1.HeaderClassName
{
color: #EA57FE;
}
.AnyTagClassName
{
color: #EA57FE;
}
</style>
background-color css
<style>
a { background-color: #EA57FE; }
a { background-color: rgb(234,87,254); }
div.DivClassName
{
background-color: #EA57FE;
}
.BgClassName
{
background-color: #EA57FE;
}
</style>
border-color css
<style>
span { border-color: #EA57FE; }
span { border-color: rgb(234,87,254); }
td.TdClassName
{
border-color: #EA57FE;
}
.TagClassName
{
border-color: #EA57FE;
}
</style>