Shades of Pale Violet Red #E966A0
Tints of Pale Violet Red #E966A0
RGB
CMYK
RGB Variations
Color information
#E966A0 (or 0xE966A0) is known color: Pale Violet Red. HEX triplet: E9, 66 and A0. RGB value is (233,102,160). Sum of RGB (Red+Green+Blue) = 233+102+160=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E966A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E966A0 is #16995F. Grayscale: #939393. Windows color (decimal): -1481056 or 10512105. OLE color: 10512105.
HSL color Cylindrical-coordinate representation of color #E966A0: hue angle of 333.44º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966A0 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 160 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.09 |
| HSL | 333.44º | 0.75% | 0.66% | - |
| HSV(B) | 333.44º | 0.56% | 0.91% | - |
| XYZ | 44.7 | 29.36 | 36.57 | - |
| YUV | 147.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 160 | 0 | 0.56 | 0.31 | 0.09 | 333.44 | 0.75 | 0.66 |
| Hex | E9 | 66 | A0 | 0 | 38 | 1F | 9 | 14D | 4B | 42 |
| Octal | 351 | 146 | 240 | 0 | 70 | 37 | 11 | 515 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10100000 | 0 | 111000 | 11111 | 1001 | 101001101 | 1001011 | 1000010 |
Color Harmonies of #E966A0
Complementary color
Monochromatic Colors of #E966A0
Black with #E966A0
Text Example
Text Example
White with #E966A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966A0; }
p { color: rgb(233,102,160); }
H1.HeaderClassName
{
color: #E966A0;
}
.AnyTagClassName
{
color: #E966A0;
}
</style>
background-color css
<style>
a { background-color: #E966A0; }
a { background-color: rgb(233,102,160); }
div.DivClassName
{
background-color: #E966A0;
}
.BgClassName
{
background-color: #E966A0;
}
</style>
border-color css
<style>
span { border-color: #E966A0; }
span { border-color: rgb(233,102,160); }
td.TdClassName
{
border-color: #E966A0;
}
.TagClassName
{
border-color: #E966A0;
}
</style>