Shades of Violet #EA87F3
Tints of Violet #EA87F3
RGB
CMYK
RGB Variations
Color information
#EA87F3 (or 0xEA87F3) is known color: Violet. HEX triplet: EA, 87 and F3. RGB value is (234,135,243). Sum of RGB (Red+Green+Blue) = 234+135+243=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 135 (53.12% from 255 or 22.06% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA87F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA87F3 is #15780C. Grayscale: #B0B0B0. Windows color (decimal): -1406989 or 15960042. OLE color: 15960042.
HSL color Cylindrical-coordinate representation of color #EA87F3: hue angle of 295º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA87F3 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 135 | 243 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.05 |
| HSL | 295º | 0.82% | 0.74% | - |
| HSV(B) | 295º | 0.44% | 0.95% | - |
| XYZ | 58.77 | 41.29 | 89.67 | - |
| YUV | 176.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 243 | 0.04 | 0.44 | 0 | 0.05 | 295 | 0.82 | 0.74 |
| Hex | EA | 87 | F3 | 4 | 2C | 0 | 5 | 127 | 52 | 4A |
| Octal | 352 | 207 | 363 | 4 | 54 | 0 | 5 | 447 | 122 | 112 |
| Binary | 11101010 | 10000111 | 11110011 | 100 | 101100 | 0 | 101 | 100100111 | 1010010 | 1001010 |
Color Harmonies of #EA87F3
Complementary color
Monochromatic Colors of #EA87F3
Black with #EA87F3
Text Example
Text Example
White with #EA87F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87F3; }
p { color: rgb(234,135,243); }
H1.HeaderClassName
{
color: #EA87F3;
}
.AnyTagClassName
{
color: #EA87F3;
}
</style>
background-color css
<style>
a { background-color: #EA87F3; }
a { background-color: rgb(234,135,243); }
div.DivClassName
{
background-color: #EA87F3;
}
.BgClassName
{
background-color: #EA87F3;
}
</style>
border-color css
<style>
span { border-color: #EA87F3; }
span { border-color: rgb(234,135,243); }
td.TdClassName
{
border-color: #EA87F3;
}
.TagClassName
{
border-color: #EA87F3;
}
</style>