Shades of Violet #EA85ED
Tints of Violet #EA85ED
RGB
CMYK
RGB Variations
Color information
#EA85ED (or 0xEA85ED) is known color: Violet. HEX triplet: EA, 85 and ED. RGB value is (234,133,237). Sum of RGB (Red+Green+Blue) = 234+133+237=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85ED is #157A12. Grayscale: #AEAEAE. Windows color (decimal): -1407507 or 15566314. OLE color: 15566314.
HSL color Cylindrical-coordinate representation of color #EA85ED: hue angle of 298.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA85ED is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 133 | 237 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.07 |
| HSL | 298.27º | 0.74% | 0.73% | - |
| HSV(B) | 298.27º | 0.44% | 0.93% | - |
| XYZ | 57.61 | 40.38 | 84.88 | - |
| YUV | 175.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 237 | 0.01 | 0.44 | 0 | 0.07 | 298.27 | 0.74 | 0.73 |
| Hex | EA | 85 | ED | 1 | 2C | 0 | 7 | 12A | 4A | 49 |
| Octal | 352 | 205 | 355 | 1 | 54 | 0 | 7 | 452 | 112 | 111 |
| Binary | 11101010 | 10000101 | 11101101 | 1 | 101100 | 0 | 111 | 100101010 | 1001010 | 1001001 |
Color Harmonies of #EA85ED
Complementary color
Monochromatic Colors of #EA85ED
Black with #EA85ED
Text Example
Text Example
White with #EA85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85ED; }
p { color: rgb(234,133,237); }
H1.HeaderClassName
{
color: #EA85ED;
}
.AnyTagClassName
{
color: #EA85ED;
}
</style>
background-color css
<style>
a { background-color: #EA85ED; }
a { background-color: rgb(234,133,237); }
div.DivClassName
{
background-color: #EA85ED;
}
.BgClassName
{
background-color: #EA85ED;
}
</style>
border-color css
<style>
span { border-color: #EA85ED; }
span { border-color: rgb(234,133,237); }
td.TdClassName
{
border-color: #EA85ED;
}
.TagClassName
{
border-color: #EA85ED;
}
</style>