Shades of Pale Violet Red #E46CA5
Tints of Pale Violet Red #E46CA5
RGB
CMYK
RGB Variations
Color information
#E46CA5 (or 0xE46CA5) is known color: Pale Violet Red. HEX triplet: E4, 6C and A5. RGB value is (228,108,165). Sum of RGB (Red+Green+Blue) = 228+108+165=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46CA5 is #1B935A. Grayscale: #969696. Windows color (decimal): -1807195 or 10841316. OLE color: 10841316.
HSL color Cylindrical-coordinate representation of color #E46CA5: hue angle of 331.5º 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 #E46CA5 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 165 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.11 |
| HSL | 331.5º | 0.69% | 0.66% | - |
| HSV(B) | 331.5º | 0.53% | 0.89% | - |
| XYZ | 44.15 | 29.94 | 39.05 | - |
| YUV | 150.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 165 | 0 | 0.53 | 0.28 | 0.11 | 331.5 | 0.69 | 0.66 |
| Hex | E4 | 6C | A5 | 0 | 35 | 1C | B | 14C | 45 | 42 |
| Octal | 344 | 154 | 245 | 0 | 65 | 34 | 13 | 514 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10100101 | 0 | 110101 | 11100 | 1011 | 101001100 | 1000101 | 1000010 |
Color Harmonies of #E46CA5
Complementary color
Monochromatic Colors of #E46CA5
Black with #E46CA5
Text Example
Text Example
White with #E46CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CA5; }
p { color: rgb(228,108,165); }
H1.HeaderClassName
{
color: #E46CA5;
}
.AnyTagClassName
{
color: #E46CA5;
}
</style>
background-color css
<style>
a { background-color: #E46CA5; }
a { background-color: rgb(228,108,165); }
div.DivClassName
{
background-color: #E46CA5;
}
.BgClassName
{
background-color: #E46CA5;
}
</style>
border-color css
<style>
span { border-color: #E46CA5; }
span { border-color: rgb(228,108,165); }
td.TdClassName
{
border-color: #E46CA5;
}
.TagClassName
{
border-color: #E46CA5;
}
</style>