Shades of Pale Magenta #EA92DB
Tints of Pale Magenta #EA92DB
RGB
CMYK
RGB Variations
Color information
#EA92DB (or 0xEA92DB) is known color: Pale Magenta. HEX triplet: EA, 92 and DB. RGB value is (234,146,219). Sum of RGB (Red+Green+Blue) = 234+146+219=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92DB is #156D24. Grayscale: #B4B4B4. Windows color (decimal): -1404197 or 14389994. OLE color: 14389994.
HSL color Cylindrical-coordinate representation of color #EA92DB: hue angle of 310.23º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA92DB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 219 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.08 |
| HSL | 310.23º | 0.68% | 0.75% | - |
| HSV(B) | 310.23º | 0.38% | 0.92% | - |
| XYZ | 57 | 43.16 | 72.35 | - |
| YUV | 180.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 219 | 0 | 0.38 | 0.06 | 0.08 | 310.23 | 0.68 | 0.75 |
| Hex | EA | 92 | DB | 0 | 26 | 6 | 8 | 136 | 44 | 4B |
| Octal | 352 | 222 | 333 | 0 | 46 | 6 | 10 | 466 | 104 | 113 |
| Binary | 11101010 | 10010010 | 11011011 | 0 | 100110 | 110 | 1000 | 100110110 | 1000100 | 1001011 |
Color Harmonies of #EA92DB
Complementary color
Monochromatic Colors of #EA92DB
Black with #EA92DB
Text Example
Text Example
White with #EA92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA92DB; }
p { color: rgb(234,146,219); }
H1.HeaderClassName
{
color: #EA92DB;
}
.AnyTagClassName
{
color: #EA92DB;
}
</style>
background-color css
<style>
a { background-color: #EA92DB; }
a { background-color: rgb(234,146,219); }
div.DivClassName
{
background-color: #EA92DB;
}
.BgClassName
{
background-color: #EA92DB;
}
</style>
border-color css
<style>
span { border-color: #EA92DB; }
span { border-color: rgb(234,146,219); }
td.TdClassName
{
border-color: #EA92DB;
}
.TagClassName
{
border-color: #EA92DB;
}
</style>