Shades of Pale Magenta #EA80DE
Tints of Pale Magenta #EA80DE
RGB
CMYK
RGB Variations
Color information
#EA80DE (or 0xEA80DE) is known color: Pale Magenta. HEX triplet: EA, 80 and DE. RGB value is (234,128,222). Sum of RGB (Red+Green+Blue) = 234+128+222=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80DE is #157F21. Grayscale: #AAAAAA. Windows color (decimal): -1408802 or 14581994. OLE color: 14581994.
HSL color Cylindrical-coordinate representation of color #EA80DE: hue angle of 306.79º 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 #EA80DE is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 222 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.08 |
| HSL | 306.79º | 0.72% | 0.71% | - |
| HSV(B) | 306.79º | 0.45% | 0.92% | - |
| XYZ | 54.84 | 38.2 | 73.59 | - |
| YUV | 170.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 222 | 0 | 0.45 | 0.05 | 0.08 | 306.79 | 0.72 | 0.71 |
| Hex | EA | 80 | DE | 0 | 2D | 5 | 8 | 133 | 48 | 47 |
| Octal | 352 | 200 | 336 | 0 | 55 | 5 | 10 | 463 | 110 | 107 |
| Binary | 11101010 | 10000000 | 11011110 | 0 | 101101 | 101 | 1000 | 100110011 | 1001000 | 1000111 |
Color Harmonies of #EA80DE
Complementary color
Monochromatic Colors of #EA80DE
Black with #EA80DE
Text Example
Text Example
White with #EA80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80DE; }
p { color: rgb(234,128,222); }
H1.HeaderClassName
{
color: #EA80DE;
}
.AnyTagClassName
{
color: #EA80DE;
}
</style>
background-color css
<style>
a { background-color: #EA80DE; }
a { background-color: rgb(234,128,222); }
div.DivClassName
{
background-color: #EA80DE;
}
.BgClassName
{
background-color: #EA80DE;
}
</style>
border-color css
<style>
span { border-color: #EA80DE; }
span { border-color: rgb(234,128,222); }
td.TdClassName
{
border-color: #EA80DE;
}
.TagClassName
{
border-color: #EA80DE;
}
</style>