Shades of Pale Magenta #EE83DE
Tints of Pale Magenta #EE83DE
RGB
CMYK
RGB Variations
Color information
#EE83DE (or 0xEE83DE) is known color: Pale Magenta. HEX triplet: EE, 83 and DE. RGB value is (238,131,222). Sum of RGB (Red+Green+Blue) = 238+131+222=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83DE is #117C21. Grayscale: #ADADAD. Windows color (decimal): -1145890 or 14582766. OLE color: 14582766.
HSL color Cylindrical-coordinate representation of color #EE83DE: hue angle of 308.97º 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 #EE83DE is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 222 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.07 |
| HSL | 308.97º | 0.76% | 0.72% | - |
| HSV(B) | 308.97º | 0.45% | 0.93% | - |
| XYZ | 56.56 | 39.68 | 73.79 | - |
| YUV | 173.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 222 | 0 | 0.45 | 0.07 | 0.07 | 308.97 | 0.76 | 0.72 |
| Hex | EE | 83 | DE | 0 | 2D | 7 | 7 | 135 | 4C | 48 |
| Octal | 356 | 203 | 336 | 0 | 55 | 7 | 7 | 465 | 114 | 110 |
| Binary | 11101110 | 10000011 | 11011110 | 0 | 101101 | 111 | 111 | 100110101 | 1001100 | 1001000 |
Color Harmonies of #EE83DE
Complementary color
Monochromatic Colors of #EE83DE
Black with #EE83DE
Text Example
Text Example
White with #EE83DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83DE; }
p { color: rgb(238,131,222); }
H1.HeaderClassName
{
color: #EE83DE;
}
.AnyTagClassName
{
color: #EE83DE;
}
</style>
background-color css
<style>
a { background-color: #EE83DE; }
a { background-color: rgb(238,131,222); }
div.DivClassName
{
background-color: #EE83DE;
}
.BgClassName
{
background-color: #EE83DE;
}
</style>
border-color css
<style>
span { border-color: #EE83DE; }
span { border-color: rgb(238,131,222); }
td.TdClassName
{
border-color: #EE83DE;
}
.TagClassName
{
border-color: #EE83DE;
}
</style>