Shades of Violet #EE94E9
Tints of Violet #EE94E9
RGB
CMYK
RGB Variations
Color information
#EE94E9 (or 0xEE94E9) is known color: Violet. HEX triplet: EE, 94 and E9. RGB value is (238,148,233). Sum of RGB (Red+Green+Blue) = 238+148+233=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94E9 is #116B16. Grayscale: #B8B8B8. Windows color (decimal): -1141527 or 15308014. OLE color: 15308014.
HSL color Cylindrical-coordinate representation of color #EE94E9: hue angle of 303.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94E9 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 233 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.07 |
| HSL | 303.33º | 0.73% | 0.76% | - |
| HSV(B) | 303.33º | 0.38% | 0.93% | - |
| XYZ | 60.56 | 45.24 | 82.63 | - |
| YUV | 184.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 233 | 0 | 0.38 | 0.02 | 0.07 | 303.33 | 0.73 | 0.76 |
| Hex | EE | 94 | E9 | 0 | 26 | 2 | 7 | 12F | 49 | 4C |
| Octal | 356 | 224 | 351 | 0 | 46 | 2 | 7 | 457 | 111 | 114 |
| Binary | 11101110 | 10010100 | 11101001 | 0 | 100110 | 10 | 111 | 100101111 | 1001001 | 1001100 |
Color Harmonies of #EE94E9
Complementary color
Monochromatic Colors of #EE94E9
Black with #EE94E9
Text Example
Text Example
White with #EE94E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE94E9; }
p { color: rgb(238,148,233); }
H1.HeaderClassName
{
color: #EE94E9;
}
.AnyTagClassName
{
color: #EE94E9;
}
</style>
background-color css
<style>
a { background-color: #EE94E9; }
a { background-color: rgb(238,148,233); }
div.DivClassName
{
background-color: #EE94E9;
}
.BgClassName
{
background-color: #EE94E9;
}
</style>
border-color css
<style>
span { border-color: #EE94E9; }
span { border-color: rgb(238,148,233); }
td.TdClassName
{
border-color: #EE94E9;
}
.TagClassName
{
border-color: #EE94E9;
}
</style>