Shades of Pale Violet Red #E975A1
Tints of Pale Violet Red #E975A1
RGB
CMYK
RGB Variations
Color information
#E975A1 (or 0xE975A1) is known color: Pale Violet Red. HEX triplet: E9, 75 and A1. RGB value is (233,117,161). Sum of RGB (Red+Green+Blue) = 233+117+161=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E975A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975A1 is #168A5E. Grayscale: #9C9C9C. Windows color (decimal): -1477215 or 10581481. OLE color: 10581481.
HSL color Cylindrical-coordinate representation of color #E975A1: hue angle of 337.24º 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 #E975A1 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 161 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.09 |
| HSL | 337.24º | 0.73% | 0.69% | - |
| HSV(B) | 337.24º | 0.5% | 0.91% | - |
| XYZ | 46.4 | 32.62 | 37.57 | - |
| YUV | 156.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 161 | 0 | 0.50 | 0.31 | 0.09 | 337.24 | 0.73 | 0.69 |
| Hex | E9 | 75 | A1 | 0 | 32 | 1F | 9 | 151 | 48 | 45 |
| Octal | 351 | 165 | 241 | 0 | 62 | 37 | 11 | 521 | 110 | 105 |
| Binary | 11101001 | 1110101 | 10100001 | 0 | 110010 | 11111 | 1001 | 101010001 | 1001000 | 1000101 |
Color Harmonies of #E975A1
Complementary color
Monochromatic Colors of #E975A1
Black with #E975A1
Text Example
Text Example
White with #E975A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975A1; }
p { color: rgb(233,117,161); }
H1.HeaderClassName
{
color: #E975A1;
}
.AnyTagClassName
{
color: #E975A1;
}
</style>
background-color css
<style>
a { background-color: #E975A1; }
a { background-color: rgb(233,117,161); }
div.DivClassName
{
background-color: #E975A1;
}
.BgClassName
{
background-color: #E975A1;
}
</style>
border-color css
<style>
span { border-color: #E975A1; }
span { border-color: rgb(233,117,161); }
td.TdClassName
{
border-color: #E975A1;
}
.TagClassName
{
border-color: #E975A1;
}
</style>