Shades of Pale Magenta #EE73DF
Tints of Pale Magenta #EE73DF
RGB
CMYK
RGB Variations
Color information
#EE73DF (or 0xEE73DF) is known color: Pale Magenta. HEX triplet: EE, 73 and DF. RGB value is (238,115,223). Sum of RGB (Red+Green+Blue) = 238+115+223=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73DF is #118C20. Grayscale: #A3A3A3. Windows color (decimal): -1149985 or 14644206. OLE color: 14644206.
HSL color Cylindrical-coordinate representation of color #EE73DF: hue angle of 307.32º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE73DF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 223 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.07 |
| HSL | 307.32º | 0.78% | 0.69% | - |
| HSV(B) | 307.32º | 0.52% | 0.93% | - |
| XYZ | 54.71 | 35.77 | 73.83 | - |
| YUV | 164.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 223 | 0 | 0.52 | 0.06 | 0.07 | 307.32 | 0.78 | 0.69 |
| Hex | EE | 73 | DF | 0 | 34 | 6 | 7 | 133 | 4E | 45 |
| Octal | 356 | 163 | 337 | 0 | 64 | 6 | 7 | 463 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11011111 | 0 | 110100 | 110 | 111 | 100110011 | 1001110 | 1000101 |
Color Harmonies of #EE73DF
Complementary color
Monochromatic Colors of #EE73DF
Black with #EE73DF
Text Example
Text Example
White with #EE73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73DF; }
p { color: rgb(238,115,223); }
H1.HeaderClassName
{
color: #EE73DF;
}
.AnyTagClassName
{
color: #EE73DF;
}
</style>
background-color css
<style>
a { background-color: #EE73DF; }
a { background-color: rgb(238,115,223); }
div.DivClassName
{
background-color: #EE73DF;
}
.BgClassName
{
background-color: #EE73DF;
}
</style>
border-color css
<style>
span { border-color: #EE73DF; }
span { border-color: rgb(238,115,223); }
td.TdClassName
{
border-color: #EE73DF;
}
.TagClassName
{
border-color: #EE73DF;
}
</style>