Shades of Pale Violet Red #E965A0
Tints of Pale Violet Red #E965A0
RGB
CMYK
RGB Variations
Color information
#E965A0 (or 0xE965A0) is known color: Pale Violet Red. HEX triplet: E9, 65 and A0. RGB value is (233,101,160). Sum of RGB (Red+Green+Blue) = 233+101+160=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E965A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965A0 is #169A5F. Grayscale: #939393. Windows color (decimal): -1481312 or 10511849. OLE color: 10511849.
HSL color Cylindrical-coordinate representation of color #E965A0: hue angle of 333.18º 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 #E965A0 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 160 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.09 |
| HSL | 333.18º | 0.75% | 0.65% | - |
| HSV(B) | 333.18º | 0.57% | 0.91% | - |
| XYZ | 44.6 | 29.17 | 36.54 | - |
| YUV | 147.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 160 | 0 | 0.57 | 0.31 | 0.09 | 333.18 | 0.75 | 0.65 |
| Hex | E9 | 65 | A0 | 0 | 39 | 1F | 9 | 14D | 4B | 41 |
| Octal | 351 | 145 | 240 | 0 | 71 | 37 | 11 | 515 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10100000 | 0 | 111001 | 11111 | 1001 | 101001101 | 1001011 | 1000001 |
Color Harmonies of #E965A0
Complementary color
Monochromatic Colors of #E965A0
Black with #E965A0
Text Example
Text Example
White with #E965A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965A0; }
p { color: rgb(233,101,160); }
H1.HeaderClassName
{
color: #E965A0;
}
.AnyTagClassName
{
color: #E965A0;
}
</style>
background-color css
<style>
a { background-color: #E965A0; }
a { background-color: rgb(233,101,160); }
div.DivClassName
{
background-color: #E965A0;
}
.BgClassName
{
background-color: #E965A0;
}
</style>
border-color css
<style>
span { border-color: #E965A0; }
span { border-color: rgb(233,101,160); }
td.TdClassName
{
border-color: #E965A0;
}
.TagClassName
{
border-color: #E965A0;
}
</style>