Shades of Pink Flamingo #EE52FA
Tints of Pink Flamingo #EE52FA
RGB
CMYK
RGB Variations
Color information
#EE52FA (or 0xEE52FA) is known color: Pink Flamingo. HEX triplet: EE, 52 and FA. RGB value is (238,82,250). Sum of RGB (Red+Green+Blue) = 238+82+250=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52FA is #11AD05. Grayscale: #939393. Windows color (decimal): -1158406 or 16405230. OLE color: 16405230.
HSL color Cylindrical-coordinate representation of color #EE52FA: hue angle of 295.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE52FA is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 82 | 250 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.02 |
| HSL | 295.71º | 0.94% | 0.65% | - |
| HSV(B) | 295.71º | 0.67% | 0.98% | - |
| XYZ | 55.53 | 31.11 | 93.52 | - |
| YUV | 147.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 250 | 0.05 | 0.67 | 0 | 0.02 | 295.71 | 0.94 | 0.65 |
| Hex | EE | 52 | FA | 5 | 43 | 0 | 2 | 128 | 5E | 41 |
| Octal | 356 | 122 | 372 | 5 | 103 | 0 | 2 | 450 | 136 | 101 |
| Binary | 11101110 | 1010010 | 11111010 | 101 | 1000011 | 0 | 10 | 100101000 | 1011110 | 1000001 |
Color Harmonies of #EE52FA
Complementary color
Monochromatic Colors of #EE52FA
Black with #EE52FA
Text Example
Text Example
White with #EE52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52FA; }
p { color: rgb(238,82,250); }
H1.HeaderClassName
{
color: #EE52FA;
}
.AnyTagClassName
{
color: #EE52FA;
}
</style>
background-color css
<style>
a { background-color: #EE52FA; }
a { background-color: rgb(238,82,250); }
div.DivClassName
{
background-color: #EE52FA;
}
.BgClassName
{
background-color: #EE52FA;
}
</style>
border-color css
<style>
span { border-color: #EE52FA; }
span { border-color: rgb(238,82,250); }
td.TdClassName
{
border-color: #EE52FA;
}
.TagClassName
{
border-color: #EE52FA;
}
</style>