Shades of Violet #EB90FE
Tints of Violet #EB90FE
RGB
CMYK
RGB Variations
Color information
#EB90FE (or 0xEB90FE) is known color: Violet. HEX triplet: EB, 90 and FE. RGB value is (235,144,254). Sum of RGB (Red+Green+Blue) = 235+144+254=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 144 (56.64% from 255 or 22.75% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB90FE is #146F01. Grayscale: #B7B7B7. Windows color (decimal): -1339138 or 16683243. OLE color: 16683243.
HSL color Cylindrical-coordinate representation of color #EB90FE: hue angle of 289.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB90FE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 144 | 254 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.00 |
| HSL | 289.64º | 0.98% | 0.78% | - |
| HSV(B) | 289.64º | 0.43% | 1% | - |
| XYZ | 62.12 | 44.76 | 99.13 | - |
| YUV | 183.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 254 | 0.07 | 0.43 | 0 | 0.00 | 289.64 | 0.98 | 0.78 |
| Hex | EB | 90 | FE | 7 | 2B | 0 | 0 | 122 | 62 | 4E |
| Octal | 353 | 220 | 376 | 7 | 53 | 0 | 0 | 442 | 142 | 116 |
| Binary | 11101011 | 10010000 | 11111110 | 111 | 101011 | 0 | 0 | 100100010 | 1100010 | 1001110 |
Color Harmonies of #EB90FE
Complementary color
Monochromatic Colors of #EB90FE
Black with #EB90FE
Text Example
Text Example
White with #EB90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90FE; }
p { color: rgb(235,144,254); }
H1.HeaderClassName
{
color: #EB90FE;
}
.AnyTagClassName
{
color: #EB90FE;
}
</style>
background-color css
<style>
a { background-color: #EB90FE; }
a { background-color: rgb(235,144,254); }
div.DivClassName
{
background-color: #EB90FE;
}
.BgClassName
{
background-color: #EB90FE;
}
</style>
border-color css
<style>
span { border-color: #EB90FE; }
span { border-color: rgb(235,144,254); }
td.TdClassName
{
border-color: #EB90FE;
}
.TagClassName
{
border-color: #EB90FE;
}
</style>