Shades of Violet #E990EB
Tints of Violet #E990EB
RGB
CMYK
RGB Variations
Color information
#E990EB (or 0xE990EB) is known color: Violet. HEX triplet: E9, 90 and EB. RGB value is (233,144,235). Sum of RGB (Red+Green+Blue) = 233+144+235=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #E990EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E990EB is #166F14. Grayscale: #B4B4B4. Windows color (decimal): -1470229 or 15438057. OLE color: 15438057.
HSL color Cylindrical-coordinate representation of color #E990EB: hue angle of 298.68º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E990EB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 144 | 235 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.08 |
| HSL | 298.68º | 0.69% | 0.74% | - |
| HSV(B) | 298.68º | 0.39% | 0.92% | - |
| XYZ | 58.57 | 43.27 | 83.86 | - |
| YUV | 180.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 235 | 0.01 | 0.39 | 0 | 0.08 | 298.68 | 0.69 | 0.74 |
| Hex | E9 | 90 | EB | 1 | 27 | 0 | 8 | 12B | 45 | 4A |
| Octal | 351 | 220 | 353 | 1 | 47 | 0 | 10 | 453 | 105 | 112 |
| Binary | 11101001 | 10010000 | 11101011 | 1 | 100111 | 0 | 1000 | 100101011 | 1000101 | 1001010 |
Color Harmonies of #E990EB
Complementary color
Monochromatic Colors of #E990EB
Black with #E990EB
Text Example
Text Example
White with #E990EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990EB; }
p { color: rgb(233,144,235); }
H1.HeaderClassName
{
color: #E990EB;
}
.AnyTagClassName
{
color: #E990EB;
}
</style>
background-color css
<style>
a { background-color: #E990EB; }
a { background-color: rgb(233,144,235); }
div.DivClassName
{
background-color: #E990EB;
}
.BgClassName
{
background-color: #E990EB;
}
</style>
border-color css
<style>
span { border-color: #E990EB; }
span { border-color: rgb(233,144,235); }
td.TdClassName
{
border-color: #E990EB;
}
.TagClassName
{
border-color: #E990EB;
}
</style>