Shades of Violet #EA87E3
Tints of Violet #EA87E3
RGB
CMYK
RGB Variations
Color information
#EA87E3 (or 0xEA87E3) is known color: Violet. HEX triplet: EA, 87 and E3. RGB value is (234,135,227). Sum of RGB (Red+Green+Blue) = 234+135+227=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87E3 is #15781C. Grayscale: #AEAEAE. Windows color (decimal): -1407005 or 14911466. OLE color: 14911466.
HSL color Cylindrical-coordinate representation of color #EA87E3: hue angle of 304.24º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87E3 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 227 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.08 |
| HSL | 304.24º | 0.7% | 0.72% | - |
| HSV(B) | 304.24º | 0.42% | 0.92% | - |
| XYZ | 56.46 | 40.37 | 77.49 | - |
| YUV | 175.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 227 | 0 | 0.42 | 0.03 | 0.08 | 304.24 | 0.7 | 0.72 |
| Hex | EA | 87 | E3 | 0 | 2A | 3 | 8 | 130 | 46 | 48 |
| Octal | 352 | 207 | 343 | 0 | 52 | 3 | 10 | 460 | 106 | 110 |
| Binary | 11101010 | 10000111 | 11100011 | 0 | 101010 | 11 | 1000 | 100110000 | 1000110 | 1001000 |
Color Harmonies of #EA87E3
Complementary color
Monochromatic Colors of #EA87E3
Black with #EA87E3
Text Example
Text Example
White with #EA87E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87E3; }
p { color: rgb(234,135,227); }
H1.HeaderClassName
{
color: #EA87E3;
}
.AnyTagClassName
{
color: #EA87E3;
}
</style>
background-color css
<style>
a { background-color: #EA87E3; }
a { background-color: rgb(234,135,227); }
div.DivClassName
{
background-color: #EA87E3;
}
.BgClassName
{
background-color: #EA87E3;
}
</style>
border-color css
<style>
span { border-color: #EA87E3; }
span { border-color: rgb(234,135,227); }
td.TdClassName
{
border-color: #EA87E3;
}
.TagClassName
{
border-color: #EA87E3;
}
</style>