Shades of Violet #EA86E5
Tints of Violet #EA86E5
RGB
CMYK
RGB Variations
Color information
#EA86E5 (or 0xEA86E5) is known color: Violet. HEX triplet: EA, 86 and E5. RGB value is (234,134,229). Sum of RGB (Red+Green+Blue) = 234+134+229=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86E5 is #15791A. Grayscale: #AEAEAE. Windows color (decimal): -1407259 or 15042282. OLE color: 15042282.
HSL color Cylindrical-coordinate representation of color #EA86E5: hue angle of 303º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86E5 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 229 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.08 |
| HSL | 303º | 0.7% | 0.72% | - |
| HSV(B) | 303º | 0.43% | 0.92% | - |
| XYZ | 56.6 | 40.2 | 78.9 | - |
| YUV | 174.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 229 | 0 | 0.43 | 0.02 | 0.08 | 303 | 0.7 | 0.72 |
| Hex | EA | 86 | E5 | 0 | 2B | 2 | 8 | 12F | 46 | 48 |
| Octal | 352 | 206 | 345 | 0 | 53 | 2 | 10 | 457 | 106 | 110 |
| Binary | 11101010 | 10000110 | 11100101 | 0 | 101011 | 10 | 1000 | 100101111 | 1000110 | 1001000 |
Color Harmonies of #EA86E5
Complementary color
Monochromatic Colors of #EA86E5
Black with #EA86E5
Text Example
Text Example
White with #EA86E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86E5; }
p { color: rgb(234,134,229); }
H1.HeaderClassName
{
color: #EA86E5;
}
.AnyTagClassName
{
color: #EA86E5;
}
</style>
background-color css
<style>
a { background-color: #EA86E5; }
a { background-color: rgb(234,134,229); }
div.DivClassName
{
background-color: #EA86E5;
}
.BgClassName
{
background-color: #EA86E5;
}
</style>
border-color css
<style>
span { border-color: #EA86E5; }
span { border-color: rgb(234,134,229); }
td.TdClassName
{
border-color: #EA86E5;
}
.TagClassName
{
border-color: #EA86E5;
}
</style>