Shades of Pale Magenta #EE92DF
Tints of Pale Magenta #EE92DF
RGB
CMYK
RGB Variations
Color information
#EE92DF (or 0xEE92DF) is known color: Pale Magenta. HEX triplet: EE, 92 and DF. RGB value is (238,146,223). Sum of RGB (Red+Green+Blue) = 238+146+223=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92DF is #116D20. Grayscale: #B6B6B6. Windows color (decimal): -1142049 or 14652142. OLE color: 14652142.
HSL color Cylindrical-coordinate representation of color #EE92DF: hue angle of 309.78º 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 #EE92DF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 223 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.07 |
| HSL | 309.78º | 0.73% | 0.75% | - |
| HSV(B) | 309.78º | 0.39% | 0.93% | - |
| XYZ | 58.86 | 44.06 | 75.21 | - |
| YUV | 182.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 223 | 0 | 0.39 | 0.06 | 0.07 | 309.78 | 0.73 | 0.75 |
| Hex | EE | 92 | DF | 0 | 27 | 6 | 7 | 136 | 49 | 4B |
| Octal | 356 | 222 | 337 | 0 | 47 | 6 | 7 | 466 | 111 | 113 |
| Binary | 11101110 | 10010010 | 11011111 | 0 | 100111 | 110 | 111 | 100110110 | 1001001 | 1001011 |
Color Harmonies of #EE92DF
Complementary color
Monochromatic Colors of #EE92DF
Black with #EE92DF
Text Example
Text Example
White with #EE92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92DF; }
p { color: rgb(238,146,223); }
H1.HeaderClassName
{
color: #EE92DF;
}
.AnyTagClassName
{
color: #EE92DF;
}
</style>
background-color css
<style>
a { background-color: #EE92DF; }
a { background-color: rgb(238,146,223); }
div.DivClassName
{
background-color: #EE92DF;
}
.BgClassName
{
background-color: #EE92DF;
}
</style>
border-color css
<style>
span { border-color: #EE92DF; }
span { border-color: rgb(238,146,223); }
td.TdClassName
{
border-color: #EE92DF;
}
.TagClassName
{
border-color: #EE92DF;
}
</style>