Shades of Pale Magenta #EA7EDD
Tints of Pale Magenta #EA7EDD
RGB
CMYK
RGB Variations
Color information
#EA7EDD (or 0xEA7EDD) is known color: Pale Magenta. HEX triplet: EA, 7E and DD. RGB value is (234,126,221). Sum of RGB (Red+Green+Blue) = 234+126+221=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EDD is #158122. Grayscale: #A8A8A8. Windows color (decimal): -1409315 or 14515946. OLE color: 14515946.
HSL color Cylindrical-coordinate representation of color #EA7EDD: hue angle of 307.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7EDD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 221 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.08 |
| HSL | 307.22º | 0.72% | 0.71% | - |
| HSV(B) | 307.22º | 0.46% | 0.92% | - |
| XYZ | 54.44 | 37.63 | 72.8 | - |
| YUV | 169.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 221 | 0 | 0.46 | 0.06 | 0.08 | 307.22 | 0.72 | 0.71 |
| Hex | EA | 7E | DD | 0 | 2E | 6 | 8 | 133 | 48 | 47 |
| Octal | 352 | 176 | 335 | 0 | 56 | 6 | 10 | 463 | 110 | 107 |
| Binary | 11101010 | 1111110 | 11011101 | 0 | 101110 | 110 | 1000 | 100110011 | 1001000 | 1000111 |
Color Harmonies of #EA7EDD
Complementary color
Monochromatic Colors of #EA7EDD
Black with #EA7EDD
Text Example
Text Example
White with #EA7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7EDD; }
p { color: rgb(234,126,221); }
H1.HeaderClassName
{
color: #EA7EDD;
}
.AnyTagClassName
{
color: #EA7EDD;
}
</style>
background-color css
<style>
a { background-color: #EA7EDD; }
a { background-color: rgb(234,126,221); }
div.DivClassName
{
background-color: #EA7EDD;
}
.BgClassName
{
background-color: #EA7EDD;
}
</style>
border-color css
<style>
span { border-color: #EA7EDD; }
span { border-color: rgb(234,126,221); }
td.TdClassName
{
border-color: #EA7EDD;
}
.TagClassName
{
border-color: #EA7EDD;
}
</style>