Shades of Pale Magenta #EA7DDD
Tints of Pale Magenta #EA7DDD
RGB
CMYK
RGB Variations
Color information
#EA7DDD (or 0xEA7DDD) is known color: Pale Magenta. HEX triplet: EA, 7D and DD. RGB value is (234,125,221). Sum of RGB (Red+Green+Blue) = 234+125+221=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DDD is #158222. Grayscale: #A8A8A8. Windows color (decimal): -1409571 or 14515690. OLE color: 14515690.
HSL color Cylindrical-coordinate representation of color #EA7DDD: hue angle of 307.16º 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 #EA7DDD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 221 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.08 |
| HSL | 307.16º | 0.72% | 0.7% | - |
| HSV(B) | 307.16º | 0.47% | 0.92% | - |
| XYZ | 54.32 | 37.38 | 72.76 | - |
| YUV | 168.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 221 | 0 | 0.47 | 0.06 | 0.08 | 307.16 | 0.72 | 0.7 |
| Hex | EA | 7D | DD | 0 | 2F | 6 | 8 | 133 | 48 | 46 |
| Octal | 352 | 175 | 335 | 0 | 57 | 6 | 10 | 463 | 110 | 106 |
| Binary | 11101010 | 1111101 | 11011101 | 0 | 101111 | 110 | 1000 | 100110011 | 1001000 | 1000110 |
Color Harmonies of #EA7DDD
Complementary color
Monochromatic Colors of #EA7DDD
Black with #EA7DDD
Text Example
Text Example
White with #EA7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DDD; }
p { color: rgb(234,125,221); }
H1.HeaderClassName
{
color: #EA7DDD;
}
.AnyTagClassName
{
color: #EA7DDD;
}
</style>
background-color css
<style>
a { background-color: #EA7DDD; }
a { background-color: rgb(234,125,221); }
div.DivClassName
{
background-color: #EA7DDD;
}
.BgClassName
{
background-color: #EA7DDD;
}
</style>
border-color css
<style>
span { border-color: #EA7DDD; }
span { border-color: rgb(234,125,221); }
td.TdClassName
{
border-color: #EA7DDD;
}
.TagClassName
{
border-color: #EA7DDD;
}
</style>