Shades of Pale Magenta #EA83DB
Tints of Pale Magenta #EA83DB
RGB
CMYK
RGB Variations
Color information
#EA83DB (or 0xEA83DB) is known color: Pale Magenta. HEX triplet: EA, 83 and DB. RGB value is (234,131,219). Sum of RGB (Red+Green+Blue) = 234+131+219=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 131 (51.56% from 255 or 22.43% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83DB is #157C24. Grayscale: #ABABAB. Windows color (decimal): -1408037 or 14386154. OLE color: 14386154.
HSL color Cylindrical-coordinate representation of color #EA83DB: hue angle of 308.74º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83DB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 219 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.08 |
| HSL | 308.74º | 0.71% | 0.72% | - |
| HSV(B) | 308.74º | 0.44% | 0.92% | - |
| XYZ | 54.83 | 38.84 | 71.62 | - |
| YUV | 171.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 219 | 0 | 0.44 | 0.06 | 0.08 | 308.74 | 0.71 | 0.72 |
| Hex | EA | 83 | DB | 0 | 2C | 6 | 8 | 135 | 47 | 48 |
| Octal | 352 | 203 | 333 | 0 | 54 | 6 | 10 | 465 | 107 | 110 |
| Binary | 11101010 | 10000011 | 11011011 | 0 | 101100 | 110 | 1000 | 100110101 | 1000111 | 1001000 |
Color Harmonies of #EA83DB
Complementary color
Monochromatic Colors of #EA83DB
Black with #EA83DB
Text Example
Text Example
White with #EA83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83DB; }
p { color: rgb(234,131,219); }
H1.HeaderClassName
{
color: #EA83DB;
}
.AnyTagClassName
{
color: #EA83DB;
}
</style>
background-color css
<style>
a { background-color: #EA83DB; }
a { background-color: rgb(234,131,219); }
div.DivClassName
{
background-color: #EA83DB;
}
.BgClassName
{
background-color: #EA83DB;
}
</style>
border-color css
<style>
span { border-color: #EA83DB; }
span { border-color: rgb(234,131,219); }
td.TdClassName
{
border-color: #EA83DB;
}
.TagClassName
{
border-color: #EA83DB;
}
</style>