Shades of Pale Magenta #EA89DA
Tints of Pale Magenta #EA89DA
RGB
CMYK
RGB Variations
Color information
#EA89DA (or 0xEA89DA) is known color: Pale Magenta. HEX triplet: EA, 89 and DA. RGB value is (234,137,218). Sum of RGB (Red+Green+Blue) = 234+137+218=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89DA is #157625. Grayscale: #AFAFAF. Windows color (decimal): -1406502 or 14322154. OLE color: 14322154.
HSL color Cylindrical-coordinate representation of color #EA89DA: hue angle of 309.9º 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 #EA89DA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 218 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.08 |
| HSL | 309.9º | 0.7% | 0.73% | - |
| HSV(B) | 309.9º | 0.41% | 0.92% | - |
| XYZ | 55.53 | 40.45 | 71.21 | - |
| YUV | 175.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 218 | 0 | 0.41 | 0.07 | 0.08 | 309.9 | 0.7 | 0.73 |
| Hex | EA | 89 | DA | 0 | 29 | 7 | 8 | 136 | 46 | 49 |
| Octal | 352 | 211 | 332 | 0 | 51 | 7 | 10 | 466 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11011010 | 0 | 101001 | 111 | 1000 | 100110110 | 1000110 | 1001001 |
Color Harmonies of #EA89DA
Complementary color
Monochromatic Colors of #EA89DA
Black with #EA89DA
Text Example
Text Example
White with #EA89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89DA; }
p { color: rgb(234,137,218); }
H1.HeaderClassName
{
color: #EA89DA;
}
.AnyTagClassName
{
color: #EA89DA;
}
</style>
background-color css
<style>
a { background-color: #EA89DA; }
a { background-color: rgb(234,137,218); }
div.DivClassName
{
background-color: #EA89DA;
}
.BgClassName
{
background-color: #EA89DA;
}
</style>
border-color css
<style>
span { border-color: #EA89DA; }
span { border-color: rgb(234,137,218); }
td.TdClassName
{
border-color: #EA89DA;
}
.TagClassName
{
border-color: #EA89DA;
}
</style>