Shades of Pale Magenta #EE7EDA
Tints of Pale Magenta #EE7EDA
RGB
CMYK
RGB Variations
Color information
#EE7EDA (or 0xEE7EDA) is known color: Pale Magenta. HEX triplet: EE, 7E and DA. RGB value is (238,126,218). Sum of RGB (Red+Green+Blue) = 238+126+218=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7EDA is #118125. Grayscale: #A9A9A9. Windows color (decimal): -1147174 or 14319342. OLE color: 14319342.
HSL color Cylindrical-coordinate representation of color #EE7EDA: hue angle of 310.71º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7EDA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 218 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.07 |
| HSL | 310.71º | 0.77% | 0.71% | - |
| HSV(B) | 310.71º | 0.47% | 0.93% | - |
| XYZ | 55.38 | 38.16 | 70.78 | - |
| YUV | 169.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 218 | 0 | 0.47 | 0.08 | 0.07 | 310.71 | 0.77 | 0.71 |
| Hex | EE | 7E | DA | 0 | 2F | 8 | 7 | 137 | 4D | 47 |
| Octal | 356 | 176 | 332 | 0 | 57 | 10 | 7 | 467 | 115 | 107 |
| Binary | 11101110 | 1111110 | 11011010 | 0 | 101111 | 1000 | 111 | 100110111 | 1001101 | 1000111 |
Color Harmonies of #EE7EDA
Complementary color
Monochromatic Colors of #EE7EDA
Black with #EE7EDA
Text Example
Text Example
White with #EE7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7EDA; }
p { color: rgb(238,126,218); }
H1.HeaderClassName
{
color: #EE7EDA;
}
.AnyTagClassName
{
color: #EE7EDA;
}
</style>
background-color css
<style>
a { background-color: #EE7EDA; }
a { background-color: rgb(238,126,218); }
div.DivClassName
{
background-color: #EE7EDA;
}
.BgClassName
{
background-color: #EE7EDA;
}
</style>
border-color css
<style>
span { border-color: #EE7EDA; }
span { border-color: rgb(238,126,218); }
td.TdClassName
{
border-color: #EE7EDA;
}
.TagClassName
{
border-color: #EE7EDA;
}
</style>