Shades of Pale Violet Red #E968A0
Tints of Pale Violet Red #E968A0
RGB
CMYK
RGB Variations
Color information
#E968A0 (or 0xE968A0) is known color: Pale Violet Red. HEX triplet: E9, 68 and A0. RGB value is (233,104,160). Sum of RGB (Red+Green+Blue) = 233+104+160=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E968A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968A0 is #16975F. Grayscale: #949494. Windows color (decimal): -1480544 or 10512617. OLE color: 10512617.
HSL color Cylindrical-coordinate representation of color #E968A0: hue angle of 333.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E968A0 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 160 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.09 |
| HSL | 333.95º | 0.75% | 0.66% | - |
| HSV(B) | 333.95º | 0.55% | 0.91% | - |
| XYZ | 44.9 | 29.76 | 36.64 | - |
| YUV | 148.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 160 | 0 | 0.55 | 0.31 | 0.09 | 333.95 | 0.75 | 0.66 |
| Hex | E9 | 68 | A0 | 0 | 37 | 1F | 9 | 14E | 4B | 42 |
| Octal | 351 | 150 | 240 | 0 | 67 | 37 | 11 | 516 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10100000 | 0 | 110111 | 11111 | 1001 | 101001110 | 1001011 | 1000010 |
Color Harmonies of #E968A0
Complementary color
Monochromatic Colors of #E968A0
Black with #E968A0
Text Example
Text Example
White with #E968A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968A0; }
p { color: rgb(233,104,160); }
H1.HeaderClassName
{
color: #E968A0;
}
.AnyTagClassName
{
color: #E968A0;
}
</style>
background-color css
<style>
a { background-color: #E968A0; }
a { background-color: rgb(233,104,160); }
div.DivClassName
{
background-color: #E968A0;
}
.BgClassName
{
background-color: #E968A0;
}
</style>
border-color css
<style>
span { border-color: #E968A0; }
span { border-color: rgb(233,104,160); }
td.TdClassName
{
border-color: #E968A0;
}
.TagClassName
{
border-color: #E968A0;
}
</style>