Shades of Pale Magenta #EE83DC
Tints of Pale Magenta #EE83DC
RGB
CMYK
RGB Variations
Color information
#EE83DC (or 0xEE83DC) is known color: Pale Magenta. HEX triplet: EE, 83 and DC. RGB value is (238,131,220). Sum of RGB (Red+Green+Blue) = 238+131+220=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83DC is #117C23. Grayscale: #ACACAC. Windows color (decimal): -1145892 or 14451694. OLE color: 14451694.
HSL color Cylindrical-coordinate representation of color #EE83DC: hue angle of 310.09º 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 #EE83DC is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 220 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.07 |
| HSL | 310.09º | 0.76% | 0.72% | - |
| HSV(B) | 310.09º | 0.45% | 0.93% | - |
| XYZ | 56.29 | 39.58 | 72.38 | - |
| YUV | 173.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 220 | 0 | 0.45 | 0.08 | 0.07 | 310.09 | 0.76 | 0.72 |
| Hex | EE | 83 | DC | 0 | 2D | 8 | 7 | 136 | 4C | 48 |
| Octal | 356 | 203 | 334 | 0 | 55 | 10 | 7 | 466 | 114 | 110 |
| Binary | 11101110 | 10000011 | 11011100 | 0 | 101101 | 1000 | 111 | 100110110 | 1001100 | 1001000 |
Color Harmonies of #EE83DC
Complementary color
Monochromatic Colors of #EE83DC
Black with #EE83DC
Text Example
Text Example
White with #EE83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83DC; }
p { color: rgb(238,131,220); }
H1.HeaderClassName
{
color: #EE83DC;
}
.AnyTagClassName
{
color: #EE83DC;
}
</style>
background-color css
<style>
a { background-color: #EE83DC; }
a { background-color: rgb(238,131,220); }
div.DivClassName
{
background-color: #EE83DC;
}
.BgClassName
{
background-color: #EE83DC;
}
</style>
border-color css
<style>
span { border-color: #EE83DC; }
span { border-color: rgb(238,131,220); }
td.TdClassName
{
border-color: #EE83DC;
}
.TagClassName
{
border-color: #EE83DC;
}
</style>