Shades of Pale Magenta #E97DDB
Tints of Pale Magenta #E97DDB
RGB
CMYK
RGB Variations
Color information
#E97DDB (or 0xE97DDB) is known color: Pale Magenta. HEX triplet: E9, 7D and DB. RGB value is (233,125,219). Sum of RGB (Red+Green+Blue) = 233+125+219=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DDB is #168224. Grayscale: #A7A7A7. Windows color (decimal): -1475109 or 14384617. OLE color: 14384617.
HSL color Cylindrical-coordinate representation of color #E97DDB: hue angle of 307.78º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97DDB is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 219 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.09 |
| HSL | 307.78º | 0.71% | 0.7% | - |
| HSV(B) | 307.78º | 0.46% | 0.91% | - |
| XYZ | 53.72 | 37.11 | 71.35 | - |
| YUV | 168.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 219 | 0 | 0.46 | 0.06 | 0.09 | 307.78 | 0.71 | 0.7 |
| Hex | E9 | 7D | DB | 0 | 2E | 6 | 9 | 134 | 47 | 46 |
| Octal | 351 | 175 | 333 | 0 | 56 | 6 | 11 | 464 | 107 | 106 |
| Binary | 11101001 | 1111101 | 11011011 | 0 | 101110 | 110 | 1001 | 100110100 | 1000111 | 1000110 |
Color Harmonies of #E97DDB
Complementary color
Monochromatic Colors of #E97DDB
Black with #E97DDB
Text Example
Text Example
White with #E97DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97DDB; }
p { color: rgb(233,125,219); }
H1.HeaderClassName
{
color: #E97DDB;
}
.AnyTagClassName
{
color: #E97DDB;
}
</style>
background-color css
<style>
a { background-color: #E97DDB; }
a { background-color: rgb(233,125,219); }
div.DivClassName
{
background-color: #E97DDB;
}
.BgClassName
{
background-color: #E97DDB;
}
</style>
border-color css
<style>
span { border-color: #E97DDB; }
span { border-color: rgb(233,125,219); }
td.TdClassName
{
border-color: #E97DDB;
}
.TagClassName
{
border-color: #E97DDB;
}
</style>