Shades of Pale Magenta #EA7CDE
Tints of Pale Magenta #EA7CDE
RGB
CMYK
RGB Variations
Color information
#EA7CDE (or 0xEA7CDE) is known color: Pale Magenta. HEX triplet: EA, 7C and DE. RGB value is (234,124,222). Sum of RGB (Red+Green+Blue) = 234+124+222=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CDE is #158321. Grayscale: #A7A7A7. Windows color (decimal): -1409826 or 14580970. OLE color: 14580970.
HSL color Cylindrical-coordinate representation of color #EA7CDE: hue angle of 306.55º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7CDE is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 124 | 222 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.08 |
| HSL | 306.55º | 0.72% | 0.7% | - |
| HSV(B) | 306.55º | 0.47% | 0.92% | - |
| XYZ | 54.32 | 37.18 | 73.42 | - |
| YUV | 168.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 124 | 222 | 0 | 0.47 | 0.05 | 0.08 | 306.55 | 0.72 | 0.7 |
| Hex | EA | 7C | DE | 0 | 2F | 5 | 8 | 133 | 48 | 46 |
| Octal | 352 | 174 | 336 | 0 | 57 | 5 | 10 | 463 | 110 | 106 |
| Binary | 11101010 | 1111100 | 11011110 | 0 | 101111 | 101 | 1000 | 100110011 | 1001000 | 1000110 |
Color Harmonies of #EA7CDE
Complementary color
Monochromatic Colors of #EA7CDE
Black with #EA7CDE
Text Example
Text Example
White with #EA7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7CDE; }
p { color: rgb(234,124,222); }
H1.HeaderClassName
{
color: #EA7CDE;
}
.AnyTagClassName
{
color: #EA7CDE;
}
</style>
background-color css
<style>
a { background-color: #EA7CDE; }
a { background-color: rgb(234,124,222); }
div.DivClassName
{
background-color: #EA7CDE;
}
.BgClassName
{
background-color: #EA7CDE;
}
</style>
border-color css
<style>
span { border-color: #EA7CDE; }
span { border-color: rgb(234,124,222); }
td.TdClassName
{
border-color: #EA7CDE;
}
.TagClassName
{
border-color: #EA7CDE;
}
</style>