Shades of Plum #EA93E1
Tints of Plum #EA93E1
RGB
CMYK
RGB Variations
Color information
#EA93E1 (or 0xEA93E1) is known color: Plum. HEX triplet: EA, 93 and E1. RGB value is (234,147,225). Sum of RGB (Red+Green+Blue) = 234+147+225=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93E1 is #156C1E. Grayscale: #B5B5B5. Windows color (decimal): -1403935 or 14783466. OLE color: 14783466.
HSL color Cylindrical-coordinate representation of color #EA93E1: hue angle of 306.21º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93E1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 225 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.08 |
| HSL | 306.21º | 0.67% | 0.75% | - |
| HSV(B) | 306.21º | 0.37% | 0.92% | - |
| XYZ | 57.96 | 43.8 | 76.63 | - |
| YUV | 181.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 225 | 0 | 0.37 | 0.04 | 0.08 | 306.21 | 0.67 | 0.75 |
| Hex | EA | 93 | E1 | 0 | 25 | 4 | 8 | 132 | 43 | 4B |
| Octal | 352 | 223 | 341 | 0 | 45 | 4 | 10 | 462 | 103 | 113 |
| Binary | 11101010 | 10010011 | 11100001 | 0 | 100101 | 100 | 1000 | 100110010 | 1000011 | 1001011 |
Color Harmonies of #EA93E1
Complementary color
Monochromatic Colors of #EA93E1
Black with #EA93E1
Text Example
Text Example
White with #EA93E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93E1; }
p { color: rgb(234,147,225); }
H1.HeaderClassName
{
color: #EA93E1;
}
.AnyTagClassName
{
color: #EA93E1;
}
</style>
background-color css
<style>
a { background-color: #EA93E1; }
a { background-color: rgb(234,147,225); }
div.DivClassName
{
background-color: #EA93E1;
}
.BgClassName
{
background-color: #EA93E1;
}
</style>
border-color css
<style>
span { border-color: #EA93E1; }
span { border-color: rgb(234,147,225); }
td.TdClassName
{
border-color: #EA93E1;
}
.TagClassName
{
border-color: #EA93E1;
}
</style>