Shades of Pale Magenta #EE8ADB
Tints of Pale Magenta #EE8ADB
RGB
CMYK
RGB Variations
Color information
#EE8ADB (or 0xEE8ADB) is known color: Pale Magenta. HEX triplet: EE, 8A and DB. RGB value is (238,138,219). Sum of RGB (Red+Green+Blue) = 238+138+219=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ADB is #117524. Grayscale: #B0B0B0. Windows color (decimal): -1144101 or 14387950. OLE color: 14387950.
HSL color Cylindrical-coordinate representation of color #EE8ADB: hue angle of 311.4º 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 #EE8ADB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 219 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.07 |
| HSL | 311.4º | 0.75% | 0.74% | - |
| HSV(B) | 311.4º | 0.42% | 0.93% | - |
| XYZ | 57.13 | 41.47 | 72.01 | - |
| YUV | 177.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 219 | 0 | 0.42 | 0.08 | 0.07 | 311.4 | 0.75 | 0.74 |
| Hex | EE | 8A | DB | 0 | 2A | 8 | 7 | 137 | 4B | 4A |
| Octal | 356 | 212 | 333 | 0 | 52 | 10 | 7 | 467 | 113 | 112 |
| Binary | 11101110 | 10001010 | 11011011 | 0 | 101010 | 1000 | 111 | 100110111 | 1001011 | 1001010 |
Color Harmonies of #EE8ADB
Complementary color
Monochromatic Colors of #EE8ADB
Black with #EE8ADB
Text Example
Text Example
White with #EE8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8ADB; }
p { color: rgb(238,138,219); }
H1.HeaderClassName
{
color: #EE8ADB;
}
.AnyTagClassName
{
color: #EE8ADB;
}
</style>
background-color css
<style>
a { background-color: #EE8ADB; }
a { background-color: rgb(238,138,219); }
div.DivClassName
{
background-color: #EE8ADB;
}
.BgClassName
{
background-color: #EE8ADB;
}
</style>
border-color css
<style>
span { border-color: #EE8ADB; }
span { border-color: rgb(238,138,219); }
td.TdClassName
{
border-color: #EE8ADB;
}
.TagClassName
{
border-color: #EE8ADB;
}
</style>