Shades of Pink Flamingo #EA52FE
Tints of Pink Flamingo #EA52FE
RGB
CMYK
RGB Variations
Color information
#EA52FE (or 0xEA52FE) is known color: Pink Flamingo. HEX triplet: EA, 52 and FE. RGB value is (234,82,254). Sum of RGB (Red+Green+Blue) = 234+82+254=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA52FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA52FE is #15AD01. Grayscale: #929292. Windows color (decimal): -1420546 or 16667370. OLE color: 16667370.
HSL color Cylindrical-coordinate representation of color #EA52FE: hue angle of 293.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA52FE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 82 | 254 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.00 |
| HSL | 293.02º | 0.99% | 0.66% | - |
| HSV(B) | 293.02º | 0.68% | 1% | - |
| XYZ | 54.84 | 30.68 | 96.8 | - |
| YUV | 147.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 254 | 0.08 | 0.68 | 0 | 0.00 | 293.02 | 0.99 | 0.66 |
| Hex | EA | 52 | FE | 8 | 44 | 0 | 0 | 125 | 63 | 42 |
| Octal | 352 | 122 | 376 | 10 | 104 | 0 | 0 | 445 | 143 | 102 |
| Binary | 11101010 | 1010010 | 11111110 | 1000 | 1000100 | 0 | 0 | 100100101 | 1100011 | 1000010 |
Color Harmonies of #EA52FE
Complementary color
Monochromatic Colors of #EA52FE
Black with #EA52FE
Text Example
Text Example
White with #EA52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA52FE; }
p { color: rgb(234,82,254); }
H1.HeaderClassName
{
color: #EA52FE;
}
.AnyTagClassName
{
color: #EA52FE;
}
</style>
background-color css
<style>
a { background-color: #EA52FE; }
a { background-color: rgb(234,82,254); }
div.DivClassName
{
background-color: #EA52FE;
}
.BgClassName
{
background-color: #EA52FE;
}
</style>
border-color css
<style>
span { border-color: #EA52FE; }
span { border-color: rgb(234,82,254); }
td.TdClassName
{
border-color: #EA52FE;
}
.TagClassName
{
border-color: #EA52FE;
}
</style>