Shades of Violet #E390E8
Tints of Violet #E390E8
RGB
CMYK
RGB Variations
Color information
#E390E8 (or 0xE390E8) is known color: Violet. HEX triplet: E3, 90 and E8. RGB value is (227,144,232). Sum of RGB (Red+Green+Blue) = 227+144+232=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #E390E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390E8 is #1C6F17. Grayscale: #B2B2B2. Windows color (decimal): -1863448 or 15241443. OLE color: 15241443.
HSL color Cylindrical-coordinate representation of color #E390E8: hue angle of 296.59º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E390E8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 144 | 232 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.09 |
| HSL | 296.59º | 0.66% | 0.74% | - |
| HSV(B) | 296.59º | 0.38% | 0.91% | - |
| XYZ | 56.22 | 42.1 | 81.51 | - |
| YUV | 178.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 232 | 0.02 | 0.38 | 0 | 0.09 | 296.59 | 0.66 | 0.74 |
| Hex | E3 | 90 | E8 | 2 | 26 | 0 | 9 | 129 | 42 | 4A |
| Octal | 343 | 220 | 350 | 2 | 46 | 0 | 11 | 451 | 102 | 112 |
| Binary | 11100011 | 10010000 | 11101000 | 10 | 100110 | 0 | 1001 | 100101001 | 1000010 | 1001010 |
Color Harmonies of #E390E8
Complementary color
Monochromatic Colors of #E390E8
Black with #E390E8
Text Example
Text Example
White with #E390E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390E8; }
p { color: rgb(227,144,232); }
H1.HeaderClassName
{
color: #E390E8;
}
.AnyTagClassName
{
color: #E390E8;
}
</style>
background-color css
<style>
a { background-color: #E390E8; }
a { background-color: rgb(227,144,232); }
div.DivClassName
{
background-color: #E390E8;
}
.BgClassName
{
background-color: #E390E8;
}
</style>
border-color css
<style>
span { border-color: #E390E8; }
span { border-color: rgb(227,144,232); }
td.TdClassName
{
border-color: #E390E8;
}
.TagClassName
{
border-color: #E390E8;
}
</style>