Shades of Pale Magenta #EE88DB
Tints of Pale Magenta #EE88DB
RGB
CMYK
RGB Variations
Color information
#EE88DB (or 0xEE88DB) is known color: Pale Magenta. HEX triplet: EE, 88 and DB. RGB value is (238,136,219). Sum of RGB (Red+Green+Blue) = 238+136+219=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88DB is #117724. Grayscale: #AFAFAF. Windows color (decimal): -1144613 or 14387438. OLE color: 14387438.
HSL color Cylindrical-coordinate representation of color #EE88DB: hue angle of 311.18º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE88DB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 219 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.07 |
| HSL | 311.18º | 0.75% | 0.73% | - |
| HSV(B) | 311.18º | 0.43% | 0.93% | - |
| XYZ | 56.85 | 40.9 | 71.92 | - |
| YUV | 175.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 219 | 0 | 0.43 | 0.08 | 0.07 | 311.18 | 0.75 | 0.73 |
| Hex | EE | 88 | DB | 0 | 2B | 8 | 7 | 137 | 4B | 49 |
| Octal | 356 | 210 | 333 | 0 | 53 | 10 | 7 | 467 | 113 | 111 |
| Binary | 11101110 | 10001000 | 11011011 | 0 | 101011 | 1000 | 111 | 100110111 | 1001011 | 1001001 |
Color Harmonies of #EE88DB
Complementary color
Monochromatic Colors of #EE88DB
Black with #EE88DB
Text Example
Text Example
White with #EE88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE88DB; }
p { color: rgb(238,136,219); }
H1.HeaderClassName
{
color: #EE88DB;
}
.AnyTagClassName
{
color: #EE88DB;
}
</style>
background-color css
<style>
a { background-color: #EE88DB; }
a { background-color: rgb(238,136,219); }
div.DivClassName
{
background-color: #EE88DB;
}
.BgClassName
{
background-color: #EE88DB;
}
</style>
border-color css
<style>
span { border-color: #EE88DB; }
span { border-color: rgb(238,136,219); }
td.TdClassName
{
border-color: #EE88DB;
}
.TagClassName
{
border-color: #EE88DB;
}
</style>