Shades of Violet #EA84EC
Tints of Violet #EA84EC
RGB
CMYK
RGB Variations
Color information
#EA84EC (or 0xEA84EC) is known color: Violet. HEX triplet: EA, 84 and EC. RGB value is (234,132,236). Sum of RGB (Red+Green+Blue) = 234+132+236=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA84EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84EC is #157B13. Grayscale: #AEAEAE. Windows color (decimal): -1407764 or 15500522. OLE color: 15500522.
HSL color Cylindrical-coordinate representation of color #EA84EC: hue angle of 298.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84EC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 132 | 236 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.07 |
| HSL | 298.85º | 0.73% | 0.72% | - |
| HSV(B) | 298.85º | 0.44% | 0.93% | - |
| XYZ | 57.32 | 40.05 | 84.07 | - |
| YUV | 174.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 236 | 0.01 | 0.44 | 0 | 0.07 | 298.85 | 0.73 | 0.72 |
| Hex | EA | 84 | EC | 1 | 2C | 0 | 7 | 12B | 49 | 48 |
| Octal | 352 | 204 | 354 | 1 | 54 | 0 | 7 | 453 | 111 | 110 |
| Binary | 11101010 | 10000100 | 11101100 | 1 | 101100 | 0 | 111 | 100101011 | 1001001 | 1001000 |
Color Harmonies of #EA84EC
Complementary color
Monochromatic Colors of #EA84EC
Black with #EA84EC
Text Example
Text Example
White with #EA84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84EC; }
p { color: rgb(234,132,236); }
H1.HeaderClassName
{
color: #EA84EC;
}
.AnyTagClassName
{
color: #EA84EC;
}
</style>
background-color css
<style>
a { background-color: #EA84EC; }
a { background-color: rgb(234,132,236); }
div.DivClassName
{
background-color: #EA84EC;
}
.BgClassName
{
background-color: #EA84EC;
}
</style>
border-color css
<style>
span { border-color: #EA84EC; }
span { border-color: rgb(234,132,236); }
td.TdClassName
{
border-color: #EA84EC;
}
.TagClassName
{
border-color: #EA84EC;
}
</style>