Shades of Violet #EE75EC
Tints of Violet #EE75EC
RGB
CMYK
RGB Variations
Color information
#EE75EC (or 0xEE75EC) is known color: Violet. HEX triplet: EE, 75 and EC. RGB value is (238,117,236). Sum of RGB (Red+Green+Blue) = 238+117+236=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75EC is #118A13. Grayscale: #A6A6A6. Windows color (decimal): -1149460 or 15496686. OLE color: 15496686.
HSL color Cylindrical-coordinate representation of color #EE75EC: hue angle of 300.99º 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 #EE75EC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 236 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.07 |
| HSL | 300.99º | 0.78% | 0.7% | - |
| HSV(B) | 300.99º | 0.51% | 0.93% | - |
| XYZ | 56.76 | 36.96 | 83.5 | - |
| YUV | 166.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 236 | 0 | 0.51 | 0.01 | 0.07 | 300.99 | 0.78 | 0.7 |
| Hex | EE | 75 | EC | 0 | 33 | 1 | 7 | 12D | 4E | 46 |
| Octal | 356 | 165 | 354 | 0 | 63 | 1 | 7 | 455 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11101100 | 0 | 110011 | 1 | 111 | 100101101 | 1001110 | 1000110 |
Color Harmonies of #EE75EC
Complementary color
Monochromatic Colors of #EE75EC
Black with #EE75EC
Text Example
Text Example
White with #EE75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75EC; }
p { color: rgb(238,117,236); }
H1.HeaderClassName
{
color: #EE75EC;
}
.AnyTagClassName
{
color: #EE75EC;
}
</style>
background-color css
<style>
a { background-color: #EE75EC; }
a { background-color: rgb(238,117,236); }
div.DivClassName
{
background-color: #EE75EC;
}
.BgClassName
{
background-color: #EE75EC;
}
</style>
border-color css
<style>
span { border-color: #EE75EC; }
span { border-color: rgb(238,117,236); }
td.TdClassName
{
border-color: #EE75EC;
}
.TagClassName
{
border-color: #EE75EC;
}
</style>