Shades of Violet #E390EA
Tints of Violet #E390EA
RGB
CMYK
RGB Variations
Color information
#E390EA (or 0xE390EA) is known color: Violet. HEX triplet: E3, 90 and EA. RGB value is (227,144,234). Sum of RGB (Red+Green+Blue) = 227+144+234=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E390EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390EA is #1C6F15. Grayscale: #B2B2B2. Windows color (decimal): -1863446 or 15372515. OLE color: 15372515.
HSL color Cylindrical-coordinate representation of color #E390EA: hue angle of 295.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E390EA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 144 | 234 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.08 |
| HSL | 295.33º | 0.68% | 0.74% | - |
| HSV(B) | 295.33º | 0.38% | 0.92% | - |
| XYZ | 56.5 | 42.22 | 83.01 | - |
| YUV | 179.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 234 | 0.03 | 0.38 | 0 | 0.08 | 295.33 | 0.68 | 0.74 |
| Hex | E3 | 90 | EA | 3 | 26 | 0 | 8 | 127 | 44 | 4A |
| Octal | 343 | 220 | 352 | 3 | 46 | 0 | 10 | 447 | 104 | 112 |
| Binary | 11100011 | 10010000 | 11101010 | 11 | 100110 | 0 | 1000 | 100100111 | 1000100 | 1001010 |
Color Harmonies of #E390EA
Complementary color
Monochromatic Colors of #E390EA
Black with #E390EA
Text Example
Text Example
White with #E390EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390EA; }
p { color: rgb(227,144,234); }
H1.HeaderClassName
{
color: #E390EA;
}
.AnyTagClassName
{
color: #E390EA;
}
</style>
background-color css
<style>
a { background-color: #E390EA; }
a { background-color: rgb(227,144,234); }
div.DivClassName
{
background-color: #E390EA;
}
.BgClassName
{
background-color: #E390EA;
}
</style>
border-color css
<style>
span { border-color: #E390EA; }
span { border-color: rgb(227,144,234); }
td.TdClassName
{
border-color: #E390EA;
}
.TagClassName
{
border-color: #E390EA;
}
</style>