Shades of Violet #E681E5
Tints of Violet #E681E5
RGB
CMYK
RGB Variations
Color information
#E681E5 (or 0xE681E5) is known color: Violet. HEX triplet: E6, 81 and E5. RGB value is (230,129,229). Sum of RGB (Red+Green+Blue) = 230+129+229=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E681E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681E5 is #197E1A. Grayscale: #AAAAAA. Windows color (decimal): -1670683 or 15040998. OLE color: 15040998.
HSL color Cylindrical-coordinate representation of color #E681E5: hue angle of 300.59º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681E5 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 229 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.10 |
| HSL | 300.59º | 0.67% | 0.7% | - |
| HSV(B) | 300.59º | 0.44% | 0.9% | - |
| XYZ | 54.63 | 38.18 | 78.62 | - |
| YUV | 170.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 229 | 0 | 0.44 | 0.00 | 0.10 | 300.59 | 0.67 | 0.7 |
| Hex | E6 | 81 | E5 | 0 | 2C | 0 | A | 12D | 43 | 46 |
| Octal | 346 | 201 | 345 | 0 | 54 | 0 | 12 | 455 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11100101 | 0 | 101100 | 0 | 1010 | 100101101 | 1000011 | 1000110 |
Color Harmonies of #E681E5
Complementary color
Monochromatic Colors of #E681E5
Black with #E681E5
Text Example
Text Example
White with #E681E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681E5; }
p { color: rgb(230,129,229); }
H1.HeaderClassName
{
color: #E681E5;
}
.AnyTagClassName
{
color: #E681E5;
}
</style>
background-color css
<style>
a { background-color: #E681E5; }
a { background-color: rgb(230,129,229); }
div.DivClassName
{
background-color: #E681E5;
}
.BgClassName
{
background-color: #E681E5;
}
</style>
border-color css
<style>
span { border-color: #E681E5; }
span { border-color: rgb(230,129,229); }
td.TdClassName
{
border-color: #E681E5;
}
.TagClassName
{
border-color: #E681E5;
}
</style>