Shades of Pale Violet Red #E964A2
Tints of Pale Violet Red #E964A2
RGB
CMYK
RGB Variations
Color information
#E964A2 (or 0xE964A2) is known color: Pale Violet Red. HEX triplet: E9, 64 and A2. RGB value is (233,100,162). Sum of RGB (Red+Green+Blue) = 233+100+162=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E964A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E964A2 is #169B5D. Grayscale: #929292. Windows color (decimal): -1481566 or 10642665. OLE color: 10642665.
HSL color Cylindrical-coordinate representation of color #E964A2: hue angle of 332.03º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964A2 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 162 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.09 |
| HSL | 332.03º | 0.75% | 0.65% | - |
| HSV(B) | 332.03º | 0.57% | 0.91% | - |
| XYZ | 44.68 | 29.05 | 37.43 | - |
| YUV | 146.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 162 | 0 | 0.57 | 0.30 | 0.09 | 332.03 | 0.75 | 0.65 |
| Hex | E9 | 64 | A2 | 0 | 39 | 1E | 9 | 14C | 4B | 41 |
| Octal | 351 | 144 | 242 | 0 | 71 | 36 | 11 | 514 | 113 | 101 |
| Binary | 11101001 | 1100100 | 10100010 | 0 | 111001 | 11110 | 1001 | 101001100 | 1001011 | 1000001 |
Color Harmonies of #E964A2
Complementary color
Monochromatic Colors of #E964A2
Black with #E964A2
Text Example
Text Example
White with #E964A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964A2; }
p { color: rgb(233,100,162); }
H1.HeaderClassName
{
color: #E964A2;
}
.AnyTagClassName
{
color: #E964A2;
}
</style>
background-color css
<style>
a { background-color: #E964A2; }
a { background-color: rgb(233,100,162); }
div.DivClassName
{
background-color: #E964A2;
}
.BgClassName
{
background-color: #E964A2;
}
</style>
border-color css
<style>
span { border-color: #E964A2; }
span { border-color: rgb(233,100,162); }
td.TdClassName
{
border-color: #E964A2;
}
.TagClassName
{
border-color: #E964A2;
}
</style>