Shades of Violet #EA87F0
Tints of Violet #EA87F0
RGB
CMYK
RGB Variations
Color information
#EA87F0 (or 0xEA87F0) is known color: Violet. HEX triplet: EA, 87 and F0. RGB value is (234,135,240). Sum of RGB (Red+Green+Blue) = 234+135+240=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA87F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA87F0 is #15780F. Grayscale: #B0B0B0. Windows color (decimal): -1406992 or 15763434. OLE color: 15763434.
HSL color Cylindrical-coordinate representation of color #EA87F0: hue angle of 296.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA87F0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 135 | 240 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.06 |
| HSL | 296.57º | 0.78% | 0.74% | - |
| HSV(B) | 296.57º | 0.44% | 0.94% | - |
| XYZ | 58.32 | 41.11 | 87.3 | - |
| YUV | 176.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 240 | 0.02 | 0.44 | 0 | 0.06 | 296.57 | 0.78 | 0.74 |
| Hex | EA | 87 | F0 | 2 | 2C | 0 | 6 | 129 | 4E | 4A |
| Octal | 352 | 207 | 360 | 2 | 54 | 0 | 6 | 451 | 116 | 112 |
| Binary | 11101010 | 10000111 | 11110000 | 10 | 101100 | 0 | 110 | 100101001 | 1001110 | 1001010 |
Color Harmonies of #EA87F0
Complementary color
Monochromatic Colors of #EA87F0
Black with #EA87F0
Text Example
Text Example
White with #EA87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87F0; }
p { color: rgb(234,135,240); }
H1.HeaderClassName
{
color: #EA87F0;
}
.AnyTagClassName
{
color: #EA87F0;
}
</style>
background-color css
<style>
a { background-color: #EA87F0; }
a { background-color: rgb(234,135,240); }
div.DivClassName
{
background-color: #EA87F0;
}
.BgClassName
{
background-color: #EA87F0;
}
</style>
border-color css
<style>
span { border-color: #EA87F0; }
span { border-color: rgb(234,135,240); }
td.TdClassName
{
border-color: #EA87F0;
}
.TagClassName
{
border-color: #EA87F0;
}
</style>