Shades of Pale Magenta #EE7ADC
Tints of Pale Magenta #EE7ADC
RGB
CMYK
RGB Variations
Color information
#EE7ADC (or 0xEE7ADC) is known color: Pale Magenta. HEX triplet: EE, 7A and DC. RGB value is (238,122,220). Sum of RGB (Red+Green+Blue) = 238+122+220=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ADC is #118523. Grayscale: #A7A7A7. Windows color (decimal): -1148196 or 14449390. OLE color: 14449390.
HSL color Cylindrical-coordinate representation of color #EE7ADC: hue angle of 309.31º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7ADC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 220 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.07 |
| HSL | 309.31º | 0.77% | 0.71% | - |
| HSV(B) | 309.31º | 0.49% | 0.93% | - |
| XYZ | 55.14 | 37.26 | 72 | - |
| YUV | 167.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 220 | 0 | 0.49 | 0.08 | 0.07 | 309.31 | 0.77 | 0.71 |
| Hex | EE | 7A | DC | 0 | 31 | 8 | 7 | 135 | 4D | 47 |
| Octal | 356 | 172 | 334 | 0 | 61 | 10 | 7 | 465 | 115 | 107 |
| Binary | 11101110 | 1111010 | 11011100 | 0 | 110001 | 1000 | 111 | 100110101 | 1001101 | 1000111 |
Color Harmonies of #EE7ADC
Complementary color
Monochromatic Colors of #EE7ADC
Black with #EE7ADC
Text Example
Text Example
White with #EE7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7ADC; }
p { color: rgb(238,122,220); }
H1.HeaderClassName
{
color: #EE7ADC;
}
.AnyTagClassName
{
color: #EE7ADC;
}
</style>
background-color css
<style>
a { background-color: #EE7ADC; }
a { background-color: rgb(238,122,220); }
div.DivClassName
{
background-color: #EE7ADC;
}
.BgClassName
{
background-color: #EE7ADC;
}
</style>
border-color css
<style>
span { border-color: #EE7ADC; }
span { border-color: rgb(238,122,220); }
td.TdClassName
{
border-color: #EE7ADC;
}
.TagClassName
{
border-color: #EE7ADC;
}
</style>