Shades of Violet #EE6EE5
Tints of Violet #EE6EE5
RGB
CMYK
RGB Variations
Color information
#EE6EE5 (or 0xEE6EE5) is known color: Violet. HEX triplet: EE, 6E and E5. RGB value is (238,110,229). Sum of RGB (Red+Green+Blue) = 238+110+229=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6EE5 is #11911A. Grayscale: #A1A1A1. Windows color (decimal): -1151259 or 15036142. OLE color: 15036142.
HSL color Cylindrical-coordinate representation of color #EE6EE5: hue angle of 304.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6EE5 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 229 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.07 |
| HSL | 304.22º | 0.79% | 0.68% | - |
| HSV(B) | 304.22º | 0.54% | 0.93% | - |
| XYZ | 54.98 | 34.99 | 77.98 | - |
| YUV | 161.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 229 | 0 | 0.54 | 0.04 | 0.07 | 304.22 | 0.79 | 0.68 |
| Hex | EE | 6E | E5 | 0 | 36 | 4 | 7 | 130 | 4F | 44 |
| Octal | 356 | 156 | 345 | 0 | 66 | 4 | 7 | 460 | 117 | 104 |
| Binary | 11101110 | 1101110 | 11100101 | 0 | 110110 | 100 | 111 | 100110000 | 1001111 | 1000100 |
Color Harmonies of #EE6EE5
Complementary color
Monochromatic Colors of #EE6EE5
Black with #EE6EE5
Text Example
Text Example
White with #EE6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EE5; }
p { color: rgb(238,110,229); }
H1.HeaderClassName
{
color: #EE6EE5;
}
.AnyTagClassName
{
color: #EE6EE5;
}
</style>
background-color css
<style>
a { background-color: #EE6EE5; }
a { background-color: rgb(238,110,229); }
div.DivClassName
{
background-color: #EE6EE5;
}
.BgClassName
{
background-color: #EE6EE5;
}
</style>
border-color css
<style>
span { border-color: #EE6EE5; }
span { border-color: rgb(238,110,229); }
td.TdClassName
{
border-color: #EE6EE5;
}
.TagClassName
{
border-color: #EE6EE5;
}
</style>