Shades of Violet #E975E2
Tints of Violet #E975E2
RGB
CMYK
RGB Variations
Color information
#E975E2 (or 0xE975E2) is known color: Violet. HEX triplet: E9, 75 and E2. RGB value is (233,117,226). Sum of RGB (Red+Green+Blue) = 233+117+226=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E975E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975E2 is #168A1D. Grayscale: #A3A3A3. Windows color (decimal): -1477150 or 14841321. OLE color: 14841321.
HSL color Cylindrical-coordinate representation of color #E975E2: hue angle of 303.62º 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 #E975E2 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 226 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.09 |
| HSL | 303.62º | 0.73% | 0.69% | - |
| HSV(B) | 303.62º | 0.5% | 0.91% | - |
| XYZ | 53.69 | 35.54 | 75.98 | - |
| YUV | 164.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 226 | 0 | 0.50 | 0.03 | 0.09 | 303.62 | 0.73 | 0.69 |
| Hex | E9 | 75 | E2 | 0 | 32 | 3 | 9 | 130 | 48 | 45 |
| Octal | 351 | 165 | 342 | 0 | 62 | 3 | 11 | 460 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11100010 | 0 | 110010 | 11 | 1001 | 100110000 | 1001000 | 1000101 |
Color Harmonies of #E975E2
Complementary color
Monochromatic Colors of #E975E2
Black with #E975E2
Text Example
Text Example
White with #E975E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975E2; }
p { color: rgb(233,117,226); }
H1.HeaderClassName
{
color: #E975E2;
}
.AnyTagClassName
{
color: #E975E2;
}
</style>
background-color css
<style>
a { background-color: #E975E2; }
a { background-color: rgb(233,117,226); }
div.DivClassName
{
background-color: #E975E2;
}
.BgClassName
{
background-color: #E975E2;
}
</style>
border-color css
<style>
span { border-color: #E975E2; }
span { border-color: rgb(233,117,226); }
td.TdClassName
{
border-color: #E975E2;
}
.TagClassName
{
border-color: #E975E2;
}
</style>