Shades of Pale Magenta #EE92DE
Tints of Pale Magenta #EE92DE
RGB
CMYK
RGB Variations
Color information
#EE92DE (or 0xEE92DE) is known color: Pale Magenta. HEX triplet: EE, 92 and DE. RGB value is (238,146,222). Sum of RGB (Red+Green+Blue) = 238+146+222=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92DE is #116D21. Grayscale: #B5B5B5. Windows color (decimal): -1142050 or 14586606. OLE color: 14586606.
HSL color Cylindrical-coordinate representation of color #EE92DE: hue angle of 310.43º 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 #EE92DE is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 222 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.07 |
| HSL | 310.43º | 0.73% | 0.75% | - |
| HSV(B) | 310.43º | 0.39% | 0.93% | - |
| XYZ | 58.72 | 44.01 | 74.51 | - |
| YUV | 182.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 222 | 0 | 0.39 | 0.07 | 0.07 | 310.43 | 0.73 | 0.75 |
| Hex | EE | 92 | DE | 0 | 27 | 7 | 7 | 136 | 49 | 4B |
| Octal | 356 | 222 | 336 | 0 | 47 | 7 | 7 | 466 | 111 | 113 |
| Binary | 11101110 | 10010010 | 11011110 | 0 | 100111 | 111 | 111 | 100110110 | 1001001 | 1001011 |
Color Harmonies of #EE92DE
Complementary color
Monochromatic Colors of #EE92DE
Black with #EE92DE
Text Example
Text Example
White with #EE92DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92DE; }
p { color: rgb(238,146,222); }
H1.HeaderClassName
{
color: #EE92DE;
}
.AnyTagClassName
{
color: #EE92DE;
}
</style>
background-color css
<style>
a { background-color: #EE92DE; }
a { background-color: rgb(238,146,222); }
div.DivClassName
{
background-color: #EE92DE;
}
.BgClassName
{
background-color: #EE92DE;
}
</style>
border-color css
<style>
span { border-color: #EE92DE; }
span { border-color: rgb(238,146,222); }
td.TdClassName
{
border-color: #EE92DE;
}
.TagClassName
{
border-color: #EE92DE;
}
</style>