Shades of Violet #E790EA
Tints of Violet #E790EA
RGB
CMYK
RGB Variations
Color information
#E790EA (or 0xE790EA) is known color: Violet. HEX triplet: E7, 90 and EA. RGB value is (231,144,234). Sum of RGB (Red+Green+Blue) = 231+144+234=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #E790EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E790EA is #186F15. Grayscale: #B4B4B4. Windows color (decimal): -1601302 or 15372519. OLE color: 15372519.
HSL color Cylindrical-coordinate representation of color #E790EA: hue angle of 298º 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 #E790EA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 144 | 234 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.08 |
| HSL | 298º | 0.68% | 0.74% | - |
| HSV(B) | 298º | 0.38% | 0.92% | - |
| XYZ | 57.78 | 42.88 | 83.07 | - |
| YUV | 180.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 234 | 0.01 | 0.38 | 0 | 0.08 | 298 | 0.68 | 0.74 |
| Hex | E7 | 90 | EA | 1 | 26 | 0 | 8 | 12A | 44 | 4A |
| Octal | 347 | 220 | 352 | 1 | 46 | 0 | 10 | 452 | 104 | 112 |
| Binary | 11100111 | 10010000 | 11101010 | 1 | 100110 | 0 | 1000 | 100101010 | 1000100 | 1001010 |
Color Harmonies of #E790EA
Complementary color
Monochromatic Colors of #E790EA
Black with #E790EA
Text Example
Text Example
White with #E790EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790EA; }
p { color: rgb(231,144,234); }
H1.HeaderClassName
{
color: #E790EA;
}
.AnyTagClassName
{
color: #E790EA;
}
</style>
background-color css
<style>
a { background-color: #E790EA; }
a { background-color: rgb(231,144,234); }
div.DivClassName
{
background-color: #E790EA;
}
.BgClassName
{
background-color: #E790EA;
}
</style>
border-color css
<style>
span { border-color: #E790EA; }
span { border-color: rgb(231,144,234); }
td.TdClassName
{
border-color: #E790EA;
}
.TagClassName
{
border-color: #E790EA;
}
</style>