Shades of Pink Flamingo #EE63ED
Tints of Pink Flamingo #EE63ED
RGB
CMYK
RGB Variations
Color information
#EE63ED (or 0xEE63ED) is known color: Pink Flamingo. HEX triplet: EE, 63 and ED. RGB value is (238,99,237). Sum of RGB (Red+Green+Blue) = 238+99+237=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 99 (39.06% from 255 or 17.25% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE63ED is #119C12. Grayscale: #9B9B9B. Windows color (decimal): -1154067 or 15557614. OLE color: 15557614.
HSL color Cylindrical-coordinate representation of color #EE63ED: 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.58%. Process color model (Four color, CMYK) of #EE63ED is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 237 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.07 |
| HSL | 300.43º | 0.8% | 0.66% | - |
| HSV(B) | 300.43º | 0.58% | 0.93% | - |
| XYZ | 55.01 | 33.22 | 83.63 | - |
| YUV | 156.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 237 | 0 | 0.58 | 0.00 | 0.07 | 300.43 | 0.8 | 0.66 |
| Hex | EE | 63 | ED | 0 | 3A | 0 | 7 | 12C | 50 | 42 |
| Octal | 356 | 143 | 355 | 0 | 72 | 0 | 7 | 454 | 120 | 102 |
| Binary | 11101110 | 1100011 | 11101101 | 0 | 111010 | 0 | 111 | 100101100 | 1010000 | 1000010 |
Color Harmonies of #EE63ED
Complementary color
Monochromatic Colors of #EE63ED
Black with #EE63ED
Text Example
Text Example
White with #EE63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE63ED; }
p { color: rgb(238,99,237); }
H1.HeaderClassName
{
color: #EE63ED;
}
.AnyTagClassName
{
color: #EE63ED;
}
</style>
background-color css
<style>
a { background-color: #EE63ED; }
a { background-color: rgb(238,99,237); }
div.DivClassName
{
background-color: #EE63ED;
}
.BgClassName
{
background-color: #EE63ED;
}
</style>
border-color css
<style>
span { border-color: #EE63ED; }
span { border-color: rgb(238,99,237); }
td.TdClassName
{
border-color: #EE63ED;
}
.TagClassName
{
border-color: #EE63ED;
}
</style>