Shades of Pale Magenta #EE83DD
Tints of Pale Magenta #EE83DD
RGB
CMYK
RGB Variations
Color information
#EE83DD (or 0xEE83DD) is known color: Pale Magenta. HEX triplet: EE, 83 and DD. RGB value is (238,131,221). Sum of RGB (Red+Green+Blue) = 238+131+221=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83DD is #117C22. Grayscale: #ADADAD. Windows color (decimal): -1145891 or 14517230. OLE color: 14517230.
HSL color Cylindrical-coordinate representation of color #EE83DD: hue angle of 309.53º 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 #EE83DD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 221 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.07 |
| HSL | 309.53º | 0.76% | 0.72% | - |
| HSV(B) | 309.53º | 0.45% | 0.93% | - |
| XYZ | 56.43 | 39.63 | 73.08 | - |
| YUV | 173.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 221 | 0 | 0.45 | 0.07 | 0.07 | 309.53 | 0.76 | 0.72 |
| Hex | EE | 83 | DD | 0 | 2D | 7 | 7 | 136 | 4C | 48 |
| Octal | 356 | 203 | 335 | 0 | 55 | 7 | 7 | 466 | 114 | 110 |
| Binary | 11101110 | 10000011 | 11011101 | 0 | 101101 | 111 | 111 | 100110110 | 1001100 | 1001000 |
Color Harmonies of #EE83DD
Complementary color
Monochromatic Colors of #EE83DD
Black with #EE83DD
Text Example
Text Example
White with #EE83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83DD; }
p { color: rgb(238,131,221); }
H1.HeaderClassName
{
color: #EE83DD;
}
.AnyTagClassName
{
color: #EE83DD;
}
</style>
background-color css
<style>
a { background-color: #EE83DD; }
a { background-color: rgb(238,131,221); }
div.DivClassName
{
background-color: #EE83DD;
}
.BgClassName
{
background-color: #EE83DD;
}
</style>
border-color css
<style>
span { border-color: #EE83DD; }
span { border-color: rgb(238,131,221); }
td.TdClassName
{
border-color: #EE83DD;
}
.TagClassName
{
border-color: #EE83DD;
}
</style>