Shades of Violet #EA84EA
Tints of Violet #EA84EA
RGB
CMYK
RGB Variations
Color information
#EA84EA (or 0xEA84EA) is known color: Violet. HEX triplet: EA, 84 and EA. RGB value is (234,132,234). Sum of RGB (Red+Green+Blue) = 234+132+234=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA84EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84EA is #157B15. Grayscale: #ADADAD. Windows color (decimal): -1407766 or 15369450. OLE color: 15369450.
HSL color Cylindrical-coordinate representation of color #EA84EA: hue angle of 300º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84EA is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 234 | - |
| CMYK | 0 | 0.44 | 0 | 0.08 |
| HSL | 300º | 0.71% | 0.72% | - |
| HSV(B) | 300º | 0.44% | 0.92% | - |
| XYZ | 57.03 | 39.94 | 82.54 | - |
| YUV | 174.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 234 | 0 | 0.44 | 0 | 0.08 | 300 | 0.71 | 0.72 |
| Hex | EA | 84 | EA | 0 | 2C | 0 | 8 | 12C | 47 | 48 |
| Octal | 352 | 204 | 352 | 0 | 54 | 0 | 10 | 454 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11101010 | 0 | 101100 | 0 | 1000 | 100101100 | 1000111 | 1001000 |
Color Harmonies of #EA84EA
Complementary color
Monochromatic Colors of #EA84EA
Black with #EA84EA
Text Example
Text Example
White with #EA84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84EA; }
p { color: rgb(234,132,234); }
H1.HeaderClassName
{
color: #EA84EA;
}
.AnyTagClassName
{
color: #EA84EA;
}
</style>
background-color css
<style>
a { background-color: #EA84EA; }
a { background-color: rgb(234,132,234); }
div.DivClassName
{
background-color: #EA84EA;
}
.BgClassName
{
background-color: #EA84EA;
}
</style>
border-color css
<style>
span { border-color: #EA84EA; }
span { border-color: rgb(234,132,234); }
td.TdClassName
{
border-color: #EA84EA;
}
.TagClassName
{
border-color: #EA84EA;
}
</style>