Shades of Violet #EA7EE7
Tints of Violet #EA7EE7
RGB
CMYK
RGB Variations
Color information
#EA7EE7 (or 0xEA7EE7) is known color: Violet. HEX triplet: EA, 7E and E7. RGB value is (234,126,231). Sum of RGB (Red+Green+Blue) = 234+126+231=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7EE7 is #158118. Grayscale: #A9A9A9. Windows color (decimal): -1409305 or 15171306. OLE color: 15171306.
HSL color Cylindrical-coordinate representation of color #EA7EE7: hue angle of 301.67º 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 #EA7EE7 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 231 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.08 |
| HSL | 301.67º | 0.72% | 0.71% | - |
| HSV(B) | 301.67º | 0.46% | 0.92% | - |
| XYZ | 55.82 | 38.18 | 80.03 | - |
| YUV | 170.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 231 | 0 | 0.46 | 0.01 | 0.08 | 301.67 | 0.72 | 0.71 |
| Hex | EA | 7E | E7 | 0 | 2E | 1 | 8 | 12E | 48 | 47 |
| Octal | 352 | 176 | 347 | 0 | 56 | 1 | 10 | 456 | 110 | 107 |
| Binary | 11101010 | 1111110 | 11100111 | 0 | 101110 | 1 | 1000 | 100101110 | 1001000 | 1000111 |
Color Harmonies of #EA7EE7
Complementary color
Monochromatic Colors of #EA7EE7
Black with #EA7EE7
Text Example
Text Example
White with #EA7EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7EE7; }
p { color: rgb(234,126,231); }
H1.HeaderClassName
{
color: #EA7EE7;
}
.AnyTagClassName
{
color: #EA7EE7;
}
</style>
background-color css
<style>
a { background-color: #EA7EE7; }
a { background-color: rgb(234,126,231); }
div.DivClassName
{
background-color: #EA7EE7;
}
.BgClassName
{
background-color: #EA7EE7;
}
</style>
border-color css
<style>
span { border-color: #EA7EE7; }
span { border-color: rgb(234,126,231); }
td.TdClassName
{
border-color: #EA7EE7;
}
.TagClassName
{
border-color: #EA7EE7;
}
</style>