Shades of Violet #EA94EC
Tints of Violet #EA94EC
RGB
CMYK
RGB Variations
Color information
#EA94EC (or 0xEA94EC) is known color: Violet. HEX triplet: EA, 94 and EC. RGB value is (234,148,236). Sum of RGB (Red+Green+Blue) = 234+148+236=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA94EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA94EC is #156B13. Grayscale: #B7B7B7. Windows color (decimal): -1403668 or 15504618. OLE color: 15504618.
HSL color Cylindrical-coordinate representation of color #EA94EC: hue angle of 298.64º 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 #EA94EC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 148 | 236 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.07 |
| HSL | 298.64º | 0.7% | 0.75% | - |
| HSV(B) | 298.64º | 0.37% | 0.93% | - |
| XYZ | 59.66 | 44.73 | 84.85 | - |
| YUV | 183.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 236 | 0.01 | 0.37 | 0 | 0.07 | 298.64 | 0.7 | 0.75 |
| Hex | EA | 94 | EC | 1 | 25 | 0 | 7 | 12B | 46 | 4B |
| Octal | 352 | 224 | 354 | 1 | 45 | 0 | 7 | 453 | 106 | 113 |
| Binary | 11101010 | 10010100 | 11101100 | 1 | 100101 | 0 | 111 | 100101011 | 1000110 | 1001011 |
Color Harmonies of #EA94EC
Complementary color
Monochromatic Colors of #EA94EC
Black with #EA94EC
Text Example
Text Example
White with #EA94EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94EC; }
p { color: rgb(234,148,236); }
H1.HeaderClassName
{
color: #EA94EC;
}
.AnyTagClassName
{
color: #EA94EC;
}
</style>
background-color css
<style>
a { background-color: #EA94EC; }
a { background-color: rgb(234,148,236); }
div.DivClassName
{
background-color: #EA94EC;
}
.BgClassName
{
background-color: #EA94EC;
}
</style>
border-color css
<style>
span { border-color: #EA94EC; }
span { border-color: rgb(234,148,236); }
td.TdClassName
{
border-color: #EA94EC;
}
.TagClassName
{
border-color: #EA94EC;
}
</style>