Shades of Violet #EE75EE
Tints of Violet #EE75EE
RGB
CMYK
RGB Variations
Color information
#EE75EE (or 0xEE75EE) is known color: Violet. HEX triplet: EE, 75 and EE. RGB value is (238,117,238). Sum of RGB (Red+Green+Blue) = 238+117+238=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE75EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75EE is #118A11. Grayscale: #A6A6A6. Windows color (decimal): -1149458 or 15627758. OLE color: 15627758.
HSL color Cylindrical-coordinate representation of color #EE75EE: hue angle of 300º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75EE is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 238 | - |
| CMYK | 0 | 0.51 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.7% | - |
| HSV(B) | 300º | 0.51% | 0.93% | - |
| XYZ | 57.05 | 37.07 | 85.04 | - |
| YUV | 166.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 238 | 0 | 0.51 | 0 | 0.07 | 300 | 0.78 | 0.7 |
| Hex | EE | 75 | EE | 0 | 33 | 0 | 7 | 12C | 4E | 46 |
| Octal | 356 | 165 | 356 | 0 | 63 | 0 | 7 | 454 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11101110 | 0 | 110011 | 0 | 111 | 100101100 | 1001110 | 1000110 |
Color Harmonies of #EE75EE
Complementary color
Monochromatic Colors of #EE75EE
Black with #EE75EE
Text Example
Text Example
White with #EE75EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75EE; }
p { color: rgb(238,117,238); }
H1.HeaderClassName
{
color: #EE75EE;
}
.AnyTagClassName
{
color: #EE75EE;
}
</style>
background-color css
<style>
a { background-color: #EE75EE; }
a { background-color: rgb(238,117,238); }
div.DivClassName
{
background-color: #EE75EE;
}
.BgClassName
{
background-color: #EE75EE;
}
</style>
border-color css
<style>
span { border-color: #EE75EE; }
span { border-color: rgb(238,117,238); }
td.TdClassName
{
border-color: #EE75EE;
}
.TagClassName
{
border-color: #EE75EE;
}
</style>