Shades of Violet #EA7CE3
Tints of Violet #EA7CE3
RGB
CMYK
RGB Variations
Color information
#EA7CE3 (or 0xEA7CE3) is known color: Violet. HEX triplet: EA, 7C and E3. RGB value is (234,124,227). Sum of RGB (Red+Green+Blue) = 234+124+227=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CE3 is #15831C. Grayscale: #A8A8A8. Windows color (decimal): -1409821 or 14908650. OLE color: 14908650.
HSL color Cylindrical-coordinate representation of color #EA7CE3: hue angle of 303.82º 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 #EA7CE3 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 124 | 227 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.08 |
| HSL | 303.82º | 0.72% | 0.7% | - |
| HSV(B) | 303.82º | 0.47% | 0.92% | - |
| XYZ | 55 | 37.45 | 77 | - |
| YUV | 168.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 124 | 227 | 0 | 0.47 | 0.03 | 0.08 | 303.82 | 0.72 | 0.7 |
| Hex | EA | 7C | E3 | 0 | 2F | 3 | 8 | 130 | 48 | 46 |
| Octal | 352 | 174 | 343 | 0 | 57 | 3 | 10 | 460 | 110 | 106 |
| Binary | 11101010 | 1111100 | 11100011 | 0 | 101111 | 11 | 1000 | 100110000 | 1001000 | 1000110 |
Color Harmonies of #EA7CE3
Complementary color
Monochromatic Colors of #EA7CE3
Black with #EA7CE3
Text Example
Text Example
White with #EA7CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7CE3; }
p { color: rgb(234,124,227); }
H1.HeaderClassName
{
color: #EA7CE3;
}
.AnyTagClassName
{
color: #EA7CE3;
}
</style>
background-color css
<style>
a { background-color: #EA7CE3; }
a { background-color: rgb(234,124,227); }
div.DivClassName
{
background-color: #EA7CE3;
}
.BgClassName
{
background-color: #EA7CE3;
}
</style>
border-color css
<style>
span { border-color: #EA7CE3; }
span { border-color: rgb(234,124,227); }
td.TdClassName
{
border-color: #EA7CE3;
}
.TagClassName
{
border-color: #EA7CE3;
}
</style>