Shades of Pale Magenta #EA82DB
Tints of Pale Magenta #EA82DB
RGB
CMYK
RGB Variations
Color information
#EA82DB (or 0xEA82DB) is known color: Pale Magenta. HEX triplet: EA, 82 and DB. RGB value is (234,130,219). Sum of RGB (Red+Green+Blue) = 234+130+219=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82DB is #157D24. Grayscale: #AAAAAA. Windows color (decimal): -1408293 or 14385898. OLE color: 14385898.
HSL color Cylindrical-coordinate representation of color #EA82DB: hue angle of 308.65º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82DB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 219 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.08 |
| HSL | 308.65º | 0.71% | 0.71% | - |
| HSV(B) | 308.65º | 0.44% | 0.92% | - |
| XYZ | 54.7 | 38.57 | 71.58 | - |
| YUV | 171.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 219 | 0 | 0.44 | 0.06 | 0.08 | 308.65 | 0.71 | 0.71 |
| Hex | EA | 82 | DB | 0 | 2C | 6 | 8 | 135 | 47 | 47 |
| Octal | 352 | 202 | 333 | 0 | 54 | 6 | 10 | 465 | 107 | 107 |
| Binary | 11101010 | 10000010 | 11011011 | 0 | 101100 | 110 | 1000 | 100110101 | 1000111 | 1000111 |
Color Harmonies of #EA82DB
Complementary color
Monochromatic Colors of #EA82DB
Black with #EA82DB
Text Example
Text Example
White with #EA82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82DB; }
p { color: rgb(234,130,219); }
H1.HeaderClassName
{
color: #EA82DB;
}
.AnyTagClassName
{
color: #EA82DB;
}
</style>
background-color css
<style>
a { background-color: #EA82DB; }
a { background-color: rgb(234,130,219); }
div.DivClassName
{
background-color: #EA82DB;
}
.BgClassName
{
background-color: #EA82DB;
}
</style>
border-color css
<style>
span { border-color: #EA82DB; }
span { border-color: rgb(234,130,219); }
td.TdClassName
{
border-color: #EA82DB;
}
.TagClassName
{
border-color: #EA82DB;
}
</style>