Shades of Pale Magenta #EE91D7
Tints of Pale Magenta #EE91D7
RGB
CMYK
RGB Variations
Color information
#EE91D7 (or 0xEE91D7) is known color: Pale Magenta. HEX triplet: EE, 91 and D7. RGB value is (238,145,215). Sum of RGB (Red+Green+Blue) = 238+145+215=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91D7 is #116E28. Grayscale: #B4B4B4. Windows color (decimal): -1142313 or 14127598. OLE color: 14127598.
HSL color Cylindrical-coordinate representation of color #EE91D7: hue angle of 314.84º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE91D7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 215 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.07 |
| HSL | 314.84º | 0.73% | 0.75% | - |
| HSV(B) | 314.84º | 0.39% | 0.93% | - |
| XYZ | 57.65 | 43.33 | 69.62 | - |
| YUV | 180.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 215 | 0 | 0.39 | 0.10 | 0.07 | 314.84 | 0.73 | 0.75 |
| Hex | EE | 91 | D7 | 0 | 27 | A | 7 | 13B | 49 | 4B |
| Octal | 356 | 221 | 327 | 0 | 47 | 12 | 7 | 473 | 111 | 113 |
| Binary | 11101110 | 10010001 | 11010111 | 0 | 100111 | 1010 | 111 | 100111011 | 1001001 | 1001011 |
Color Harmonies of #EE91D7
Complementary color
Monochromatic Colors of #EE91D7
Black with #EE91D7
Text Example
Text Example
White with #EE91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE91D7; }
p { color: rgb(238,145,215); }
H1.HeaderClassName
{
color: #EE91D7;
}
.AnyTagClassName
{
color: #EE91D7;
}
</style>
background-color css
<style>
a { background-color: #EE91D7; }
a { background-color: rgb(238,145,215); }
div.DivClassName
{
background-color: #EE91D7;
}
.BgClassName
{
background-color: #EE91D7;
}
</style>
border-color css
<style>
span { border-color: #EE91D7; }
span { border-color: rgb(238,145,215); }
td.TdClassName
{
border-color: #EE91D7;
}
.TagClassName
{
border-color: #EE91D7;
}
</style>