Shades of Pale Magenta #EE93DD
Tints of Pale Magenta #EE93DD
RGB
CMYK
RGB Variations
Color information
#EE93DD (or 0xEE93DD) is known color: Pale Magenta. HEX triplet: EE, 93 and DD. RGB value is (238,147,221). Sum of RGB (Red+Green+Blue) = 238+147+221=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93DD is #116C22. Grayscale: #B6B6B6. Windows color (decimal): -1141795 or 14521326. OLE color: 14521326.
HSL color Cylindrical-coordinate representation of color #EE93DD: hue angle of 311.21º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93DD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 221 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.07 |
| HSL | 311.21º | 0.73% | 0.75% | - |
| HSV(B) | 311.21º | 0.38% | 0.93% | - |
| XYZ | 58.74 | 44.27 | 73.85 | - |
| YUV | 182.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 221 | 0 | 0.38 | 0.07 | 0.07 | 311.21 | 0.73 | 0.75 |
| Hex | EE | 93 | DD | 0 | 26 | 7 | 7 | 137 | 49 | 4B |
| Octal | 356 | 223 | 335 | 0 | 46 | 7 | 7 | 467 | 111 | 113 |
| Binary | 11101110 | 10010011 | 11011101 | 0 | 100110 | 111 | 111 | 100110111 | 1001001 | 1001011 |
Color Harmonies of #EE93DD
Complementary color
Monochromatic Colors of #EE93DD
Black with #EE93DD
Text Example
Text Example
White with #EE93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93DD; }
p { color: rgb(238,147,221); }
H1.HeaderClassName
{
color: #EE93DD;
}
.AnyTagClassName
{
color: #EE93DD;
}
</style>
background-color css
<style>
a { background-color: #EE93DD; }
a { background-color: rgb(238,147,221); }
div.DivClassName
{
background-color: #EE93DD;
}
.BgClassName
{
background-color: #EE93DD;
}
</style>
border-color css
<style>
span { border-color: #EE93DD; }
span { border-color: rgb(238,147,221); }
td.TdClassName
{
border-color: #EE93DD;
}
.TagClassName
{
border-color: #EE93DD;
}
</style>