Shades of Violet #EB90EC
Tints of Violet #EB90EC
RGB
CMYK
RGB Variations
Color information
#EB90EC (or 0xEB90EC) is known color: Violet. HEX triplet: EB, 90 and EC. RGB value is (235,144,236). Sum of RGB (Red+Green+Blue) = 235+144+236=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB90EC is #146F13. Grayscale: #B5B5B5. Windows color (decimal): -1339156 or 15503595. OLE color: 15503595.
HSL color Cylindrical-coordinate representation of color #EB90EC: hue angle of 299.35º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90EC is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 144 | 236 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.07 |
| HSL | 299.35º | 0.71% | 0.75% | - |
| HSV(B) | 299.35º | 0.39% | 0.93% | - |
| XYZ | 59.37 | 43.66 | 84.66 | - |
| YUV | 181.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 236 | 0.00 | 0.39 | 0 | 0.07 | 299.35 | 0.71 | 0.75 |
| Hex | EB | 90 | EC | 0 | 27 | 0 | 7 | 12B | 47 | 4B |
| Octal | 353 | 220 | 354 | 0 | 47 | 0 | 7 | 453 | 107 | 113 |
| Binary | 11101011 | 10010000 | 11101100 | 0 | 100111 | 0 | 111 | 100101011 | 1000111 | 1001011 |
Color Harmonies of #EB90EC
Complementary color
Monochromatic Colors of #EB90EC
Black with #EB90EC
Text Example
Text Example
White with #EB90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90EC; }
p { color: rgb(235,144,236); }
H1.HeaderClassName
{
color: #EB90EC;
}
.AnyTagClassName
{
color: #EB90EC;
}
</style>
background-color css
<style>
a { background-color: #EB90EC; }
a { background-color: rgb(235,144,236); }
div.DivClassName
{
background-color: #EB90EC;
}
.BgClassName
{
background-color: #EB90EC;
}
</style>
border-color css
<style>
span { border-color: #EB90EC; }
span { border-color: rgb(235,144,236); }
td.TdClassName
{
border-color: #EB90EC;
}
.TagClassName
{
border-color: #EB90EC;
}
</style>