Shades of Violet #EA95EC
Tints of Violet #EA95EC
RGB
CMYK
RGB Variations
Color information
#EA95EC (or 0xEA95EC) is known color: Violet. HEX triplet: EA, 95 and EC. RGB value is (234,149,236). Sum of RGB (Red+Green+Blue) = 234+149+236=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95EC is #156A13. Grayscale: #B8B8B8. Windows color (decimal): -1403412 or 15504874. OLE color: 15504874.
HSL color Cylindrical-coordinate representation of color #EA95EC: hue angle of 298.62º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA95EC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 149 | 236 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.07 |
| HSL | 298.62º | 0.7% | 0.75% | - |
| HSV(B) | 298.62º | 0.37% | 0.93% | - |
| XYZ | 59.82 | 45.04 | 84.9 | - |
| YUV | 184.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 236 | 0.01 | 0.37 | 0 | 0.07 | 298.62 | 0.7 | 0.75 |
| Hex | EA | 95 | EC | 1 | 25 | 0 | 7 | 12B | 46 | 4B |
| Octal | 352 | 225 | 354 | 1 | 45 | 0 | 7 | 453 | 106 | 113 |
| Binary | 11101010 | 10010101 | 11101100 | 1 | 100101 | 0 | 111 | 100101011 | 1000110 | 1001011 |
Color Harmonies of #EA95EC
Complementary color
Monochromatic Colors of #EA95EC
Black with #EA95EC
Text Example
Text Example
White with #EA95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95EC; }
p { color: rgb(234,149,236); }
H1.HeaderClassName
{
color: #EA95EC;
}
.AnyTagClassName
{
color: #EA95EC;
}
</style>
background-color css
<style>
a { background-color: #EA95EC; }
a { background-color: rgb(234,149,236); }
div.DivClassName
{
background-color: #EA95EC;
}
.BgClassName
{
background-color: #EA95EC;
}
</style>
border-color css
<style>
span { border-color: #EA95EC; }
span { border-color: rgb(234,149,236); }
td.TdClassName
{
border-color: #EA95EC;
}
.TagClassName
{
border-color: #EA95EC;
}
</style>