Shades of Violet #E994EA
Tints of Violet #E994EA
RGB
CMYK
RGB Variations
Color information
#E994EA (or 0xE994EA) is known color: Violet. HEX triplet: E9, 94 and EA. RGB value is (233,148,234). Sum of RGB (Red+Green+Blue) = 233+148+234=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #E994EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994EA is #166B15. Grayscale: #B6B6B6. Windows color (decimal): -1469206 or 15373545. OLE color: 15373545.
HSL color Cylindrical-coordinate representation of color #E994EA: hue angle of 299.3º 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 #E994EA is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 148 | 234 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.08 |
| HSL | 299.3º | 0.67% | 0.75% | - |
| HSV(B) | 299.3º | 0.37% | 0.92% | - |
| XYZ | 59.05 | 44.44 | 83.31 | - |
| YUV | 183.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 234 | 0.00 | 0.37 | 0 | 0.08 | 299.3 | 0.67 | 0.75 |
| Hex | E9 | 94 | EA | 0 | 25 | 0 | 8 | 12B | 43 | 4B |
| Octal | 351 | 224 | 352 | 0 | 45 | 0 | 10 | 453 | 103 | 113 |
| Binary | 11101001 | 10010100 | 11101010 | 0 | 100101 | 0 | 1000 | 100101011 | 1000011 | 1001011 |
Color Harmonies of #E994EA
Complementary color
Monochromatic Colors of #E994EA
Black with #E994EA
Text Example
Text Example
White with #E994EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994EA; }
p { color: rgb(233,148,234); }
H1.HeaderClassName
{
color: #E994EA;
}
.AnyTagClassName
{
color: #E994EA;
}
</style>
background-color css
<style>
a { background-color: #E994EA; }
a { background-color: rgb(233,148,234); }
div.DivClassName
{
background-color: #E994EA;
}
.BgClassName
{
background-color: #E994EA;
}
</style>
border-color css
<style>
span { border-color: #E994EA; }
span { border-color: rgb(233,148,234); }
td.TdClassName
{
border-color: #E994EA;
}
.TagClassName
{
border-color: #E994EA;
}
</style>