Shades of Pale Magenta #EA80DA
Tints of Pale Magenta #EA80DA
RGB
CMYK
RGB Variations
Color information
#EA80DA (or 0xEA80DA) is known color: Pale Magenta. HEX triplet: EA, 80 and DA. RGB value is (234,128,218). Sum of RGB (Red+Green+Blue) = 234+128+218=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80DA is #157F25. Grayscale: #A9A9A9. Windows color (decimal): -1408806 or 14319850. OLE color: 14319850.
HSL color Cylindrical-coordinate representation of color #EA80DA: hue angle of 309.06º degrees, saturation: 0.72, 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 #EA80DA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 218 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.08 |
| HSL | 309.06º | 0.72% | 0.71% | - |
| HSV(B) | 309.06º | 0.45% | 0.92% | - |
| XYZ | 54.31 | 37.99 | 70.8 | - |
| YUV | 169.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 218 | 0 | 0.45 | 0.07 | 0.08 | 309.06 | 0.72 | 0.71 |
| Hex | EA | 80 | DA | 0 | 2D | 7 | 8 | 135 | 48 | 47 |
| Octal | 352 | 200 | 332 | 0 | 55 | 7 | 10 | 465 | 110 | 107 |
| Binary | 11101010 | 10000000 | 11011010 | 0 | 101101 | 111 | 1000 | 100110101 | 1001000 | 1000111 |
Color Harmonies of #EA80DA
Complementary color
Monochromatic Colors of #EA80DA
Black with #EA80DA
Text Example
Text Example
White with #EA80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80DA; }
p { color: rgb(234,128,218); }
H1.HeaderClassName
{
color: #EA80DA;
}
.AnyTagClassName
{
color: #EA80DA;
}
</style>
background-color css
<style>
a { background-color: #EA80DA; }
a { background-color: rgb(234,128,218); }
div.DivClassName
{
background-color: #EA80DA;
}
.BgClassName
{
background-color: #EA80DA;
}
</style>
border-color css
<style>
span { border-color: #EA80DA; }
span { border-color: rgb(234,128,218); }
td.TdClassName
{
border-color: #EA80DA;
}
.TagClassName
{
border-color: #EA80DA;
}
</style>