Shades of Pale Violet Red #E46CA0
Tints of Pale Violet Red #E46CA0
RGB
CMYK
RGB Variations
Color information
#E46CA0 (or 0xE46CA0) is known color: Pale Violet Red. HEX triplet: E4, 6C and A0. RGB value is (228,108,160). Sum of RGB (Red+Green+Blue) = 228+108+160=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46CA0 is #1B935F. Grayscale: #959595. Windows color (decimal): -1807200 or 10513636. OLE color: 10513636.
HSL color Cylindrical-coordinate representation of color #E46CA0: hue angle of 334º 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 #E46CA0 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 160 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.11 |
| HSL | 334º | 0.69% | 0.66% | - |
| HSV(B) | 334º | 0.53% | 0.89% | - |
| XYZ | 43.7 | 29.76 | 36.7 | - |
| YUV | 149.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 160 | 0 | 0.53 | 0.30 | 0.11 | 334 | 0.69 | 0.66 |
| Hex | E4 | 6C | A0 | 0 | 35 | 1E | B | 14E | 45 | 42 |
| Octal | 344 | 154 | 240 | 0 | 65 | 36 | 13 | 516 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10100000 | 0 | 110101 | 11110 | 1011 | 101001110 | 1000101 | 1000010 |
Color Harmonies of #E46CA0
Complementary color
Monochromatic Colors of #E46CA0
Black with #E46CA0
Text Example
Text Example
White with #E46CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CA0; }
p { color: rgb(228,108,160); }
H1.HeaderClassName
{
color: #E46CA0;
}
.AnyTagClassName
{
color: #E46CA0;
}
</style>
background-color css
<style>
a { background-color: #E46CA0; }
a { background-color: rgb(228,108,160); }
div.DivClassName
{
background-color: #E46CA0;
}
.BgClassName
{
background-color: #E46CA0;
}
</style>
border-color css
<style>
span { border-color: #E46CA0; }
span { border-color: rgb(228,108,160); }
td.TdClassName
{
border-color: #E46CA0;
}
.TagClassName
{
border-color: #E46CA0;
}
</style>