Shades of Pale Violet Red #E46CA6
Tints of Pale Violet Red #E46CA6
RGB
CMYK
RGB Variations
Color information
#E46CA6 (or 0xE46CA6) is known color: Pale Violet Red. HEX triplet: E4, 6C and A6. RGB value is (228,108,166). Sum of RGB (Red+Green+Blue) = 228+108+166=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46CA6 is #1B9359. Grayscale: #969696. Windows color (decimal): -1807194 or 10906852. OLE color: 10906852.
HSL color Cylindrical-coordinate representation of color #E46CA6: hue angle of 331º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46CA6 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 166 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.11 |
| HSL | 331º | 0.69% | 0.66% | - |
| HSV(B) | 331º | 0.53% | 0.89% | - |
| XYZ | 44.24 | 29.97 | 39.53 | - |
| YUV | 150.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 166 | 0 | 0.53 | 0.27 | 0.11 | 331 | 0.69 | 0.66 |
| Hex | E4 | 6C | A6 | 0 | 35 | 1B | B | 14B | 45 | 42 |
| Octal | 344 | 154 | 246 | 0 | 65 | 33 | 13 | 513 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10100110 | 0 | 110101 | 11011 | 1011 | 101001011 | 1000101 | 1000010 |
Color Harmonies of #E46CA6
Complementary color
Monochromatic Colors of #E46CA6
Black with #E46CA6
Text Example
Text Example
White with #E46CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CA6; }
p { color: rgb(228,108,166); }
H1.HeaderClassName
{
color: #E46CA6;
}
.AnyTagClassName
{
color: #E46CA6;
}
</style>
background-color css
<style>
a { background-color: #E46CA6; }
a { background-color: rgb(228,108,166); }
div.DivClassName
{
background-color: #E46CA6;
}
.BgClassName
{
background-color: #E46CA6;
}
</style>
border-color css
<style>
span { border-color: #E46CA6; }
span { border-color: rgb(228,108,166); }
td.TdClassName
{
border-color: #E46CA6;
}
.TagClassName
{
border-color: #E46CA6;
}
</style>