Shades of Violet #EE90EB
Tints of Violet #EE90EB
RGB
CMYK
RGB Variations
Color information
#EE90EB (or 0xEE90EB) is known color: Violet. HEX triplet: EE, 90 and EB. RGB value is (238,144,235). Sum of RGB (Red+Green+Blue) = 238+144+235=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90EB is #116F14. Grayscale: #B6B6B6. Windows color (decimal): -1142549 or 15438062. OLE color: 15438062.
HSL color Cylindrical-coordinate representation of color #EE90EB: hue angle of 301.91º degrees, saturation: 0.73, 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 #EE90EB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 235 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.07 |
| HSL | 301.91º | 0.73% | 0.75% | - |
| HSV(B) | 301.91º | 0.39% | 0.93% | - |
| XYZ | 60.23 | 44.12 | 83.94 | - |
| YUV | 182.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 235 | 0 | 0.39 | 0.01 | 0.07 | 301.91 | 0.73 | 0.75 |
| Hex | EE | 90 | EB | 0 | 27 | 1 | 7 | 12E | 49 | 4B |
| Octal | 356 | 220 | 353 | 0 | 47 | 1 | 7 | 456 | 111 | 113 |
| Binary | 11101110 | 10010000 | 11101011 | 0 | 100111 | 1 | 111 | 100101110 | 1001001 | 1001011 |
Color Harmonies of #EE90EB
Complementary color
Monochromatic Colors of #EE90EB
Black with #EE90EB
Text Example
Text Example
White with #EE90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90EB; }
p { color: rgb(238,144,235); }
H1.HeaderClassName
{
color: #EE90EB;
}
.AnyTagClassName
{
color: #EE90EB;
}
</style>
background-color css
<style>
a { background-color: #EE90EB; }
a { background-color: rgb(238,144,235); }
div.DivClassName
{
background-color: #EE90EB;
}
.BgClassName
{
background-color: #EE90EB;
}
</style>
border-color css
<style>
span { border-color: #EE90EB; }
span { border-color: rgb(238,144,235); }
td.TdClassName
{
border-color: #EE90EB;
}
.TagClassName
{
border-color: #EE90EB;
}
</style>