Shades of Pink Flamingo #EE64ED
Tints of Pink Flamingo #EE64ED
RGB
CMYK
RGB Variations
Color information
#EE64ED (or 0xEE64ED) is known color: Pink Flamingo. HEX triplet: EE, 64 and ED. RGB value is (238,100,237). Sum of RGB (Red+Green+Blue) = 238+100+237=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64ED is #119B12. Grayscale: #9C9C9C. Windows color (decimal): -1153811 or 15557870. OLE color: 15557870.
HSL color Cylindrical-coordinate representation of color #EE64ED: 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 #EE64ED is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 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.1 | 33.41 | 83.66 | - |
| YUV | 156.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 237 | 0 | 0.58 | 0.00 | 0.07 | 300.43 | 0.8 | 0.66 |
| Hex | EE | 64 | ED | 0 | 3A | 0 | 7 | 12C | 50 | 42 |
| Octal | 356 | 144 | 355 | 0 | 72 | 0 | 7 | 454 | 120 | 102 |
| Binary | 11101110 | 1100100 | 11101101 | 0 | 111010 | 0 | 111 | 100101100 | 1010000 | 1000010 |
Color Harmonies of #EE64ED
Complementary color
Monochromatic Colors of #EE64ED
Black with #EE64ED
Text Example
Text Example
White with #EE64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64ED; }
p { color: rgb(238,100,237); }
H1.HeaderClassName
{
color: #EE64ED;
}
.AnyTagClassName
{
color: #EE64ED;
}
</style>
background-color css
<style>
a { background-color: #EE64ED; }
a { background-color: rgb(238,100,237); }
div.DivClassName
{
background-color: #EE64ED;
}
.BgClassName
{
background-color: #EE64ED;
}
</style>
border-color css
<style>
span { border-color: #EE64ED; }
span { border-color: rgb(238,100,237); }
td.TdClassName
{
border-color: #EE64ED;
}
.TagClassName
{
border-color: #EE64ED;
}
</style>