Shades of Violet #EA7CE0
Tints of Violet #EA7CE0
RGB
CMYK
RGB Variations
Color information
#EA7CE0 (or 0xEA7CE0) is known color: Violet. HEX triplet: EA, 7C and E0. RGB value is (234,124,224). Sum of RGB (Red+Green+Blue) = 234+124+224=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CE0 is #15831F. Grayscale: #A8A8A8. Windows color (decimal): -1409824 or 14712042. OLE color: 14712042.
HSL color Cylindrical-coordinate representation of color #EA7CE0: hue angle of 305.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7CE0 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 124 | 224 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.08 |
| HSL | 305.45º | 0.72% | 0.7% | - |
| HSV(B) | 305.45º | 0.47% | 0.92% | - |
| XYZ | 54.59 | 37.29 | 74.84 | - |
| YUV | 168.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 124 | 224 | 0 | 0.47 | 0.04 | 0.08 | 305.45 | 0.72 | 0.7 |
| Hex | EA | 7C | E0 | 0 | 2F | 4 | 8 | 131 | 48 | 46 |
| Octal | 352 | 174 | 340 | 0 | 57 | 4 | 10 | 461 | 110 | 106 |
| Binary | 11101010 | 1111100 | 11100000 | 0 | 101111 | 100 | 1000 | 100110001 | 1001000 | 1000110 |
Color Harmonies of #EA7CE0
Complementary color
Monochromatic Colors of #EA7CE0
Black with #EA7CE0
Text Example
Text Example
White with #EA7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7CE0; }
p { color: rgb(234,124,224); }
H1.HeaderClassName
{
color: #EA7CE0;
}
.AnyTagClassName
{
color: #EA7CE0;
}
</style>
background-color css
<style>
a { background-color: #EA7CE0; }
a { background-color: rgb(234,124,224); }
div.DivClassName
{
background-color: #EA7CE0;
}
.BgClassName
{
background-color: #EA7CE0;
}
</style>
border-color css
<style>
span { border-color: #EA7CE0; }
span { border-color: rgb(234,124,224); }
td.TdClassName
{
border-color: #EA7CE0;
}
.TagClassName
{
border-color: #EA7CE0;
}
</style>