Shades of Violet #EA74E8
Tints of Violet #EA74E8
RGB
CMYK
RGB Variations
Color information
#EA74E8 (or 0xEA74E8) is known color: Violet. HEX triplet: EA, 74 and E8. RGB value is (234,116,232). Sum of RGB (Red+Green+Blue) = 234+116+232=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA74E8 is #158B17. Grayscale: #A4A4A4. Windows color (decimal): -1411864 or 15234282. OLE color: 15234282.
HSL color Cylindrical-coordinate representation of color #EA74E8: hue angle of 301.02º degrees, saturation: 0.74, 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 #EA74E8 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 232 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.08 |
| HSL | 301.02º | 0.74% | 0.69% | - |
| HSV(B) | 301.02º | 0.5% | 0.92% | - |
| XYZ | 54.74 | 35.81 | 80.37 | - |
| YUV | 164.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 232 | 0 | 0.50 | 0.01 | 0.08 | 301.02 | 0.74 | 0.69 |
| Hex | EA | 74 | E8 | 0 | 32 | 1 | 8 | 12D | 4A | 45 |
| Octal | 352 | 164 | 350 | 0 | 62 | 1 | 10 | 455 | 112 | 105 |
| Binary | 11101010 | 1110100 | 11101000 | 0 | 110010 | 1 | 1000 | 100101101 | 1001010 | 1000101 |
Color Harmonies of #EA74E8
Complementary color
Monochromatic Colors of #EA74E8
Black with #EA74E8
Text Example
Text Example
White with #EA74E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74E8; }
p { color: rgb(234,116,232); }
H1.HeaderClassName
{
color: #EA74E8;
}
.AnyTagClassName
{
color: #EA74E8;
}
</style>
background-color css
<style>
a { background-color: #EA74E8; }
a { background-color: rgb(234,116,232); }
div.DivClassName
{
background-color: #EA74E8;
}
.BgClassName
{
background-color: #EA74E8;
}
</style>
border-color css
<style>
span { border-color: #EA74E8; }
span { border-color: rgb(234,116,232); }
td.TdClassName
{
border-color: #EA74E8;
}
.TagClassName
{
border-color: #EA74E8;
}
</style>