Shades of Violet #EA8CE3
Tints of Violet #EA8CE3
RGB
CMYK
RGB Variations
Color information
#EA8CE3 (or 0xEA8CE3) is known color: Violet. HEX triplet: EA, 8C and E3. RGB value is (234,140,227). Sum of RGB (Red+Green+Blue) = 234+140+227=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CE3 is #15731C. Grayscale: #B1B1B1. Windows color (decimal): -1405725 or 14912746. OLE color: 14912746.
HSL color Cylindrical-coordinate representation of color #EA8CE3: hue angle of 304.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CE3 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 227 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.08 |
| HSL | 304.47º | 0.69% | 0.73% | - |
| HSV(B) | 304.47º | 0.4% | 0.92% | - |
| XYZ | 57.17 | 41.79 | 77.73 | - |
| YUV | 178.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 227 | 0 | 0.40 | 0.03 | 0.08 | 304.47 | 0.69 | 0.73 |
| Hex | EA | 8C | E3 | 0 | 28 | 3 | 8 | 130 | 45 | 49 |
| Octal | 352 | 214 | 343 | 0 | 50 | 3 | 10 | 460 | 105 | 111 |
| Binary | 11101010 | 10001100 | 11100011 | 0 | 101000 | 11 | 1000 | 100110000 | 1000101 | 1001001 |
Color Harmonies of #EA8CE3
Complementary color
Monochromatic Colors of #EA8CE3
Black with #EA8CE3
Text Example
Text Example
White with #EA8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CE3; }
p { color: rgb(234,140,227); }
H1.HeaderClassName
{
color: #EA8CE3;
}
.AnyTagClassName
{
color: #EA8CE3;
}
</style>
background-color css
<style>
a { background-color: #EA8CE3; }
a { background-color: rgb(234,140,227); }
div.DivClassName
{
background-color: #EA8CE3;
}
.BgClassName
{
background-color: #EA8CE3;
}
</style>
border-color css
<style>
span { border-color: #EA8CE3; }
span { border-color: rgb(234,140,227); }
td.TdClassName
{
border-color: #EA8CE3;
}
.TagClassName
{
border-color: #EA8CE3;
}
</style>