Shades of Pale Magenta #EA81D4
Tints of Pale Magenta #EA81D4
RGB
CMYK
RGB Variations
Color information
#EA81D4 (or 0xEA81D4) is known color: Pale Magenta. HEX triplet: EA, 81 and D4. RGB value is (234,129,212). Sum of RGB (Red+Green+Blue) = 234+129+212=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D4 is #157E2B. Grayscale: #A9A9A9. Windows color (decimal): -1408556 or 13926890. OLE color: 13926890.
HSL color Cylindrical-coordinate representation of color #EA81D4: hue angle of 312.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81D4 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 212 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.08 |
| HSL | 312.57º | 0.71% | 0.71% | - |
| HSV(B) | 312.57º | 0.45% | 0.92% | - |
| XYZ | 53.67 | 37.95 | 66.78 | - |
| YUV | 169.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 212 | 0 | 0.45 | 0.09 | 0.08 | 312.57 | 0.71 | 0.71 |
| Hex | EA | 81 | D4 | 0 | 2D | 9 | 8 | 139 | 47 | 47 |
| Octal | 352 | 201 | 324 | 0 | 55 | 11 | 10 | 471 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11010100 | 0 | 101101 | 1001 | 1000 | 100111001 | 1000111 | 1000111 |
Color Harmonies of #EA81D4
Complementary color
Monochromatic Colors of #EA81D4
Black with #EA81D4
Text Example
Text Example
White with #EA81D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81D4; }
p { color: rgb(234,129,212); }
H1.HeaderClassName
{
color: #EA81D4;
}
.AnyTagClassName
{
color: #EA81D4;
}
</style>
background-color css
<style>
a { background-color: #EA81D4; }
a { background-color: rgb(234,129,212); }
div.DivClassName
{
background-color: #EA81D4;
}
.BgClassName
{
background-color: #EA81D4;
}
</style>
border-color css
<style>
span { border-color: #EA81D4; }
span { border-color: rgb(234,129,212); }
td.TdClassName
{
border-color: #EA81D4;
}
.TagClassName
{
border-color: #EA81D4;
}
</style>