Shades of Violet #E994ED
Tints of Violet #E994ED
RGB
CMYK
RGB Variations
Color information
#E994ED (or 0xE994ED) is known color: Violet. HEX triplet: E9, 94 and ED. RGB value is (233,148,237). Sum of RGB (Red+Green+Blue) = 233+148+237=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #E994ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994ED is #166B12. Grayscale: #B7B7B7. Windows color (decimal): -1469203 or 15570153. OLE color: 15570153.
HSL color Cylindrical-coordinate representation of color #E994ED: hue angle of 297.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E994ED is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 148 | 237 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.07 |
| HSL | 297.3º | 0.71% | 0.75% | - |
| HSV(B) | 297.3º | 0.38% | 0.93% | - |
| XYZ | 59.48 | 44.62 | 85.6 | - |
| YUV | 183.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 237 | 0.02 | 0.38 | 0 | 0.07 | 297.3 | 0.71 | 0.75 |
| Hex | E9 | 94 | ED | 2 | 26 | 0 | 7 | 129 | 47 | 4B |
| Octal | 351 | 224 | 355 | 2 | 46 | 0 | 7 | 451 | 107 | 113 |
| Binary | 11101001 | 10010100 | 11101101 | 10 | 100110 | 0 | 111 | 100101001 | 1000111 | 1001011 |
Color Harmonies of #E994ED
Complementary color
Monochromatic Colors of #E994ED
Black with #E994ED
Text Example
Text Example
White with #E994ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994ED; }
p { color: rgb(233,148,237); }
H1.HeaderClassName
{
color: #E994ED;
}
.AnyTagClassName
{
color: #E994ED;
}
</style>
background-color css
<style>
a { background-color: #E994ED; }
a { background-color: rgb(233,148,237); }
div.DivClassName
{
background-color: #E994ED;
}
.BgClassName
{
background-color: #E994ED;
}
</style>
border-color css
<style>
span { border-color: #E994ED; }
span { border-color: rgb(233,148,237); }
td.TdClassName
{
border-color: #E994ED;
}
.TagClassName
{
border-color: #E994ED;
}
</style>