Shades of Pale Magenta #EE76DD
Tints of Pale Magenta #EE76DD
RGB
CMYK
RGB Variations
Color information
#EE76DD (or 0xEE76DD) is known color: Pale Magenta. HEX triplet: EE, 76 and DD. RGB value is (238,118,221). Sum of RGB (Red+Green+Blue) = 238+118+221=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76DD is #118922. Grayscale: #A5A5A5. Windows color (decimal): -1149219 or 14513902. OLE color: 14513902.
HSL color Cylindrical-coordinate representation of color #EE76DD: hue angle of 308.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76DD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 221 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.07 |
| HSL | 308.5º | 0.78% | 0.7% | - |
| HSV(B) | 308.5º | 0.5% | 0.93% | - |
| XYZ | 54.79 | 36.35 | 72.54 | - |
| YUV | 165.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 221 | 0 | 0.50 | 0.07 | 0.07 | 308.5 | 0.78 | 0.7 |
| Hex | EE | 76 | DD | 0 | 32 | 7 | 7 | 134 | 4E | 46 |
| Octal | 356 | 166 | 335 | 0 | 62 | 7 | 7 | 464 | 116 | 106 |
| Binary | 11101110 | 1110110 | 11011101 | 0 | 110010 | 111 | 111 | 100110100 | 1001110 | 1000110 |
Color Harmonies of #EE76DD
Complementary color
Monochromatic Colors of #EE76DD
Black with #EE76DD
Text Example
Text Example
White with #EE76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76DD; }
p { color: rgb(238,118,221); }
H1.HeaderClassName
{
color: #EE76DD;
}
.AnyTagClassName
{
color: #EE76DD;
}
</style>
background-color css
<style>
a { background-color: #EE76DD; }
a { background-color: rgb(238,118,221); }
div.DivClassName
{
background-color: #EE76DD;
}
.BgClassName
{
background-color: #EE76DD;
}
</style>
border-color css
<style>
span { border-color: #EE76DD; }
span { border-color: rgb(238,118,221); }
td.TdClassName
{
border-color: #EE76DD;
}
.TagClassName
{
border-color: #EE76DD;
}
</style>