Shades of Violet #EE90EC
Tints of Violet #EE90EC
RGB
CMYK
RGB Variations
Color information
#EE90EC (or 0xEE90EC) is known color: Violet. HEX triplet: EE, 90 and EC. RGB value is (238,144,236). Sum of RGB (Red+Green+Blue) = 238+144+236=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90EC is #116F13. Grayscale: #B6B6B6. Windows color (decimal): -1142548 or 15503598. OLE color: 15503598.
HSL color Cylindrical-coordinate representation of color #EE90EC: hue angle of 301.28º 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 #EE90EC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 236 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.07 |
| HSL | 301.28º | 0.73% | 0.75% | - |
| HSV(B) | 301.28º | 0.39% | 0.93% | - |
| XYZ | 60.37 | 44.18 | 84.7 | - |
| YUV | 182.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 236 | 0 | 0.39 | 0.01 | 0.07 | 301.28 | 0.73 | 0.75 |
| Hex | EE | 90 | EC | 0 | 27 | 1 | 7 | 12D | 49 | 4B |
| Octal | 356 | 220 | 354 | 0 | 47 | 1 | 7 | 455 | 111 | 113 |
| Binary | 11101110 | 10010000 | 11101100 | 0 | 100111 | 1 | 111 | 100101101 | 1001001 | 1001011 |
Color Harmonies of #EE90EC
Complementary color
Monochromatic Colors of #EE90EC
Black with #EE90EC
Text Example
Text Example
White with #EE90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90EC; }
p { color: rgb(238,144,236); }
H1.HeaderClassName
{
color: #EE90EC;
}
.AnyTagClassName
{
color: #EE90EC;
}
</style>
background-color css
<style>
a { background-color: #EE90EC; }
a { background-color: rgb(238,144,236); }
div.DivClassName
{
background-color: #EE90EC;
}
.BgClassName
{
background-color: #EE90EC;
}
</style>
border-color css
<style>
span { border-color: #EE90EC; }
span { border-color: rgb(238,144,236); }
td.TdClassName
{
border-color: #EE90EC;
}
.TagClassName
{
border-color: #EE90EC;
}
</style>