Shades of Pale Magenta #E985DB
Tints of Pale Magenta #E985DB
RGB
CMYK
RGB Variations
Color information
#E985DB (or 0xE985DB) is known color: Pale Magenta. HEX triplet: E9, 85 and DB. RGB value is (233,133,219). Sum of RGB (Red+Green+Blue) = 233+133+219=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E985DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985DB is #167A24. Grayscale: #ACACAC. Windows color (decimal): -1473061 or 14386665. OLE color: 14386665.
HSL color Cylindrical-coordinate representation of color #E985DB: hue angle of 308.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985DB is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 219 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.09 |
| HSL | 308.4º | 0.69% | 0.72% | - |
| HSV(B) | 308.4º | 0.43% | 0.91% | - |
| XYZ | 54.78 | 39.21 | 71.7 | - |
| YUV | 172.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 219 | 0 | 0.43 | 0.06 | 0.09 | 308.4 | 0.69 | 0.72 |
| Hex | E9 | 85 | DB | 0 | 2B | 6 | 9 | 134 | 45 | 48 |
| Octal | 351 | 205 | 333 | 0 | 53 | 6 | 11 | 464 | 105 | 110 |
| Binary | 11101001 | 10000101 | 11011011 | 0 | 101011 | 110 | 1001 | 100110100 | 1000101 | 1001000 |
Color Harmonies of #E985DB
Complementary color
Monochromatic Colors of #E985DB
Black with #E985DB
Text Example
Text Example
White with #E985DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985DB; }
p { color: rgb(233,133,219); }
H1.HeaderClassName
{
color: #E985DB;
}
.AnyTagClassName
{
color: #E985DB;
}
</style>
background-color css
<style>
a { background-color: #E985DB; }
a { background-color: rgb(233,133,219); }
div.DivClassName
{
background-color: #E985DB;
}
.BgClassName
{
background-color: #E985DB;
}
</style>
border-color css
<style>
span { border-color: #E985DB; }
span { border-color: rgb(233,133,219); }
td.TdClassName
{
border-color: #E985DB;
}
.TagClassName
{
border-color: #E985DB;
}
</style>