Shades of Plum #EA96E5
Tints of Plum #EA96E5
RGB
CMYK
RGB Variations
Color information
#EA96E5 (or 0xEA96E5) is known color: Plum. HEX triplet: EA, 96 and E5. RGB value is (234,150,229). Sum of RGB (Red+Green+Blue) = 234+150+229=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96E5 is #15691A. Grayscale: #B7B7B7. Windows color (decimal): -1403163 or 15046378. OLE color: 15046378.
HSL color Cylindrical-coordinate representation of color #EA96E5: hue angle of 303.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96E5 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 229 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.08 |
| HSL | 303.57º | 0.67% | 0.75% | - |
| HSV(B) | 303.57º | 0.36% | 0.92% | - |
| XYZ | 58.98 | 44.96 | 79.7 | - |
| YUV | 184.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 229 | 0 | 0.36 | 0.02 | 0.08 | 303.57 | 0.67 | 0.75 |
| Hex | EA | 96 | E5 | 0 | 24 | 2 | 8 | 130 | 43 | 4B |
| Octal | 352 | 226 | 345 | 0 | 44 | 2 | 10 | 460 | 103 | 113 |
| Binary | 11101010 | 10010110 | 11100101 | 0 | 100100 | 10 | 1000 | 100110000 | 1000011 | 1001011 |
Color Harmonies of #EA96E5
Complementary color
Monochromatic Colors of #EA96E5
Black with #EA96E5
Text Example
Text Example
White with #EA96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA96E5; }
p { color: rgb(234,150,229); }
H1.HeaderClassName
{
color: #EA96E5;
}
.AnyTagClassName
{
color: #EA96E5;
}
</style>
background-color css
<style>
a { background-color: #EA96E5; }
a { background-color: rgb(234,150,229); }
div.DivClassName
{
background-color: #EA96E5;
}
.BgClassName
{
background-color: #EA96E5;
}
</style>
border-color css
<style>
span { border-color: #EA96E5; }
span { border-color: rgb(234,150,229); }
td.TdClassName
{
border-color: #EA96E5;
}
.TagClassName
{
border-color: #EA96E5;
}
</style>