Shades of Pink Flamingo #EE52F1
Tints of Pink Flamingo #EE52F1
RGB
CMYK
RGB Variations
Color information
#EE52F1 (or 0xEE52F1) is known color: Pink Flamingo. HEX triplet: EE, 52 and F1. RGB value is (238,82,241). Sum of RGB (Red+Green+Blue) = 238+82+241=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE52F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52F1 is #11AD0E. Grayscale: #929292. Windows color (decimal): -1158415 or 15815406. OLE color: 15815406.
HSL color Cylindrical-coordinate representation of color #EE52F1: hue angle of 298.87º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE52F1 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 82 | 241 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.05 |
| HSL | 298.87º | 0.85% | 0.63% | - |
| HSV(B) | 298.87º | 0.66% | 0.95% | - |
| XYZ | 54.15 | 30.56 | 86.26 | - |
| YUV | 146.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 241 | 0.01 | 0.66 | 0 | 0.05 | 298.87 | 0.85 | 0.63 |
| Hex | EE | 52 | F1 | 1 | 42 | 0 | 5 | 12B | 55 | 3F |
| Octal | 356 | 122 | 361 | 1 | 102 | 0 | 5 | 453 | 125 | 77 |
| Binary | 11101110 | 1010010 | 11110001 | 1 | 1000010 | 0 | 101 | 100101011 | 1010101 | 111111 |
Color Harmonies of #EE52F1
Complementary color
Monochromatic Colors of #EE52F1
Black with #EE52F1
Text Example
Text Example
White with #EE52F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52F1; }
p { color: rgb(238,82,241); }
H1.HeaderClassName
{
color: #EE52F1;
}
.AnyTagClassName
{
color: #EE52F1;
}
</style>
background-color css
<style>
a { background-color: #EE52F1; }
a { background-color: rgb(238,82,241); }
div.DivClassName
{
background-color: #EE52F1;
}
.BgClassName
{
background-color: #EE52F1;
}
</style>
border-color css
<style>
span { border-color: #EE52F1; }
span { border-color: rgb(238,82,241); }
td.TdClassName
{
border-color: #EE52F1;
}
.TagClassName
{
border-color: #EE52F1;
}
</style>