Shades of Pale Magenta #EA89DE
Tints of Pale Magenta #EA89DE
RGB
CMYK
RGB Variations
Color information
#EA89DE (or 0xEA89DE) is known color: Pale Magenta. HEX triplet: EA, 89 and DE. RGB value is (234,137,222). Sum of RGB (Red+Green+Blue) = 234+137+222=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89DE is #157621. Grayscale: #AFAFAF. Windows color (decimal): -1406498 or 14584298. OLE color: 14584298.
HSL color Cylindrical-coordinate representation of color #EA89DE: hue angle of 307.42º 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 #EA89DE is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 222 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.08 |
| HSL | 307.42º | 0.7% | 0.73% | - |
| HSV(B) | 307.42º | 0.41% | 0.92% | - |
| XYZ | 56.06 | 40.66 | 74 | - |
| YUV | 175.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 222 | 0 | 0.41 | 0.05 | 0.08 | 307.42 | 0.7 | 0.73 |
| Hex | EA | 89 | DE | 0 | 29 | 5 | 8 | 133 | 46 | 49 |
| Octal | 352 | 211 | 336 | 0 | 51 | 5 | 10 | 463 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11011110 | 0 | 101001 | 101 | 1000 | 100110011 | 1000110 | 1001001 |
Color Harmonies of #EA89DE
Complementary color
Monochromatic Colors of #EA89DE
Black with #EA89DE
Text Example
Text Example
White with #EA89DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89DE; }
p { color: rgb(234,137,222); }
H1.HeaderClassName
{
color: #EA89DE;
}
.AnyTagClassName
{
color: #EA89DE;
}
</style>
background-color css
<style>
a { background-color: #EA89DE; }
a { background-color: rgb(234,137,222); }
div.DivClassName
{
background-color: #EA89DE;
}
.BgClassName
{
background-color: #EA89DE;
}
</style>
border-color css
<style>
span { border-color: #EA89DE; }
span { border-color: rgb(234,137,222); }
td.TdClassName
{
border-color: #EA89DE;
}
.TagClassName
{
border-color: #EA89DE;
}
</style>