Shades of Pale Magenta #EE8ADC
Tints of Pale Magenta #EE8ADC
RGB
CMYK
RGB Variations
Color information
#EE8ADC (or 0xEE8ADC) is known color: Pale Magenta. HEX triplet: EE, 8A and DC. RGB value is (238,138,220). Sum of RGB (Red+Green+Blue) = 238+138+220=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ADC is #117523. Grayscale: #B1B1B1. Windows color (decimal): -1144100 or 14453486. OLE color: 14453486.
HSL color Cylindrical-coordinate representation of color #EE8ADC: hue angle of 310.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8ADC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 220 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.07 |
| HSL | 310.8º | 0.75% | 0.74% | - |
| HSV(B) | 310.8º | 0.42% | 0.93% | - |
| XYZ | 57.27 | 41.52 | 72.71 | - |
| YUV | 177.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 220 | 0 | 0.42 | 0.08 | 0.07 | 310.8 | 0.75 | 0.74 |
| Hex | EE | 8A | DC | 0 | 2A | 8 | 7 | 137 | 4B | 4A |
| Octal | 356 | 212 | 334 | 0 | 52 | 10 | 7 | 467 | 113 | 112 |
| Binary | 11101110 | 10001010 | 11011100 | 0 | 101010 | 1000 | 111 | 100110111 | 1001011 | 1001010 |
Color Harmonies of #EE8ADC
Complementary color
Monochromatic Colors of #EE8ADC
Black with #EE8ADC
Text Example
Text Example
White with #EE8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8ADC; }
p { color: rgb(238,138,220); }
H1.HeaderClassName
{
color: #EE8ADC;
}
.AnyTagClassName
{
color: #EE8ADC;
}
</style>
background-color css
<style>
a { background-color: #EE8ADC; }
a { background-color: rgb(238,138,220); }
div.DivClassName
{
background-color: #EE8ADC;
}
.BgClassName
{
background-color: #EE8ADC;
}
</style>
border-color css
<style>
span { border-color: #EE8ADC; }
span { border-color: rgb(238,138,220); }
td.TdClassName
{
border-color: #EE8ADC;
}
.TagClassName
{
border-color: #EE8ADC;
}
</style>