Shades of Violet #EA6DEA
Tints of Violet #EA6DEA
RGB
CMYK
RGB Variations
Color information
#EA6DEA (or 0xEA6DEA) is known color: Violet. HEX triplet: EA, 6D and EA. RGB value is (234,109,234). Sum of RGB (Red+Green+Blue) = 234+109+234=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA6DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DEA is #159215. Grayscale: #A0A0A0. Windows color (decimal): -1413654 or 15363562. OLE color: 15363562.
HSL color Cylindrical-coordinate representation of color #EA6DEA: hue angle of 300º 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 #EA6DEA is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 234 | - |
| CMYK | 0 | 0.53 | 0 | 0.08 |
| HSL | 300º | 0.75% | 0.67% | - |
| HSV(B) | 300º | 0.53% | 0.92% | - |
| XYZ | 54.25 | 34.37 | 81.62 | - |
| YUV | 160.63 | 169.41 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 234 | 0 | 0.53 | 0 | 0.08 | 300 | 0.75 | 0.67 |
| Hex | EA | 6D | EA | 0 | 35 | 0 | 8 | 12C | 4B | 43 |
| Octal | 352 | 155 | 352 | 0 | 65 | 0 | 10 | 454 | 113 | 103 |
| Binary | 11101010 | 1101101 | 11101010 | 0 | 110101 | 0 | 1000 | 100101100 | 1001011 | 1000011 |
Color Harmonies of #EA6DEA
Complementary color
Monochromatic Colors of #EA6DEA
Black with #EA6DEA
Text Example
Text Example
White with #EA6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DEA; }
p { color: rgb(234,109,234); }
H1.HeaderClassName
{
color: #EA6DEA;
}
.AnyTagClassName
{
color: #EA6DEA;
}
</style>
background-color css
<style>
a { background-color: #EA6DEA; }
a { background-color: rgb(234,109,234); }
div.DivClassName
{
background-color: #EA6DEA;
}
.BgClassName
{
background-color: #EA6DEA;
}
</style>
border-color css
<style>
span { border-color: #EA6DEA; }
span { border-color: rgb(234,109,234); }
td.TdClassName
{
border-color: #EA6DEA;
}
.TagClassName
{
border-color: #EA6DEA;
}
</style>