Shades of Violet #E975ED
Tints of Violet #E975ED
RGB
CMYK
RGB Variations
Color information
#E975ED (or 0xE975ED) is known color: Violet. HEX triplet: E9, 75 and ED. RGB value is (233,117,237). Sum of RGB (Red+Green+Blue) = 233+117+237=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #E975ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975ED is #168A12. Grayscale: #A5A5A5. Windows color (decimal): -1477139 or 15562217. OLE color: 15562217.
HSL color Cylindrical-coordinate representation of color #E975ED: hue angle of 298º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E975ED is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 117 | 237 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.07 |
| HSL | 298º | 0.77% | 0.69% | - |
| HSV(B) | 298º | 0.51% | 0.93% | - |
| XYZ | 55.25 | 36.16 | 84.19 | - |
| YUV | 165.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 237 | 0.02 | 0.51 | 0 | 0.07 | 298 | 0.77 | 0.69 |
| Hex | E9 | 75 | ED | 2 | 33 | 0 | 7 | 12A | 4D | 45 |
| Octal | 351 | 165 | 355 | 2 | 63 | 0 | 7 | 452 | 115 | 105 |
| Binary | 11101001 | 1110101 | 11101101 | 10 | 110011 | 0 | 111 | 100101010 | 1001101 | 1000101 |
Color Harmonies of #E975ED
Complementary color
Monochromatic Colors of #E975ED
Black with #E975ED
Text Example
Text Example
White with #E975ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975ED; }
p { color: rgb(233,117,237); }
H1.HeaderClassName
{
color: #E975ED;
}
.AnyTagClassName
{
color: #E975ED;
}
</style>
background-color css
<style>
a { background-color: #E975ED; }
a { background-color: rgb(233,117,237); }
div.DivClassName
{
background-color: #E975ED;
}
.BgClassName
{
background-color: #E975ED;
}
</style>
border-color css
<style>
span { border-color: #E975ED; }
span { border-color: rgb(233,117,237); }
td.TdClassName
{
border-color: #E975ED;
}
.TagClassName
{
border-color: #E975ED;
}
</style>