Shades of Violet #EA7FE9
Tints of Violet #EA7FE9
RGB
CMYK
RGB Variations
Color information
#EA7FE9 (or 0xEA7FE9) is known color: Violet. HEX triplet: EA, 7F and E9. RGB value is (234,127,233). Sum of RGB (Red+Green+Blue) = 234+127+233=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7FE9 is #158016. Grayscale: #AAAAAA. Windows color (decimal): -1409047 or 15302634. OLE color: 15302634.
HSL color Cylindrical-coordinate representation of color #EA7FE9: hue angle of 300.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7FE9 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 233 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.08 |
| HSL | 300.56º | 0.72% | 0.71% | - |
| HSV(B) | 300.56º | 0.46% | 0.92% | - |
| XYZ | 56.23 | 38.55 | 81.57 | - |
| YUV | 171.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 233 | 0 | 0.46 | 0.00 | 0.08 | 300.56 | 0.72 | 0.71 |
| Hex | EA | 7F | E9 | 0 | 2E | 0 | 8 | 12D | 48 | 47 |
| Octal | 352 | 177 | 351 | 0 | 56 | 0 | 10 | 455 | 110 | 107 |
| Binary | 11101010 | 1111111 | 11101001 | 0 | 101110 | 0 | 1000 | 100101101 | 1001000 | 1000111 |
Color Harmonies of #EA7FE9
Complementary color
Monochromatic Colors of #EA7FE9
Black with #EA7FE9
Text Example
Text Example
White with #EA7FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FE9; }
p { color: rgb(234,127,233); }
H1.HeaderClassName
{
color: #EA7FE9;
}
.AnyTagClassName
{
color: #EA7FE9;
}
</style>
background-color css
<style>
a { background-color: #EA7FE9; }
a { background-color: rgb(234,127,233); }
div.DivClassName
{
background-color: #EA7FE9;
}
.BgClassName
{
background-color: #EA7FE9;
}
</style>
border-color css
<style>
span { border-color: #EA7FE9; }
span { border-color: rgb(234,127,233); }
td.TdClassName
{
border-color: #EA7FE9;
}
.TagClassName
{
border-color: #EA7FE9;
}
</style>