Shades of Violet #E975E6
Tints of Violet #E975E6
RGB
CMYK
RGB Variations
Color information
#E975E6 (or 0xE975E6) is known color: Violet. HEX triplet: E9, 75 and E6. RGB value is (233,117,230). Sum of RGB (Red+Green+Blue) = 233+117+230=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E975E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975E6 is #168A19. Grayscale: #A4A4A4. Windows color (decimal): -1477146 or 15103465. OLE color: 15103465.
HSL color Cylindrical-coordinate representation of color #E975E6: hue angle of 301.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975E6 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 230 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.09 |
| HSL | 301.55º | 0.73% | 0.69% | - |
| HSV(B) | 301.55º | 0.5% | 0.91% | - |
| XYZ | 54.25 | 35.76 | 78.91 | - |
| YUV | 164.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 230 | 0 | 0.50 | 0.01 | 0.09 | 301.55 | 0.73 | 0.69 |
| Hex | E9 | 75 | E6 | 0 | 32 | 1 | 9 | 12E | 48 | 45 |
| Octal | 351 | 165 | 346 | 0 | 62 | 1 | 11 | 456 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11100110 | 0 | 110010 | 1 | 1001 | 100101110 | 1001000 | 1000101 |
Color Harmonies of #E975E6
Complementary color
Monochromatic Colors of #E975E6
Black with #E975E6
Text Example
Text Example
White with #E975E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975E6; }
p { color: rgb(233,117,230); }
H1.HeaderClassName
{
color: #E975E6;
}
.AnyTagClassName
{
color: #E975E6;
}
</style>
background-color css
<style>
a { background-color: #E975E6; }
a { background-color: rgb(233,117,230); }
div.DivClassName
{
background-color: #E975E6;
}
.BgClassName
{
background-color: #E975E6;
}
</style>
border-color css
<style>
span { border-color: #E975E6; }
span { border-color: rgb(233,117,230); }
td.TdClassName
{
border-color: #E975E6;
}
.TagClassName
{
border-color: #E975E6;
}
</style>