Shades of Violet #E780EA
Tints of Violet #E780EA
RGB
CMYK
RGB Variations
Color information
#E780EA (or 0xE780EA) is known color: Violet. HEX triplet: E7, 80 and EA. RGB value is (231,128,234). Sum of RGB (Red+Green+Blue) = 231+128+234=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #E780EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780EA is #187F15. Grayscale: #AAAAAA. Windows color (decimal): -1605398 or 15368423. OLE color: 15368423.
HSL color Cylindrical-coordinate representation of color #E780EA: hue angle of 298.3º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780EA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 128 | 234 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.08 |
| HSL | 298.3º | 0.72% | 0.71% | - |
| HSV(B) | 298.3º | 0.45% | 0.92% | - |
| XYZ | 55.53 | 38.37 | 82.32 | - |
| YUV | 170.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 234 | 0.01 | 0.45 | 0 | 0.08 | 298.3 | 0.72 | 0.71 |
| Hex | E7 | 80 | EA | 1 | 2D | 0 | 8 | 12A | 48 | 47 |
| Octal | 347 | 200 | 352 | 1 | 55 | 0 | 10 | 452 | 110 | 107 |
| Binary | 11100111 | 10000000 | 11101010 | 1 | 101101 | 0 | 1000 | 100101010 | 1001000 | 1000111 |
Color Harmonies of #E780EA
Complementary color
Monochromatic Colors of #E780EA
Black with #E780EA
Text Example
Text Example
White with #E780EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780EA; }
p { color: rgb(231,128,234); }
H1.HeaderClassName
{
color: #E780EA;
}
.AnyTagClassName
{
color: #E780EA;
}
</style>
background-color css
<style>
a { background-color: #E780EA; }
a { background-color: rgb(231,128,234); }
div.DivClassName
{
background-color: #E780EA;
}
.BgClassName
{
background-color: #E780EA;
}
</style>
border-color css
<style>
span { border-color: #E780EA; }
span { border-color: rgb(231,128,234); }
td.TdClassName
{
border-color: #E780EA;
}
.TagClassName
{
border-color: #E780EA;
}
</style>