Shades of Violet #E995F1
Tints of Violet #E995F1
RGB
CMYK
RGB Variations
Color information
#E995F1 (or 0xE995F1) is known color: Violet. HEX triplet: E9, 95 and F1. RGB value is (233,149,241). Sum of RGB (Red+Green+Blue) = 233+149+241=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E995F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E995F1 is #166A0E. Grayscale: #B8B8B8. Windows color (decimal): -1468943 or 15832553. OLE color: 15832553.
HSL color Cylindrical-coordinate representation of color #E995F1: hue angle of 294.78º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E995F1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 149 | 241 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.05 |
| HSL | 294.78º | 0.77% | 0.76% | - |
| HSV(B) | 294.78º | 0.38% | 0.95% | - |
| XYZ | 60.23 | 45.17 | 88.76 | - |
| YUV | 184.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 241 | 0.03 | 0.38 | 0 | 0.05 | 294.78 | 0.77 | 0.76 |
| Hex | E9 | 95 | F1 | 3 | 26 | 0 | 5 | 127 | 4D | 4C |
| Octal | 351 | 225 | 361 | 3 | 46 | 0 | 5 | 447 | 115 | 114 |
| Binary | 11101001 | 10010101 | 11110001 | 11 | 100110 | 0 | 101 | 100100111 | 1001101 | 1001100 |
Color Harmonies of #E995F1
Complementary color
Monochromatic Colors of #E995F1
Black with #E995F1
Text Example
Text Example
White with #E995F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E995F1; }
p { color: rgb(233,149,241); }
H1.HeaderClassName
{
color: #E995F1;
}
.AnyTagClassName
{
color: #E995F1;
}
</style>
background-color css
<style>
a { background-color: #E995F1; }
a { background-color: rgb(233,149,241); }
div.DivClassName
{
background-color: #E995F1;
}
.BgClassName
{
background-color: #E995F1;
}
</style>
border-color css
<style>
span { border-color: #E995F1; }
span { border-color: rgb(233,149,241); }
td.TdClassName
{
border-color: #E995F1;
}
.TagClassName
{
border-color: #E995F1;
}
</style>