Shades of Plum #EA93DF
Tints of Plum #EA93DF
RGB
CMYK
RGB Variations
Color information
#EA93DF (or 0xEA93DF) is known color: Plum. HEX triplet: EA, 93 and DF. RGB value is (234,147,223). Sum of RGB (Red+Green+Blue) = 234+147+223=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93DF is #156C20. Grayscale: #B5B5B5. Windows color (decimal): -1403937 or 14652394. OLE color: 14652394.
HSL color Cylindrical-coordinate representation of color #EA93DF: hue angle of 307.59º 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 #EA93DF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 223 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.08 |
| HSL | 307.59º | 0.67% | 0.75% | - |
| HSV(B) | 307.59º | 0.37% | 0.92% | - |
| XYZ | 57.68 | 43.69 | 75.2 | - |
| YUV | 181.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 223 | 0 | 0.37 | 0.05 | 0.08 | 307.59 | 0.67 | 0.75 |
| Hex | EA | 93 | DF | 0 | 25 | 5 | 8 | 134 | 43 | 4B |
| Octal | 352 | 223 | 337 | 0 | 45 | 5 | 10 | 464 | 103 | 113 |
| Binary | 11101010 | 10010011 | 11011111 | 0 | 100101 | 101 | 1000 | 100110100 | 1000011 | 1001011 |
Color Harmonies of #EA93DF
Complementary color
Monochromatic Colors of #EA93DF
Black with #EA93DF
Text Example
Text Example
White with #EA93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93DF; }
p { color: rgb(234,147,223); }
H1.HeaderClassName
{
color: #EA93DF;
}
.AnyTagClassName
{
color: #EA93DF;
}
</style>
background-color css
<style>
a { background-color: #EA93DF; }
a { background-color: rgb(234,147,223); }
div.DivClassName
{
background-color: #EA93DF;
}
.BgClassName
{
background-color: #EA93DF;
}
</style>
border-color css
<style>
span { border-color: #EA93DF; }
span { border-color: rgb(234,147,223); }
td.TdClassName
{
border-color: #EA93DF;
}
.TagClassName
{
border-color: #EA93DF;
}
</style>