Shades of Pink Flamingo #EE51F2
Tints of Pink Flamingo #EE51F2
RGB
CMYK
RGB Variations
Color information
#EE51F2 (or 0xEE51F2) is known color: Pink Flamingo. HEX triplet: EE, 51 and F2. RGB value is (238,81,242). Sum of RGB (Red+Green+Blue) = 238+81+242=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 81 (32.03% from 255 or 14.44% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE51F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE51F2 is #11AE0D. Grayscale: #919191. Windows color (decimal): -1158670 or 15880686. OLE color: 15880686.
HSL color Cylindrical-coordinate representation of color #EE51F2: hue angle of 298.51º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE51F2 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 81 | 242 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.05 |
| HSL | 298.51º | 0.86% | 0.63% | - |
| HSV(B) | 298.51º | 0.67% | 0.95% | - |
| XYZ | 54.23 | 30.47 | 87.03 | - |
| YUV | 146.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 242 | 0.02 | 0.67 | 0 | 0.05 | 298.51 | 0.86 | 0.63 |
| Hex | EE | 51 | F2 | 2 | 43 | 0 | 5 | 12B | 56 | 3F |
| Octal | 356 | 121 | 362 | 2 | 103 | 0 | 5 | 453 | 126 | 77 |
| Binary | 11101110 | 1010001 | 11110010 | 10 | 1000011 | 0 | 101 | 100101011 | 1010110 | 111111 |
Color Harmonies of #EE51F2
Complementary color
Monochromatic Colors of #EE51F2
Black with #EE51F2
Text Example
Text Example
White with #EE51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51F2; }
p { color: rgb(238,81,242); }
H1.HeaderClassName
{
color: #EE51F2;
}
.AnyTagClassName
{
color: #EE51F2;
}
</style>
background-color css
<style>
a { background-color: #EE51F2; }
a { background-color: rgb(238,81,242); }
div.DivClassName
{
background-color: #EE51F2;
}
.BgClassName
{
background-color: #EE51F2;
}
</style>
border-color css
<style>
span { border-color: #EE51F2; }
span { border-color: rgb(238,81,242); }
td.TdClassName
{
border-color: #EE51F2;
}
.TagClassName
{
border-color: #EE51F2;
}
</style>