Shades of Violet #EA85EC
Tints of Violet #EA85EC
RGB
CMYK
RGB Variations
Color information
#EA85EC (or 0xEA85EC) is known color: Violet. HEX triplet: EA, 85 and EC. RGB value is (234,133,236). Sum of RGB (Red+Green+Blue) = 234+133+236=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85EC is #157A13. Grayscale: #AEAEAE. Windows color (decimal): -1407508 or 15500778. OLE color: 15500778.
HSL color Cylindrical-coordinate representation of color #EA85EC: hue angle of 298.83º 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 #EA85EC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 133 | 236 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.07 |
| HSL | 298.84º | 0.73% | 0.72% | - |
| HSV(B) | 298.84º | 0.44% | 0.93% | - |
| XYZ | 57.46 | 40.32 | 84.11 | - |
| YUV | 174.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 236 | 0.01 | 0.44 | 0 | 0.07 | 298.84 | 0.73 | 0.72 |
| Hex | EA | 85 | EC | 1 | 2C | 0 | 7 | 12B | 49 | 48 |
| Octal | 352 | 205 | 354 | 1 | 54 | 0 | 7 | 453 | 111 | 110 |
| Binary | 11101010 | 10000101 | 11101100 | 1 | 101100 | 0 | 111 | 100101011 | 1001001 | 1001000 |
Color Harmonies of #EA85EC
Complementary color
Monochromatic Colors of #EA85EC
Black with #EA85EC
Text Example
Text Example
White with #EA85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85EC; }
p { color: rgb(234,133,236); }
H1.HeaderClassName
{
color: #EA85EC;
}
.AnyTagClassName
{
color: #EA85EC;
}
</style>
background-color css
<style>
a { background-color: #EA85EC; }
a { background-color: rgb(234,133,236); }
div.DivClassName
{
background-color: #EA85EC;
}
.BgClassName
{
background-color: #EA85EC;
}
</style>
border-color css
<style>
span { border-color: #EA85EC; }
span { border-color: rgb(234,133,236); }
td.TdClassName
{
border-color: #EA85EC;
}
.TagClassName
{
border-color: #EA85EC;
}
</style>