Shades of Violet #EB90F0
Tints of Violet #EB90F0
RGB
CMYK
RGB Variations
Color information
#EB90F0 (or 0xEB90F0) is known color: Violet. HEX triplet: EB, 90 and F0. RGB value is (235,144,240). Sum of RGB (Red+Green+Blue) = 235+144+240=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB90F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB90F0 is #146F0F. Grayscale: #B5B5B5. Windows color (decimal): -1339152 or 15765739. OLE color: 15765739.
HSL color Cylindrical-coordinate representation of color #EB90F0: hue angle of 296.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB90F0 is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 144 | 240 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.06 |
| HSL | 296.88º | 0.76% | 0.75% | - |
| HSV(B) | 296.88º | 0.4% | 0.94% | - |
| XYZ | 59.96 | 43.9 | 87.75 | - |
| YUV | 182.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 240 | 0.02 | 0.4 | 0 | 0.06 | 296.88 | 0.76 | 0.75 |
| Hex | EB | 90 | F0 | 2 | 28 | 0 | 6 | 129 | 4C | 4B |
| Octal | 353 | 220 | 360 | 2 | 50 | 0 | 6 | 451 | 114 | 113 |
| Binary | 11101011 | 10010000 | 11110000 | 10 | 101000 | 0 | 110 | 100101001 | 1001100 | 1001011 |
Color Harmonies of #EB90F0
Complementary color
Monochromatic Colors of #EB90F0
Black with #EB90F0
Text Example
Text Example
White with #EB90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90F0; }
p { color: rgb(235,144,240); }
H1.HeaderClassName
{
color: #EB90F0;
}
.AnyTagClassName
{
color: #EB90F0;
}
</style>
background-color css
<style>
a { background-color: #EB90F0; }
a { background-color: rgb(235,144,240); }
div.DivClassName
{
background-color: #EB90F0;
}
.BgClassName
{
background-color: #EB90F0;
}
</style>
border-color css
<style>
span { border-color: #EB90F0; }
span { border-color: rgb(235,144,240); }
td.TdClassName
{
border-color: #EB90F0;
}
.TagClassName
{
border-color: #EB90F0;
}
</style>