Shades of Violet #EA85EF
Tints of Violet #EA85EF
RGB
CMYK
RGB Variations
Color information
#EA85EF (or 0xEA85EF) is known color: Violet. HEX triplet: EA, 85 and EF. RGB value is (234,133,239). Sum of RGB (Red+Green+Blue) = 234+133+239=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85EF is #157A10. Grayscale: #AEAEAE. Windows color (decimal): -1407505 or 15697386. OLE color: 15697386.
HSL color Cylindrical-coordinate representation of color #EA85EF: hue angle of 297.17º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA85EF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 133 | 239 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.06 |
| HSL | 297.17º | 0.77% | 0.73% | - |
| HSV(B) | 297.17º | 0.44% | 0.94% | - |
| XYZ | 57.9 | 40.5 | 86.43 | - |
| YUV | 175.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 239 | 0.02 | 0.44 | 0 | 0.06 | 297.17 | 0.77 | 0.73 |
| Hex | EA | 85 | EF | 2 | 2C | 0 | 6 | 129 | 4D | 49 |
| Octal | 352 | 205 | 357 | 2 | 54 | 0 | 6 | 451 | 115 | 111 |
| Binary | 11101010 | 10000101 | 11101111 | 10 | 101100 | 0 | 110 | 100101001 | 1001101 | 1001001 |
Color Harmonies of #EA85EF
Complementary color
Monochromatic Colors of #EA85EF
Black with #EA85EF
Text Example
Text Example
White with #EA85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85EF; }
p { color: rgb(234,133,239); }
H1.HeaderClassName
{
color: #EA85EF;
}
.AnyTagClassName
{
color: #EA85EF;
}
</style>
background-color css
<style>
a { background-color: #EA85EF; }
a { background-color: rgb(234,133,239); }
div.DivClassName
{
background-color: #EA85EF;
}
.BgClassName
{
background-color: #EA85EF;
}
</style>
border-color css
<style>
span { border-color: #EA85EF; }
span { border-color: rgb(234,133,239); }
td.TdClassName
{
border-color: #EA85EF;
}
.TagClassName
{
border-color: #EA85EF;
}
</style>