Shades of Violet #EA76E3
Tints of Violet #EA76E3
RGB
CMYK
RGB Variations
Color information
#EA76E3 (or 0xEA76E3) is known color: Violet. HEX triplet: EA, 76 and E3. RGB value is (234,118,227). Sum of RGB (Red+Green+Blue) = 234+118+227=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76E3 is #15891C. Grayscale: #A4A4A4. Windows color (decimal): -1411357 or 14907114. OLE color: 14907114.
HSL color Cylindrical-coordinate representation of color #EA76E3: hue angle of 303.62º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76E3 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 227 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.08 |
| HSL | 303.62º | 0.73% | 0.69% | - |
| HSV(B) | 303.62º | 0.5% | 0.92% | - |
| XYZ | 54.28 | 36 | 76.76 | - |
| YUV | 165.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 227 | 0 | 0.50 | 0.03 | 0.08 | 303.62 | 0.73 | 0.69 |
| Hex | EA | 76 | E3 | 0 | 32 | 3 | 8 | 130 | 49 | 45 |
| Octal | 352 | 166 | 343 | 0 | 62 | 3 | 10 | 460 | 111 | 105 |
| Binary | 11101010 | 1110110 | 11100011 | 0 | 110010 | 11 | 1000 | 100110000 | 1001001 | 1000101 |
Color Harmonies of #EA76E3
Complementary color
Monochromatic Colors of #EA76E3
Black with #EA76E3
Text Example
Text Example
White with #EA76E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76E3; }
p { color: rgb(234,118,227); }
H1.HeaderClassName
{
color: #EA76E3;
}
.AnyTagClassName
{
color: #EA76E3;
}
</style>
background-color css
<style>
a { background-color: #EA76E3; }
a { background-color: rgb(234,118,227); }
div.DivClassName
{
background-color: #EA76E3;
}
.BgClassName
{
background-color: #EA76E3;
}
</style>
border-color css
<style>
span { border-color: #EA76E3; }
span { border-color: rgb(234,118,227); }
td.TdClassName
{
border-color: #EA76E3;
}
.TagClassName
{
border-color: #EA76E3;
}
</style>