Shades of Pale Magenta #EE82DC
Tints of Pale Magenta #EE82DC
RGB
CMYK
RGB Variations
Color information
#EE82DC (or 0xEE82DC) is known color: Pale Magenta. HEX triplet: EE, 82 and DC. RGB value is (238,130,220). Sum of RGB (Red+Green+Blue) = 238+130+220=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82DC is #117D23. Grayscale: #ACACAC. Windows color (decimal): -1146148 or 14451438. OLE color: 14451438.
HSL color Cylindrical-coordinate representation of color #EE82DC: hue angle of 310º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE82DC is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 220 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.07 |
| HSL | 310º | 0.76% | 0.72% | - |
| HSV(B) | 310º | 0.45% | 0.93% | - |
| XYZ | 56.16 | 39.31 | 72.34 | - |
| YUV | 172.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 220 | 0 | 0.45 | 0.08 | 0.07 | 310 | 0.76 | 0.72 |
| Hex | EE | 82 | DC | 0 | 2D | 8 | 7 | 136 | 4C | 48 |
| Octal | 356 | 202 | 334 | 0 | 55 | 10 | 7 | 466 | 114 | 110 |
| Binary | 11101110 | 10000010 | 11011100 | 0 | 101101 | 1000 | 111 | 100110110 | 1001100 | 1001000 |
Color Harmonies of #EE82DC
Complementary color
Monochromatic Colors of #EE82DC
Black with #EE82DC
Text Example
Text Example
White with #EE82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82DC; }
p { color: rgb(238,130,220); }
H1.HeaderClassName
{
color: #EE82DC;
}
.AnyTagClassName
{
color: #EE82DC;
}
</style>
background-color css
<style>
a { background-color: #EE82DC; }
a { background-color: rgb(238,130,220); }
div.DivClassName
{
background-color: #EE82DC;
}
.BgClassName
{
background-color: #EE82DC;
}
</style>
border-color css
<style>
span { border-color: #EE82DC; }
span { border-color: rgb(238,130,220); }
td.TdClassName
{
border-color: #EE82DC;
}
.TagClassName
{
border-color: #EE82DC;
}
</style>