Shades of Pale Magenta #EA91DC
Tints of Pale Magenta #EA91DC
RGB
CMYK
RGB Variations
Color information
#EA91DC (or 0xEA91DC) is known color: Pale Magenta. HEX triplet: EA, 91 and DC. RGB value is (234,145,220). Sum of RGB (Red+Green+Blue) = 234+145+220=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91DC is #156E23. Grayscale: #B3B3B3. Windows color (decimal): -1404452 or 14455274. OLE color: 14455274.
HSL color Cylindrical-coordinate representation of color #EA91DC: hue angle of 309.44º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA91DC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 220 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.08 |
| HSL | 309.44º | 0.68% | 0.74% | - |
| HSV(B) | 309.44º | 0.38% | 0.92% | - |
| XYZ | 56.98 | 42.91 | 72.99 | - |
| YUV | 180.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 220 | 0 | 0.38 | 0.06 | 0.08 | 309.44 | 0.68 | 0.74 |
| Hex | EA | 91 | DC | 0 | 26 | 6 | 8 | 135 | 44 | 4A |
| Octal | 352 | 221 | 334 | 0 | 46 | 6 | 10 | 465 | 104 | 112 |
| Binary | 11101010 | 10010001 | 11011100 | 0 | 100110 | 110 | 1000 | 100110101 | 1000100 | 1001010 |
Color Harmonies of #EA91DC
Complementary color
Monochromatic Colors of #EA91DC
Black with #EA91DC
Text Example
Text Example
White with #EA91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA91DC; }
p { color: rgb(234,145,220); }
H1.HeaderClassName
{
color: #EA91DC;
}
.AnyTagClassName
{
color: #EA91DC;
}
</style>
background-color css
<style>
a { background-color: #EA91DC; }
a { background-color: rgb(234,145,220); }
div.DivClassName
{
background-color: #EA91DC;
}
.BgClassName
{
background-color: #EA91DC;
}
</style>
border-color css
<style>
span { border-color: #EA91DC; }
span { border-color: rgb(234,145,220); }
td.TdClassName
{
border-color: #EA91DC;
}
.TagClassName
{
border-color: #EA91DC;
}
</style>