Shades of Violet #E769EC
Tints of Violet #E769EC
RGB
CMYK
RGB Variations
Color information
#E769EC (or 0xE769EC) is known color: Violet. HEX triplet: E7, 69 and EC. RGB value is (231,105,236). Sum of RGB (Red+Green+Blue) = 231+105+236=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #E769EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E769EC is #189613. Grayscale: #9D9D9D. Windows color (decimal): -1611284 or 15493607. OLE color: 15493607.
HSL color Cylindrical-coordinate representation of color #E769EC: hue angle of 297.71º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E769EC is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 105 | 236 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.07 |
| HSL | 297.71º | 0.78% | 0.67% | - |
| HSV(B) | 297.71º | 0.56% | 0.93% | - |
| XYZ | 53.15 | 33.15 | 82.95 | - |
| YUV | 157.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 236 | 0.02 | 0.56 | 0 | 0.07 | 297.71 | 0.78 | 0.67 |
| Hex | E7 | 69 | EC | 2 | 38 | 0 | 7 | 12A | 4E | 43 |
| Octal | 347 | 151 | 354 | 2 | 70 | 0 | 7 | 452 | 116 | 103 |
| Binary | 11100111 | 1101001 | 11101100 | 10 | 111000 | 0 | 111 | 100101010 | 1001110 | 1000011 |
Color Harmonies of #E769EC
Complementary color
Monochromatic Colors of #E769EC
Black with #E769EC
Text Example
Text Example
White with #E769EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769EC; }
p { color: rgb(231,105,236); }
H1.HeaderClassName
{
color: #E769EC;
}
.AnyTagClassName
{
color: #E769EC;
}
</style>
background-color css
<style>
a { background-color: #E769EC; }
a { background-color: rgb(231,105,236); }
div.DivClassName
{
background-color: #E769EC;
}
.BgClassName
{
background-color: #E769EC;
}
</style>
border-color css
<style>
span { border-color: #E769EC; }
span { border-color: rgb(231,105,236); }
td.TdClassName
{
border-color: #E769EC;
}
.TagClassName
{
border-color: #E769EC;
}
</style>