Shades of Violet #E780E2
Tints of Violet #E780E2
RGB
CMYK
RGB Variations
Color information
#E780E2 (or 0xE780E2) is known color: Violet. HEX triplet: E7, 80 and E2. RGB value is (231,128,226). Sum of RGB (Red+Green+Blue) = 231+128+226=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E780E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780E2 is #187F1D. Grayscale: #A9A9A9. Windows color (decimal): -1605406 or 14844135. OLE color: 14844135.
HSL color Cylindrical-coordinate representation of color #E780E2: hue angle of 302.91º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780E2 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 226 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.09 |
| HSL | 302.91º | 0.68% | 0.7% | - |
| HSV(B) | 302.91º | 0.45% | 0.91% | - |
| XYZ | 54.4 | 37.92 | 76.4 | - |
| YUV | 169.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 226 | 0 | 0.45 | 0.02 | 0.09 | 302.91 | 0.68 | 0.7 |
| Hex | E7 | 80 | E2 | 0 | 2D | 2 | 9 | 12F | 44 | 46 |
| Octal | 347 | 200 | 342 | 0 | 55 | 2 | 11 | 457 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11100010 | 0 | 101101 | 10 | 1001 | 100101111 | 1000100 | 1000110 |
Color Harmonies of #E780E2
Complementary color
Monochromatic Colors of #E780E2
Black with #E780E2
Text Example
Text Example
White with #E780E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780E2; }
p { color: rgb(231,128,226); }
H1.HeaderClassName
{
color: #E780E2;
}
.AnyTagClassName
{
color: #E780E2;
}
</style>
background-color css
<style>
a { background-color: #E780E2; }
a { background-color: rgb(231,128,226); }
div.DivClassName
{
background-color: #E780E2;
}
.BgClassName
{
background-color: #E780E2;
}
</style>
border-color css
<style>
span { border-color: #E780E2; }
span { border-color: rgb(231,128,226); }
td.TdClassName
{
border-color: #E780E2;
}
.TagClassName
{
border-color: #E780E2;
}
</style>