Shades of Pale Violet Red #E975A0
Tints of Pale Violet Red #E975A0
RGB
CMYK
RGB Variations
Color information
#E975A0 (or 0xE975A0) is known color: Pale Violet Red. HEX triplet: E9, 75 and A0. RGB value is (233,117,160). Sum of RGB (Red+Green+Blue) = 233+117+160=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E975A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975A0 is #168A5F. Grayscale: #9C9C9C. Windows color (decimal): -1477216 or 10515945. OLE color: 10515945.
HSL color Cylindrical-coordinate representation of color #E975A0: hue angle of 337.76º 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 #E975A0 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 160 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.09 |
| HSL | 337.76º | 0.73% | 0.69% | - |
| HSV(B) | 337.76º | 0.5% | 0.91% | - |
| XYZ | 46.31 | 32.58 | 37.11 | - |
| YUV | 156.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 160 | 0 | 0.50 | 0.31 | 0.09 | 337.76 | 0.73 | 0.69 |
| Hex | E9 | 75 | A0 | 0 | 32 | 1F | 9 | 152 | 48 | 45 |
| Octal | 351 | 165 | 240 | 0 | 62 | 37 | 11 | 522 | 110 | 105 |
| Binary | 11101001 | 1110101 | 10100000 | 0 | 110010 | 11111 | 1001 | 101010010 | 1001000 | 1000101 |
Color Harmonies of #E975A0
Complementary color
Monochromatic Colors of #E975A0
Black with #E975A0
Text Example
Text Example
White with #E975A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975A0; }
p { color: rgb(233,117,160); }
H1.HeaderClassName
{
color: #E975A0;
}
.AnyTagClassName
{
color: #E975A0;
}
</style>
background-color css
<style>
a { background-color: #E975A0; }
a { background-color: rgb(233,117,160); }
div.DivClassName
{
background-color: #E975A0;
}
.BgClassName
{
background-color: #E975A0;
}
</style>
border-color css
<style>
span { border-color: #E975A0; }
span { border-color: rgb(233,117,160); }
td.TdClassName
{
border-color: #E975A0;
}
.TagClassName
{
border-color: #E975A0;
}
</style>