Shades of Pale Violet Red #E968A1
Tints of Pale Violet Red #E968A1
RGB
CMYK
RGB Variations
Color information
#E968A1 (or 0xE968A1) is known color: Pale Violet Red. HEX triplet: E9, 68 and A1. RGB value is (233,104,161). Sum of RGB (Red+Green+Blue) = 233+104+161=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E968A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968A1 is #16975E. Grayscale: #949494. Windows color (decimal): -1480543 or 10578153. OLE color: 10578153.
HSL color Cylindrical-coordinate representation of color #E968A1: hue angle of 333.49º 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 #E968A1 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 161 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.09 |
| HSL | 333.49º | 0.75% | 0.66% | - |
| HSV(B) | 333.49º | 0.55% | 0.91% | - |
| XYZ | 44.99 | 29.8 | 37.1 | - |
| YUV | 149.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 161 | 0 | 0.55 | 0.31 | 0.09 | 333.49 | 0.75 | 0.66 |
| Hex | E9 | 68 | A1 | 0 | 37 | 1F | 9 | 14D | 4B | 42 |
| Octal | 351 | 150 | 241 | 0 | 67 | 37 | 11 | 515 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10100001 | 0 | 110111 | 11111 | 1001 | 101001101 | 1001011 | 1000010 |
Color Harmonies of #E968A1
Complementary color
Monochromatic Colors of #E968A1
Black with #E968A1
Text Example
Text Example
White with #E968A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968A1; }
p { color: rgb(233,104,161); }
H1.HeaderClassName
{
color: #E968A1;
}
.AnyTagClassName
{
color: #E968A1;
}
</style>
background-color css
<style>
a { background-color: #E968A1; }
a { background-color: rgb(233,104,161); }
div.DivClassName
{
background-color: #E968A1;
}
.BgClassName
{
background-color: #E968A1;
}
</style>
border-color css
<style>
span { border-color: #E968A1; }
span { border-color: rgb(233,104,161); }
td.TdClassName
{
border-color: #E968A1;
}
.TagClassName
{
border-color: #E968A1;
}
</style>