Shades of Pale Magenta #EA91D5
Tints of Pale Magenta #EA91D5
RGB
CMYK
RGB Variations
Color information
#EA91D5 (or 0xEA91D5) is known color: Pale Magenta. HEX triplet: EA, 91 and D5. RGB value is (234,145,213). Sum of RGB (Red+Green+Blue) = 234+145+213=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91D5 is #156E2A. Grayscale: #B3B3B3. Windows color (decimal): -1404459 or 13996522. OLE color: 13996522.
HSL color Cylindrical-coordinate representation of color #EA91D5: hue angle of 314.16º 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 #EA91D5 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 213 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.08 |
| HSL | 314.16º | 0.68% | 0.74% | - |
| HSV(B) | 314.16º | 0.38% | 0.92% | - |
| XYZ | 56.07 | 42.55 | 68.21 | - |
| YUV | 179.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 213 | 0 | 0.38 | 0.09 | 0.08 | 314.16 | 0.68 | 0.74 |
| Hex | EA | 91 | D5 | 0 | 26 | 9 | 8 | 13A | 44 | 4A |
| Octal | 352 | 221 | 325 | 0 | 46 | 11 | 10 | 472 | 104 | 112 |
| Binary | 11101010 | 10010001 | 11010101 | 0 | 100110 | 1001 | 1000 | 100111010 | 1000100 | 1001010 |
Color Harmonies of #EA91D5
Complementary color
Monochromatic Colors of #EA91D5
Black with #EA91D5
Text Example
Text Example
White with #EA91D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA91D5; }
p { color: rgb(234,145,213); }
H1.HeaderClassName
{
color: #EA91D5;
}
.AnyTagClassName
{
color: #EA91D5;
}
</style>
background-color css
<style>
a { background-color: #EA91D5; }
a { background-color: rgb(234,145,213); }
div.DivClassName
{
background-color: #EA91D5;
}
.BgClassName
{
background-color: #EA91D5;
}
</style>
border-color css
<style>
span { border-color: #EA91D5; }
span { border-color: rgb(234,145,213); }
td.TdClassName
{
border-color: #EA91D5;
}
.TagClassName
{
border-color: #EA91D5;
}
</style>