Shades of Pink Flamingo #EE52F4
Tints of Pink Flamingo #EE52F4
RGB
CMYK
RGB Variations
Color information
#EE52F4 (or 0xEE52F4) is known color: Pink Flamingo. HEX triplet: EE, 52 and F4. RGB value is (238,82,244). Sum of RGB (Red+Green+Blue) = 238+82+244=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE52F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52F4 is #11AD0B. Grayscale: #929292. Windows color (decimal): -1158412 or 16012014. OLE color: 16012014.
HSL color Cylindrical-coordinate representation of color #EE52F4: hue angle of 297.78º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE52F4 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 82 | 244 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.04 |
| HSL | 297.78º | 0.88% | 0.64% | - |
| HSV(B) | 297.78º | 0.66% | 0.96% | - |
| XYZ | 54.61 | 30.74 | 88.64 | - |
| YUV | 147.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 244 | 0.02 | 0.66 | 0 | 0.04 | 297.78 | 0.88 | 0.64 |
| Hex | EE | 52 | F4 | 2 | 42 | 0 | 4 | 12A | 58 | 40 |
| Octal | 356 | 122 | 364 | 2 | 102 | 0 | 4 | 452 | 130 | 100 |
| Binary | 11101110 | 1010010 | 11110100 | 10 | 1000010 | 0 | 100 | 100101010 | 1011000 | 1000000 |
Color Harmonies of #EE52F4
Complementary color
Monochromatic Colors of #EE52F4
Black with #EE52F4
Text Example
Text Example
White with #EE52F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52F4; }
p { color: rgb(238,82,244); }
H1.HeaderClassName
{
color: #EE52F4;
}
.AnyTagClassName
{
color: #EE52F4;
}
</style>
background-color css
<style>
a { background-color: #EE52F4; }
a { background-color: rgb(238,82,244); }
div.DivClassName
{
background-color: #EE52F4;
}
.BgClassName
{
background-color: #EE52F4;
}
</style>
border-color css
<style>
span { border-color: #EE52F4; }
span { border-color: rgb(238,82,244); }
td.TdClassName
{
border-color: #EE52F4;
}
.TagClassName
{
border-color: #EE52F4;
}
</style>