Shades of Violet #EE75E7
Tints of Violet #EE75E7
RGB
CMYK
RGB Variations
Color information
#EE75E7 (or 0xEE75E7) is known color: Violet. HEX triplet: EE, 75 and E7. RGB value is (238,117,231). Sum of RGB (Red+Green+Blue) = 238+117+231=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75E7 is #118A18. Grayscale: #A5A5A5. Windows color (decimal): -1149465 or 15169006. OLE color: 15169006.
HSL color Cylindrical-coordinate representation of color #EE75E7: hue angle of 303.47º 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 #EE75E7 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 231 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.07 |
| HSL | 303.47º | 0.78% | 0.7% | - |
| HSV(B) | 303.47º | 0.51% | 0.93% | - |
| XYZ | 56.04 | 36.67 | 79.73 | - |
| YUV | 166.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 231 | 0 | 0.51 | 0.03 | 0.07 | 303.47 | 0.78 | 0.7 |
| Hex | EE | 75 | E7 | 0 | 33 | 3 | 7 | 12F | 4E | 46 |
| Octal | 356 | 165 | 347 | 0 | 63 | 3 | 7 | 457 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11100111 | 0 | 110011 | 11 | 111 | 100101111 | 1001110 | 1000110 |
Color Harmonies of #EE75E7
Complementary color
Monochromatic Colors of #EE75E7
Black with #EE75E7
Text Example
Text Example
White with #EE75E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75E7; }
p { color: rgb(238,117,231); }
H1.HeaderClassName
{
color: #EE75E7;
}
.AnyTagClassName
{
color: #EE75E7;
}
</style>
background-color css
<style>
a { background-color: #EE75E7; }
a { background-color: rgb(238,117,231); }
div.DivClassName
{
background-color: #EE75E7;
}
.BgClassName
{
background-color: #EE75E7;
}
</style>
border-color css
<style>
span { border-color: #EE75E7; }
span { border-color: rgb(238,117,231); }
td.TdClassName
{
border-color: #EE75E7;
}
.TagClassName
{
border-color: #EE75E7;
}
</style>