Shades of Pale Magenta #EA7EDB
Tints of Pale Magenta #EA7EDB
RGB
CMYK
RGB Variations
Color information
#EA7EDB (or 0xEA7EDB) is known color: Pale Magenta. HEX triplet: EA, 7E and DB. RGB value is (234,126,219). Sum of RGB (Red+Green+Blue) = 234+126+219=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EDB is #158124. Grayscale: #A8A8A8. Windows color (decimal): -1409317 or 14384874. OLE color: 14384874.
HSL color Cylindrical-coordinate representation of color #EA7EDB: hue angle of 308.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 #EA7EDB is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 219 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.08 |
| HSL | 308.33º | 0.72% | 0.71% | - |
| HSV(B) | 308.33º | 0.46% | 0.92% | - |
| XYZ | 54.18 | 37.53 | 71.41 | - |
| YUV | 168.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 219 | 0 | 0.46 | 0.06 | 0.08 | 308.33 | 0.72 | 0.71 |
| Hex | EA | 7E | DB | 0 | 2E | 6 | 8 | 134 | 48 | 47 |
| Octal | 352 | 176 | 333 | 0 | 56 | 6 | 10 | 464 | 110 | 107 |
| Binary | 11101010 | 1111110 | 11011011 | 0 | 101110 | 110 | 1000 | 100110100 | 1001000 | 1000111 |
Color Harmonies of #EA7EDB
Complementary color
Monochromatic Colors of #EA7EDB
Black with #EA7EDB
Text Example
Text Example
White with #EA7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7EDB; }
p { color: rgb(234,126,219); }
H1.HeaderClassName
{
color: #EA7EDB;
}
.AnyTagClassName
{
color: #EA7EDB;
}
</style>
background-color css
<style>
a { background-color: #EA7EDB; }
a { background-color: rgb(234,126,219); }
div.DivClassName
{
background-color: #EA7EDB;
}
.BgClassName
{
background-color: #EA7EDB;
}
</style>
border-color css
<style>
span { border-color: #EA7EDB; }
span { border-color: rgb(234,126,219); }
td.TdClassName
{
border-color: #EA7EDB;
}
.TagClassName
{
border-color: #EA7EDB;
}
</style>