Shades of Violet #EE90EF
Tints of Violet #EE90EF
RGB
CMYK
RGB Variations
Color information
#EE90EF (or 0xEE90EF) is known color: Violet. HEX triplet: EE, 90 and EF. RGB value is (238,144,239). Sum of RGB (Red+Green+Blue) = 238+144+239=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE90EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90EF is #116F10. Grayscale: #B6B6B6. Windows color (decimal): -1142545 or 15700206. OLE color: 15700206.
HSL color Cylindrical-coordinate representation of color #EE90EF: hue angle of 299.37º degrees, saturation: 0.75, 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 #EE90EF is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 144 | 239 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.06 |
| HSL | 299.37º | 0.75% | 0.75% | - |
| HSV(B) | 299.37º | 0.4% | 0.94% | - |
| XYZ | 60.81 | 44.36 | 87.02 | - |
| YUV | 182.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 239 | 0.00 | 0.40 | 0 | 0.06 | 299.37 | 0.75 | 0.75 |
| Hex | EE | 90 | EF | 0 | 28 | 0 | 6 | 12B | 4B | 4B |
| Octal | 356 | 220 | 357 | 0 | 50 | 0 | 6 | 453 | 113 | 113 |
| Binary | 11101110 | 10010000 | 11101111 | 0 | 101000 | 0 | 110 | 100101011 | 1001011 | 1001011 |
Color Harmonies of #EE90EF
Complementary color
Monochromatic Colors of #EE90EF
Black with #EE90EF
Text Example
Text Example
White with #EE90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90EF; }
p { color: rgb(238,144,239); }
H1.HeaderClassName
{
color: #EE90EF;
}
.AnyTagClassName
{
color: #EE90EF;
}
</style>
background-color css
<style>
a { background-color: #EE90EF; }
a { background-color: rgb(238,144,239); }
div.DivClassName
{
background-color: #EE90EF;
}
.BgClassName
{
background-color: #EE90EF;
}
</style>
border-color css
<style>
span { border-color: #EE90EF; }
span { border-color: rgb(238,144,239); }
td.TdClassName
{
border-color: #EE90EF;
}
.TagClassName
{
border-color: #EE90EF;
}
</style>