Shades of Pale Violet Red #E975A2
Tints of Pale Violet Red #E975A2
RGB
CMYK
RGB Variations
Color information
#E975A2 (or 0xE975A2) is known color: Pale Violet Red. HEX triplet: E9, 75 and A2. RGB value is (233,117,162). Sum of RGB (Red+Green+Blue) = 233+117+162=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E975A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975A2 is #168A5D. Grayscale: #9C9C9C. Windows color (decimal): -1477214 or 10647017. OLE color: 10647017.
HSL color Cylindrical-coordinate representation of color #E975A2: hue angle of 336.72º 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 #E975A2 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 162 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.09 |
| HSL | 336.72º | 0.73% | 0.69% | - |
| HSV(B) | 336.72º | 0.5% | 0.91% | - |
| XYZ | 46.49 | 32.65 | 38.04 | - |
| YUV | 156.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 162 | 0 | 0.50 | 0.30 | 0.09 | 336.72 | 0.73 | 0.69 |
| Hex | E9 | 75 | A2 | 0 | 32 | 1E | 9 | 151 | 48 | 45 |
| Octal | 351 | 165 | 242 | 0 | 62 | 36 | 11 | 521 | 110 | 105 |
| Binary | 11101001 | 1110101 | 10100010 | 0 | 110010 | 11110 | 1001 | 101010001 | 1001000 | 1000101 |
Color Harmonies of #E975A2
Complementary color
Monochromatic Colors of #E975A2
Black with #E975A2
Text Example
Text Example
White with #E975A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975A2; }
p { color: rgb(233,117,162); }
H1.HeaderClassName
{
color: #E975A2;
}
.AnyTagClassName
{
color: #E975A2;
}
</style>
background-color css
<style>
a { background-color: #E975A2; }
a { background-color: rgb(233,117,162); }
div.DivClassName
{
background-color: #E975A2;
}
.BgClassName
{
background-color: #E975A2;
}
</style>
border-color css
<style>
span { border-color: #E975A2; }
span { border-color: rgb(233,117,162); }
td.TdClassName
{
border-color: #E975A2;
}
.TagClassName
{
border-color: #E975A2;
}
</style>