Shades of Pale Magenta #EE75DF
Tints of Pale Magenta #EE75DF
RGB
CMYK
RGB Variations
Color information
#EE75DF (or 0xEE75DF) is known color: Pale Magenta. HEX triplet: EE, 75 and DF. RGB value is (238,117,223). Sum of RGB (Red+Green+Blue) = 238+117+223=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75DF is #118A20. Grayscale: #A4A4A4. Windows color (decimal): -1149473 or 14644718. OLE color: 14644718.
HSL color Cylindrical-coordinate representation of color #EE75DF: hue angle of 307.44º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75DF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 223 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.07 |
| HSL | 307.44º | 0.78% | 0.7% | - |
| HSV(B) | 307.44º | 0.51% | 0.93% | - |
| XYZ | 54.94 | 36.23 | 73.91 | - |
| YUV | 165.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 223 | 0 | 0.51 | 0.06 | 0.07 | 307.44 | 0.78 | 0.7 |
| Hex | EE | 75 | DF | 0 | 33 | 6 | 7 | 133 | 4E | 46 |
| Octal | 356 | 165 | 337 | 0 | 63 | 6 | 7 | 463 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11011111 | 0 | 110011 | 110 | 111 | 100110011 | 1001110 | 1000110 |
Color Harmonies of #EE75DF
Complementary color
Monochromatic Colors of #EE75DF
Black with #EE75DF
Text Example
Text Example
White with #EE75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75DF; }
p { color: rgb(238,117,223); }
H1.HeaderClassName
{
color: #EE75DF;
}
.AnyTagClassName
{
color: #EE75DF;
}
</style>
background-color css
<style>
a { background-color: #EE75DF; }
a { background-color: rgb(238,117,223); }
div.DivClassName
{
background-color: #EE75DF;
}
.BgClassName
{
background-color: #EE75DF;
}
</style>
border-color css
<style>
span { border-color: #EE75DF; }
span { border-color: rgb(238,117,223); }
td.TdClassName
{
border-color: #EE75DF;
}
.TagClassName
{
border-color: #EE75DF;
}
</style>