Shades of Violet #EA6DE7
Tints of Violet #EA6DE7
RGB
CMYK
RGB Variations
Color information
#EA6DE7 (or 0xEA6DE7) is known color: Violet. HEX triplet: EA, 6D and E7. RGB value is (234,109,231). Sum of RGB (Red+Green+Blue) = 234+109+231=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DE7 is #159218. Grayscale: #9F9F9F. Windows color (decimal): -1413657 or 15166954. OLE color: 15166954.
HSL color Cylindrical-coordinate representation of color #EA6DE7: hue angle of 301.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6DE7 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 231 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.08 |
| HSL | 301.44º | 0.75% | 0.67% | - |
| HSV(B) | 301.44º | 0.53% | 0.92% | - |
| XYZ | 53.82 | 34.2 | 79.37 | - |
| YUV | 160.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 231 | 0 | 0.53 | 0.01 | 0.08 | 301.44 | 0.75 | 0.67 |
| Hex | EA | 6D | E7 | 0 | 35 | 1 | 8 | 12D | 4B | 43 |
| Octal | 352 | 155 | 347 | 0 | 65 | 1 | 10 | 455 | 113 | 103 |
| Binary | 11101010 | 1101101 | 11100111 | 0 | 110101 | 1 | 1000 | 100101101 | 1001011 | 1000011 |
Color Harmonies of #EA6DE7
Complementary color
Monochromatic Colors of #EA6DE7
Black with #EA6DE7
Text Example
Text Example
White with #EA6DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DE7; }
p { color: rgb(234,109,231); }
H1.HeaderClassName
{
color: #EA6DE7;
}
.AnyTagClassName
{
color: #EA6DE7;
}
</style>
background-color css
<style>
a { background-color: #EA6DE7; }
a { background-color: rgb(234,109,231); }
div.DivClassName
{
background-color: #EA6DE7;
}
.BgClassName
{
background-color: #EA6DE7;
}
</style>
border-color css
<style>
span { border-color: #EA6DE7; }
span { border-color: rgb(234,109,231); }
td.TdClassName
{
border-color: #EA6DE7;
}
.TagClassName
{
border-color: #EA6DE7;
}
</style>