Shades of Pink Flamingo #EE62ED
Tints of Pink Flamingo #EE62ED
RGB
CMYK
RGB Variations
Color information
#EE62ED (or 0xEE62ED) is known color: Pink Flamingo. HEX triplet: EE, 62 and ED. RGB value is (238,98,237). Sum of RGB (Red+Green+Blue) = 238+98+237=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 98 (38.67% from 255 or 17.10% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE62ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE62ED is #119D12. Grayscale: #9B9B9B. Windows color (decimal): -1154323 or 15557358. OLE color: 15557358.
HSL color Cylindrical-coordinate representation of color #EE62ED: hue angle of 300.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE62ED is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 237 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.07 |
| HSL | 300.43º | 0.8% | 0.66% | - |
| HSV(B) | 300.43º | 0.59% | 0.93% | - |
| XYZ | 54.91 | 33.03 | 83.6 | - |
| YUV | 155.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 237 | 0 | 0.59 | 0.00 | 0.07 | 300.43 | 0.8 | 0.66 |
| Hex | EE | 62 | ED | 0 | 3B | 0 | 7 | 12C | 50 | 42 |
| Octal | 356 | 142 | 355 | 0 | 73 | 0 | 7 | 454 | 120 | 102 |
| Binary | 11101110 | 1100010 | 11101101 | 0 | 111011 | 0 | 111 | 100101100 | 1010000 | 1000010 |
Color Harmonies of #EE62ED
Complementary color
Monochromatic Colors of #EE62ED
Black with #EE62ED
Text Example
Text Example
White with #EE62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE62ED; }
p { color: rgb(238,98,237); }
H1.HeaderClassName
{
color: #EE62ED;
}
.AnyTagClassName
{
color: #EE62ED;
}
</style>
background-color css
<style>
a { background-color: #EE62ED; }
a { background-color: rgb(238,98,237); }
div.DivClassName
{
background-color: #EE62ED;
}
.BgClassName
{
background-color: #EE62ED;
}
</style>
border-color css
<style>
span { border-color: #EE62ED; }
span { border-color: rgb(238,98,237); }
td.TdClassName
{
border-color: #EE62ED;
}
.TagClassName
{
border-color: #EE62ED;
}
</style>