Shades of Violet #EB70F0
Tints of Violet #EB70F0
RGB
CMYK
RGB Variations
Color information
#EB70F0 (or 0xEB70F0) is known color: Violet. HEX triplet: EB, 70 and F0. RGB value is (235,112,240). Sum of RGB (Red+Green+Blue) = 235+112+240=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB70F0 is #148F0F. Grayscale: #A2A2A2. Windows color (decimal): -1347344 or 15757547. OLE color: 15757547.
HSL color Cylindrical-coordinate representation of color #EB70F0: hue angle of 297.66º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB70F0 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 112 | 240 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.06 |
| HSL | 297.66º | 0.81% | 0.69% | - |
| HSV(B) | 297.66º | 0.53% | 0.94% | - |
| XYZ | 55.78 | 35.54 | 86.36 | - |
| YUV | 163.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 240 | 0.02 | 0.53 | 0 | 0.06 | 297.66 | 0.81 | 0.69 |
| Hex | EB | 70 | F0 | 2 | 35 | 0 | 6 | 12A | 51 | 45 |
| Octal | 353 | 160 | 360 | 2 | 65 | 0 | 6 | 452 | 121 | 105 |
| Binary | 11101011 | 1110000 | 11110000 | 10 | 110101 | 0 | 110 | 100101010 | 1010001 | 1000101 |
Color Harmonies of #EB70F0
Complementary color
Monochromatic Colors of #EB70F0
Black with #EB70F0
Text Example
Text Example
White with #EB70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70F0; }
p { color: rgb(235,112,240); }
H1.HeaderClassName
{
color: #EB70F0;
}
.AnyTagClassName
{
color: #EB70F0;
}
</style>
background-color css
<style>
a { background-color: #EB70F0; }
a { background-color: rgb(235,112,240); }
div.DivClassName
{
background-color: #EB70F0;
}
.BgClassName
{
background-color: #EB70F0;
}
</style>
border-color css
<style>
span { border-color: #EB70F0; }
span { border-color: rgb(235,112,240); }
td.TdClassName
{
border-color: #EB70F0;
}
.TagClassName
{
border-color: #EB70F0;
}
</style>