Shades of Pale Magenta #EE84DB
Tints of Pale Magenta #EE84DB
RGB
CMYK
RGB Variations
Color information
#EE84DB (or 0xEE84DB) is known color: Pale Magenta. HEX triplet: EE, 84 and DB. RGB value is (238,132,219). Sum of RGB (Red+Green+Blue) = 238+132+219=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84DB is #117B24. Grayscale: #ADADAD. Windows color (decimal): -1145637 or 14386414. OLE color: 14386414.
HSL color Cylindrical-coordinate representation of color #EE84DB: hue angle of 310.75º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84DB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 219 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.07 |
| HSL | 310.75º | 0.76% | 0.73% | - |
| HSV(B) | 310.75º | 0.45% | 0.93% | - |
| XYZ | 56.3 | 39.79 | 71.73 | - |
| YUV | 173.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 219 | 0 | 0.45 | 0.08 | 0.07 | 310.75 | 0.76 | 0.73 |
| Hex | EE | 84 | DB | 0 | 2D | 8 | 7 | 137 | 4C | 49 |
| Octal | 356 | 204 | 333 | 0 | 55 | 10 | 7 | 467 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11011011 | 0 | 101101 | 1000 | 111 | 100110111 | 1001100 | 1001001 |
Color Harmonies of #EE84DB
Complementary color
Monochromatic Colors of #EE84DB
Black with #EE84DB
Text Example
Text Example
White with #EE84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84DB; }
p { color: rgb(238,132,219); }
H1.HeaderClassName
{
color: #EE84DB;
}
.AnyTagClassName
{
color: #EE84DB;
}
</style>
background-color css
<style>
a { background-color: #EE84DB; }
a { background-color: rgb(238,132,219); }
div.DivClassName
{
background-color: #EE84DB;
}
.BgClassName
{
background-color: #EE84DB;
}
</style>
border-color css
<style>
span { border-color: #EE84DB; }
span { border-color: rgb(238,132,219); }
td.TdClassName
{
border-color: #EE84DB;
}
.TagClassName
{
border-color: #EE84DB;
}
</style>