Shades of Violet #E975EE
Tints of Violet #E975EE
RGB
CMYK
RGB Variations
Color information
#E975EE (or 0xE975EE) is known color: Violet. HEX triplet: E9, 75 and EE. RGB value is (233,117,238). Sum of RGB (Red+Green+Blue) = 233+117+238=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #E975EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975EE is #168A11. Grayscale: #A5A5A5. Windows color (decimal): -1477138 or 15627753. OLE color: 15627753.
HSL color Cylindrical-coordinate representation of color #E975EE: hue angle of 297.52º 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 #E975EE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 117 | 238 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.07 |
| HSL | 297.52º | 0.78% | 0.7% | - |
| HSV(B) | 297.52º | 0.51% | 0.93% | - |
| XYZ | 55.4 | 36.22 | 84.96 | - |
| YUV | 165.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 238 | 0.02 | 0.51 | 0 | 0.07 | 297.52 | 0.78 | 0.7 |
| Hex | E9 | 75 | EE | 2 | 33 | 0 | 7 | 12A | 4E | 46 |
| Octal | 351 | 165 | 356 | 2 | 63 | 0 | 7 | 452 | 116 | 106 |
| Binary | 11101001 | 1110101 | 11101110 | 10 | 110011 | 0 | 111 | 100101010 | 1001110 | 1000110 |
Color Harmonies of #E975EE
Complementary color
Monochromatic Colors of #E975EE
Black with #E975EE
Text Example
Text Example
White with #E975EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975EE; }
p { color: rgb(233,117,238); }
H1.HeaderClassName
{
color: #E975EE;
}
.AnyTagClassName
{
color: #E975EE;
}
</style>
background-color css
<style>
a { background-color: #E975EE; }
a { background-color: rgb(233,117,238); }
div.DivClassName
{
background-color: #E975EE;
}
.BgClassName
{
background-color: #E975EE;
}
</style>
border-color css
<style>
span { border-color: #E975EE; }
span { border-color: rgb(233,117,238); }
td.TdClassName
{
border-color: #E975EE;
}
.TagClassName
{
border-color: #E975EE;
}
</style>