Shades of Pink Flamingo #EE65ED
Tints of Pink Flamingo #EE65ED
RGB
CMYK
RGB Variations
Color information
#EE65ED (or 0xEE65ED) is known color: Pink Flamingo. HEX triplet: EE, 65 and ED. RGB value is (238,101,237). Sum of RGB (Red+Green+Blue) = 238+101+237=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65ED is #119A12. Grayscale: #9D9D9D. Windows color (decimal): -1153555 or 15558126. OLE color: 15558126.
HSL color Cylindrical-coordinate representation of color #EE65ED: hue angle of 300.44º 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 #EE65ED is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 237 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.07 |
| HSL | 300.44º | 0.8% | 0.66% | - |
| HSV(B) | 300.44º | 0.58% | 0.93% | - |
| XYZ | 55.2 | 33.6 | 83.7 | - |
| YUV | 157.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 237 | 0 | 0.58 | 0.00 | 0.07 | 300.44 | 0.8 | 0.66 |
| Hex | EE | 65 | ED | 0 | 3A | 0 | 7 | 12C | 50 | 42 |
| Octal | 356 | 145 | 355 | 0 | 72 | 0 | 7 | 454 | 120 | 102 |
| Binary | 11101110 | 1100101 | 11101101 | 0 | 111010 | 0 | 111 | 100101100 | 1010000 | 1000010 |
Color Harmonies of #EE65ED
Complementary color
Monochromatic Colors of #EE65ED
Black with #EE65ED
Text Example
Text Example
White with #EE65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65ED; }
p { color: rgb(238,101,237); }
H1.HeaderClassName
{
color: #EE65ED;
}
.AnyTagClassName
{
color: #EE65ED;
}
</style>
background-color css
<style>
a { background-color: #EE65ED; }
a { background-color: rgb(238,101,237); }
div.DivClassName
{
background-color: #EE65ED;
}
.BgClassName
{
background-color: #EE65ED;
}
</style>
border-color css
<style>
span { border-color: #EE65ED; }
span { border-color: rgb(238,101,237); }
td.TdClassName
{
border-color: #EE65ED;
}
.TagClassName
{
border-color: #EE65ED;
}
</style>