Shades of Violet #EA73E6
Tints of Violet #EA73E6
RGB
CMYK
RGB Variations
Color information
#EA73E6 (or 0xEA73E6) is known color: Violet. HEX triplet: EA, 73 and E6. RGB value is (234,115,230). Sum of RGB (Red+Green+Blue) = 234+115+230=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA73E6 is #158C19. Grayscale: #A3A3A3. Windows color (decimal): -1412122 or 15102954. OLE color: 15102954.
HSL color Cylindrical-coordinate representation of color #EA73E6: hue angle of 302.02º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA73E6 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 230 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.08 |
| HSL | 302.02º | 0.74% | 0.68% | - |
| HSV(B) | 302.02º | 0.51% | 0.92% | - |
| XYZ | 54.35 | 35.47 | 78.84 | - |
| YUV | 163.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 230 | 0 | 0.51 | 0.02 | 0.08 | 302.02 | 0.74 | 0.68 |
| Hex | EA | 73 | E6 | 0 | 33 | 2 | 8 | 12E | 4A | 44 |
| Octal | 352 | 163 | 346 | 0 | 63 | 2 | 10 | 456 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11100110 | 0 | 110011 | 10 | 1000 | 100101110 | 1001010 | 1000100 |
Color Harmonies of #EA73E6
Complementary color
Monochromatic Colors of #EA73E6
Black with #EA73E6
Text Example
Text Example
White with #EA73E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73E6; }
p { color: rgb(234,115,230); }
H1.HeaderClassName
{
color: #EA73E6;
}
.AnyTagClassName
{
color: #EA73E6;
}
</style>
background-color css
<style>
a { background-color: #EA73E6; }
a { background-color: rgb(234,115,230); }
div.DivClassName
{
background-color: #EA73E6;
}
.BgClassName
{
background-color: #EA73E6;
}
</style>
border-color css
<style>
span { border-color: #EA73E6; }
span { border-color: rgb(234,115,230); }
td.TdClassName
{
border-color: #EA73E6;
}
.TagClassName
{
border-color: #EA73E6;
}
</style>