Shades of Violet #EE97EC
Tints of Violet #EE97EC
RGB
CMYK
RGB Variations
Color information
#EE97EC (or 0xEE97EC) is known color: Violet. HEX triplet: EE, 97 and EC. RGB value is (238,151,236). Sum of RGB (Red+Green+Blue) = 238+151+236=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE97EC is #116813. Grayscale: #BABABA. Windows color (decimal): -1140756 or 15505390. OLE color: 15505390.
HSL color Cylindrical-coordinate representation of color #EE97EC: hue angle of 301.38º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE97EC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 236 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.07 |
| HSL | 301.38º | 0.72% | 0.76% | - |
| HSV(B) | 301.38º | 0.37% | 0.93% | - |
| XYZ | 61.47 | 46.37 | 85.07 | - |
| YUV | 186.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 236 | 0 | 0.37 | 0.01 | 0.07 | 301.38 | 0.72 | 0.76 |
| Hex | EE | 97 | EC | 0 | 25 | 1 | 7 | 12D | 48 | 4C |
| Octal | 356 | 227 | 354 | 0 | 45 | 1 | 7 | 455 | 110 | 114 |
| Binary | 11101110 | 10010111 | 11101100 | 0 | 100101 | 1 | 111 | 100101101 | 1001000 | 1001100 |
Color Harmonies of #EE97EC
Complementary color
Monochromatic Colors of #EE97EC
Black with #EE97EC
Text Example
Text Example
White with #EE97EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE97EC; }
p { color: rgb(238,151,236); }
H1.HeaderClassName
{
color: #EE97EC;
}
.AnyTagClassName
{
color: #EE97EC;
}
</style>
background-color css
<style>
a { background-color: #EE97EC; }
a { background-color: rgb(238,151,236); }
div.DivClassName
{
background-color: #EE97EC;
}
.BgClassName
{
background-color: #EE97EC;
}
</style>
border-color css
<style>
span { border-color: #EE97EC; }
span { border-color: rgb(238,151,236); }
td.TdClassName
{
border-color: #EE97EC;
}
.TagClassName
{
border-color: #EE97EC;
}
</style>