Shades of Pale Magenta #EE77DD
Tints of Pale Magenta #EE77DD
RGB
CMYK
RGB Variations
Color information
#EE77DD (or 0xEE77DD) is known color: Pale Magenta. HEX triplet: EE, 77 and DD. RGB value is (238,119,221). Sum of RGB (Red+Green+Blue) = 238+119+221=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77DD is #118822. Grayscale: #A5A5A5. Windows color (decimal): -1148963 or 14514158. OLE color: 14514158.
HSL color Cylindrical-coordinate representation of color #EE77DD: hue angle of 308.57º 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 #EE77DD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 221 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.07 |
| HSL | 308.57º | 0.78% | 0.7% | - |
| HSV(B) | 308.57º | 0.5% | 0.93% | - |
| XYZ | 54.91 | 36.59 | 72.58 | - |
| YUV | 166.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 221 | 0 | 0.50 | 0.07 | 0.07 | 308.57 | 0.78 | 0.7 |
| Hex | EE | 77 | DD | 0 | 32 | 7 | 7 | 135 | 4E | 46 |
| Octal | 356 | 167 | 335 | 0 | 62 | 7 | 7 | 465 | 116 | 106 |
| Binary | 11101110 | 1110111 | 11011101 | 0 | 110010 | 111 | 111 | 100110101 | 1001110 | 1000110 |
Color Harmonies of #EE77DD
Complementary color
Monochromatic Colors of #EE77DD
Black with #EE77DD
Text Example
Text Example
White with #EE77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77DD; }
p { color: rgb(238,119,221); }
H1.HeaderClassName
{
color: #EE77DD;
}
.AnyTagClassName
{
color: #EE77DD;
}
</style>
background-color css
<style>
a { background-color: #EE77DD; }
a { background-color: rgb(238,119,221); }
div.DivClassName
{
background-color: #EE77DD;
}
.BgClassName
{
background-color: #EE77DD;
}
</style>
border-color css
<style>
span { border-color: #EE77DD; }
span { border-color: rgb(238,119,221); }
td.TdClassName
{
border-color: #EE77DD;
}
.TagClassName
{
border-color: #EE77DD;
}
</style>