Shades of Pale Violet Red #E36CA0
Tints of Pale Violet Red #E36CA0
RGB
CMYK
RGB Variations
Color information
#E36CA0 (or 0xE36CA0) is known color: Pale Violet Red. HEX triplet: E3, 6C and A0. RGB value is (227,108,160). Sum of RGB (Red+Green+Blue) = 227+108+160=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E36CA0 is #1C935F. Grayscale: #959595. Windows color (decimal): -1872736 or 10513635. OLE color: 10513635.
HSL color Cylindrical-coordinate representation of color #E36CA0: hue angle of 333.78º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36CA0 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 160 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.11 |
| HSL | 333.78º | 0.68% | 0.66% | - |
| HSV(B) | 333.78º | 0.52% | 0.89% | - |
| XYZ | 43.39 | 29.59 | 36.68 | - |
| YUV | 149.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 160 | 0 | 0.52 | 0.30 | 0.11 | 333.78 | 0.68 | 0.66 |
| Hex | E3 | 6C | A0 | 0 | 34 | 1E | B | 14E | 44 | 42 |
| Octal | 343 | 154 | 240 | 0 | 64 | 36 | 13 | 516 | 104 | 102 |
| Binary | 11100011 | 1101100 | 10100000 | 0 | 110100 | 11110 | 1011 | 101001110 | 1000100 | 1000010 |
Color Harmonies of #E36CA0
Complementary color
Monochromatic Colors of #E36CA0
Black with #E36CA0
Text Example
Text Example
White with #E36CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CA0; }
p { color: rgb(227,108,160); }
H1.HeaderClassName
{
color: #E36CA0;
}
.AnyTagClassName
{
color: #E36CA0;
}
</style>
background-color css
<style>
a { background-color: #E36CA0; }
a { background-color: rgb(227,108,160); }
div.DivClassName
{
background-color: #E36CA0;
}
.BgClassName
{
background-color: #E36CA0;
}
</style>
border-color css
<style>
span { border-color: #E36CA0; }
span { border-color: rgb(227,108,160); }
td.TdClassName
{
border-color: #E36CA0;
}
.TagClassName
{
border-color: #E36CA0;
}
</style>