Shades of Pale Magenta #EA80D2
Tints of Pale Magenta #EA80D2
RGB
CMYK
RGB Variations
Color information
#EA80D2 (or 0xEA80D2) is known color: Pale Magenta. HEX triplet: EA, 80 and D2. RGB value is (234,128,210). Sum of RGB (Red+Green+Blue) = 234+128+210=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80D2 is #157F2D. Grayscale: #A8A8A8. Windows color (decimal): -1408814 or 13795562. OLE color: 13795562.
HSL color Cylindrical-coordinate representation of color #EA80D2: hue angle of 313.58º 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 #EA80D2 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 210 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.08 |
| HSL | 313.58º | 0.72% | 0.71% | - |
| HSV(B) | 313.58º | 0.45% | 0.92% | - |
| XYZ | 53.28 | 37.58 | 65.42 | - |
| YUV | 169.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 210 | 0 | 0.45 | 0.10 | 0.08 | 313.58 | 0.72 | 0.71 |
| Hex | EA | 80 | D2 | 0 | 2D | A | 8 | 13A | 48 | 47 |
| Octal | 352 | 200 | 322 | 0 | 55 | 12 | 10 | 472 | 110 | 107 |
| Binary | 11101010 | 10000000 | 11010010 | 0 | 101101 | 1010 | 1000 | 100111010 | 1001000 | 1000111 |
Color Harmonies of #EA80D2
Complementary color
Monochromatic Colors of #EA80D2
Black with #EA80D2
Text Example
Text Example
White with #EA80D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80D2; }
p { color: rgb(234,128,210); }
H1.HeaderClassName
{
color: #EA80D2;
}
.AnyTagClassName
{
color: #EA80D2;
}
</style>
background-color css
<style>
a { background-color: #EA80D2; }
a { background-color: rgb(234,128,210); }
div.DivClassName
{
background-color: #EA80D2;
}
.BgClassName
{
background-color: #EA80D2;
}
</style>
border-color css
<style>
span { border-color: #EA80D2; }
span { border-color: rgb(234,128,210); }
td.TdClassName
{
border-color: #EA80D2;
}
.TagClassName
{
border-color: #EA80D2;
}
</style>