Shades of Violet #EE98EC
Tints of Violet #EE98EC
RGB
CMYK
RGB Variations
Color information
#EE98EC (or 0xEE98EC) is known color: Violet. HEX triplet: EE, 98 and EC. RGB value is (238,152,236). Sum of RGB (Red+Green+Blue) = 238+152+236=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE98EC is #116713. Grayscale: #BBBBBB. Windows color (decimal): -1140500 or 15505646. OLE color: 15505646.
HSL color Cylindrical-coordinate representation of color #EE98EC: hue angle of 301.4º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE98EC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 236 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.07 |
| HSL | 301.4º | 0.72% | 0.76% | - |
| HSV(B) | 301.4º | 0.36% | 0.93% | - |
| XYZ | 61.63 | 46.69 | 85.12 | - |
| YUV | 187.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 236 | 0 | 0.36 | 0.01 | 0.07 | 301.4 | 0.72 | 0.76 |
| Hex | EE | 98 | EC | 0 | 24 | 1 | 7 | 12D | 48 | 4C |
| Octal | 356 | 230 | 354 | 0 | 44 | 1 | 7 | 455 | 110 | 114 |
| Binary | 11101110 | 10011000 | 11101100 | 0 | 100100 | 1 | 111 | 100101101 | 1001000 | 1001100 |
Color Harmonies of #EE98EC
Complementary color
Monochromatic Colors of #EE98EC
Black with #EE98EC
Text Example
Text Example
White with #EE98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98EC; }
p { color: rgb(238,152,236); }
H1.HeaderClassName
{
color: #EE98EC;
}
.AnyTagClassName
{
color: #EE98EC;
}
</style>
background-color css
<style>
a { background-color: #EE98EC; }
a { background-color: rgb(238,152,236); }
div.DivClassName
{
background-color: #EE98EC;
}
.BgClassName
{
background-color: #EE98EC;
}
</style>
border-color css
<style>
span { border-color: #EE98EC; }
span { border-color: rgb(238,152,236); }
td.TdClassName
{
border-color: #EE98EC;
}
.TagClassName
{
border-color: #EE98EC;
}
</style>