Shades of Pale Magenta #EA7ED2
Tints of Pale Magenta #EA7ED2
RGB
CMYK
RGB Variations
Color information
#EA7ED2 (or 0xEA7ED2) is known color: Pale Magenta. HEX triplet: EA, 7E and D2. RGB value is (234,126,210). Sum of RGB (Red+Green+Blue) = 234+126+210=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ED2 is #15812D. Grayscale: #A7A7A7. Windows color (decimal): -1409326 or 13795050. OLE color: 13795050.
HSL color Cylindrical-coordinate representation of color #EA7ED2: hue angle of 313.33º 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 #EA7ED2 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 210 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.08 |
| HSL | 313.33º | 0.72% | 0.71% | - |
| HSV(B) | 313.33º | 0.46% | 0.92% | - |
| XYZ | 53.03 | 37.07 | 65.33 | - |
| YUV | 167.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 210 | 0 | 0.46 | 0.10 | 0.08 | 313.33 | 0.72 | 0.71 |
| Hex | EA | 7E | D2 | 0 | 2E | A | 8 | 139 | 48 | 47 |
| Octal | 352 | 176 | 322 | 0 | 56 | 12 | 10 | 471 | 110 | 107 |
| Binary | 11101010 | 1111110 | 11010010 | 0 | 101110 | 1010 | 1000 | 100111001 | 1001000 | 1000111 |
Color Harmonies of #EA7ED2
Complementary color
Monochromatic Colors of #EA7ED2
Black with #EA7ED2
Text Example
Text Example
White with #EA7ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7ED2; }
p { color: rgb(234,126,210); }
H1.HeaderClassName
{
color: #EA7ED2;
}
.AnyTagClassName
{
color: #EA7ED2;
}
</style>
background-color css
<style>
a { background-color: #EA7ED2; }
a { background-color: rgb(234,126,210); }
div.DivClassName
{
background-color: #EA7ED2;
}
.BgClassName
{
background-color: #EA7ED2;
}
</style>
border-color css
<style>
span { border-color: #EA7ED2; }
span { border-color: rgb(234,126,210); }
td.TdClassName
{
border-color: #EA7ED2;
}
.TagClassName
{
border-color: #EA7ED2;
}
</style>