Shades of Violet #E690E5
Tints of Violet #E690E5
RGB
CMYK
RGB Variations
Color information
#E690E5 (or 0xE690E5) is known color: Violet. HEX triplet: E6, 90 and E5. RGB value is (230,144,229). Sum of RGB (Red+Green+Blue) = 230+144+229=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E690E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690E5 is #196F1A. Grayscale: #B3B3B3. Windows color (decimal): -1666843 or 15044838. OLE color: 15044838.
HSL color Cylindrical-coordinate representation of color #E690E5: hue angle of 300.7º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690E5 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 229 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.10 |
| HSL | 300.7º | 0.63% | 0.73% | - |
| HSV(B) | 300.7º | 0.37% | 0.9% | - |
| XYZ | 56.75 | 42.43 | 79.33 | - |
| YUV | 179.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 229 | 0 | 0.37 | 0.00 | 0.10 | 300.7 | 0.63 | 0.73 |
| Hex | E6 | 90 | E5 | 0 | 25 | 0 | A | 12D | 3F | 49 |
| Octal | 346 | 220 | 345 | 0 | 45 | 0 | 12 | 455 | 77 | 111 |
| Binary | 11100110 | 10010000 | 11100101 | 0 | 100101 | 0 | 1010 | 100101101 | 111111 | 1001001 |
Color Harmonies of #E690E5
Complementary color
Monochromatic Colors of #E690E5
Black with #E690E5
Text Example
Text Example
White with #E690E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690E5; }
p { color: rgb(230,144,229); }
H1.HeaderClassName
{
color: #E690E5;
}
.AnyTagClassName
{
color: #E690E5;
}
</style>
background-color css
<style>
a { background-color: #E690E5; }
a { background-color: rgb(230,144,229); }
div.DivClassName
{
background-color: #E690E5;
}
.BgClassName
{
background-color: #E690E5;
}
</style>
border-color css
<style>
span { border-color: #E690E5; }
span { border-color: rgb(230,144,229); }
td.TdClassName
{
border-color: #E690E5;
}
.TagClassName
{
border-color: #E690E5;
}
</style>