Shades of Pale Magenta #EA89D4
Tints of Pale Magenta #EA89D4
RGB
CMYK
RGB Variations
Color information
#EA89D4 (or 0xEA89D4) is known color: Pale Magenta. HEX triplet: EA, 89 and D4. RGB value is (234,137,212). Sum of RGB (Red+Green+Blue) = 234+137+212=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89D4 is #15762B. Grayscale: #AEAEAE. Windows color (decimal): -1406508 or 13928938. OLE color: 13928938.
HSL color Cylindrical-coordinate representation of color #EA89D4: hue angle of 313.61º 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 #EA89D4 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 212 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.08 |
| HSL | 313.61º | 0.7% | 0.73% | - |
| HSV(B) | 313.61º | 0.41% | 0.92% | - |
| XYZ | 54.76 | 40.14 | 67.15 | - |
| YUV | 174.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 212 | 0 | 0.41 | 0.09 | 0.08 | 313.61 | 0.7 | 0.73 |
| Hex | EA | 89 | D4 | 0 | 29 | 9 | 8 | 13A | 46 | 49 |
| Octal | 352 | 211 | 324 | 0 | 51 | 11 | 10 | 472 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11010100 | 0 | 101001 | 1001 | 1000 | 100111010 | 1000110 | 1001001 |
Color Harmonies of #EA89D4
Complementary color
Monochromatic Colors of #EA89D4
Black with #EA89D4
Text Example
Text Example
White with #EA89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89D4; }
p { color: rgb(234,137,212); }
H1.HeaderClassName
{
color: #EA89D4;
}
.AnyTagClassName
{
color: #EA89D4;
}
</style>
background-color css
<style>
a { background-color: #EA89D4; }
a { background-color: rgb(234,137,212); }
div.DivClassName
{
background-color: #EA89D4;
}
.BgClassName
{
background-color: #EA89D4;
}
</style>
border-color css
<style>
span { border-color: #EA89D4; }
span { border-color: rgb(234,137,212); }
td.TdClassName
{
border-color: #EA89D4;
}
.TagClassName
{
border-color: #EA89D4;
}
</style>