Shades of Pink Flamingo #EE52FF
Tints of Pink Flamingo #EE52FF
RGB
CMYK
RGB Variations
Color information
#EE52FF (or 0xEE52FF) is known color: Pink Flamingo. HEX triplet: EE, 52 and FF. RGB value is (238,82,255). Sum of RGB (Red+Green+Blue) = 238+82+255=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52FF is #11AD00. Grayscale: #939393. Windows color (decimal): -1158401 or 16732910. OLE color: 16732910.
HSL color Cylindrical-coordinate representation of color #EE52FF: hue angle of 294.1º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE52FF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 82 | 255 | - |
| CMYK | 0.07 | 0.68 | 0 | 0 |
| HSL | 294.1º | 1% | 0.66% | - |
| HSV(B) | 294.1º | 0.68% | 1% | - |
| XYZ | 56.33 | 31.43 | 97.71 | - |
| YUV | 148.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 255 | 0.07 | 0.68 | 0 | 0 | 294.1 | 1 | 0.66 |
| Hex | EE | 52 | FF | 7 | 44 | 0 | 0 | 126 | 64 | 42 |
| Octal | 356 | 122 | 377 | 7 | 104 | 0 | 0 | 446 | 144 | 102 |
| Binary | 11101110 | 1010010 | 11111111 | 111 | 1000100 | 0 | 0 | 100100110 | 1100100 | 1000010 |
Color Harmonies of #EE52FF
Complementary color
Monochromatic Colors of #EE52FF
Black with #EE52FF
Text Example
Text Example
White with #EE52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52FF; }
p { color: rgb(238,82,255); }
H1.HeaderClassName
{
color: #EE52FF;
}
.AnyTagClassName
{
color: #EE52FF;
}
</style>
background-color css
<style>
a { background-color: #EE52FF; }
a { background-color: rgb(238,82,255); }
div.DivClassName
{
background-color: #EE52FF;
}
.BgClassName
{
background-color: #EE52FF;
}
</style>
border-color css
<style>
span { border-color: #EE52FF; }
span { border-color: rgb(238,82,255); }
td.TdClassName
{
border-color: #EE52FF;
}
.TagClassName
{
border-color: #EE52FF;
}
</style>