Shades of Pale Magenta #EA89DB
Tints of Pale Magenta #EA89DB
RGB
CMYK
RGB Variations
Color information
#EA89DB (or 0xEA89DB) is known color: Pale Magenta. HEX triplet: EA, 89 and DB. RGB value is (234,137,219). Sum of RGB (Red+Green+Blue) = 234+137+219=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89DB is #157624. Grayscale: #AFAFAF. Windows color (decimal): -1406501 or 14387690. OLE color: 14387690.
HSL color Cylindrical-coordinate representation of color #EA89DB: hue angle of 309.28º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89DB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 219 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.08 |
| HSL | 309.28º | 0.7% | 0.73% | - |
| HSV(B) | 309.28º | 0.41% | 0.92% | - |
| XYZ | 55.66 | 40.5 | 71.9 | - |
| YUV | 175.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 219 | 0 | 0.41 | 0.06 | 0.08 | 309.28 | 0.7 | 0.73 |
| Hex | EA | 89 | DB | 0 | 29 | 6 | 8 | 135 | 46 | 49 |
| Octal | 352 | 211 | 333 | 0 | 51 | 6 | 10 | 465 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11011011 | 0 | 101001 | 110 | 1000 | 100110101 | 1000110 | 1001001 |
Color Harmonies of #EA89DB
Complementary color
Monochromatic Colors of #EA89DB
Black with #EA89DB
Text Example
Text Example
White with #EA89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89DB; }
p { color: rgb(234,137,219); }
H1.HeaderClassName
{
color: #EA89DB;
}
.AnyTagClassName
{
color: #EA89DB;
}
</style>
background-color css
<style>
a { background-color: #EA89DB; }
a { background-color: rgb(234,137,219); }
div.DivClassName
{
background-color: #EA89DB;
}
.BgClassName
{
background-color: #EA89DB;
}
</style>
border-color css
<style>
span { border-color: #EA89DB; }
span { border-color: rgb(234,137,219); }
td.TdClassName
{
border-color: #EA89DB;
}
.TagClassName
{
border-color: #EA89DB;
}
</style>