Shades of Pale Violet Red #E36CAA
Tints of Pale Violet Red #E36CAA
RGB
CMYK
RGB Variations
Color information
#E36CAA (or 0xE36CAA) is known color: Pale Violet Red. HEX triplet: E3, 6C and AA. RGB value is (227,108,170). Sum of RGB (Red+Green+Blue) = 227+108+170=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E36CAA is #1C9355. Grayscale: #969696. Windows color (decimal): -1872726 or 11168995. OLE color: 11168995.
HSL color Cylindrical-coordinate representation of color #E36CAA: hue angle of 328.74º 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 #E36CAA is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 170 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.11 |
| HSL | 328.74º | 0.68% | 0.66% | - |
| HSV(B) | 328.74º | 0.52% | 0.89% | - |
| XYZ | 44.3 | 29.96 | 41.48 | - |
| YUV | 150.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 170 | 0 | 0.52 | 0.25 | 0.11 | 328.74 | 0.68 | 0.66 |
| Hex | E3 | 6C | AA | 0 | 34 | 19 | B | 149 | 44 | 42 |
| Octal | 343 | 154 | 252 | 0 | 64 | 31 | 13 | 511 | 104 | 102 |
| Binary | 11100011 | 1101100 | 10101010 | 0 | 110100 | 11001 | 1011 | 101001001 | 1000100 | 1000010 |
Color Harmonies of #E36CAA
Complementary color
Monochromatic Colors of #E36CAA
Black with #E36CAA
Text Example
Text Example
White with #E36CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CAA; }
p { color: rgb(227,108,170); }
H1.HeaderClassName
{
color: #E36CAA;
}
.AnyTagClassName
{
color: #E36CAA;
}
</style>
background-color css
<style>
a { background-color: #E36CAA; }
a { background-color: rgb(227,108,170); }
div.DivClassName
{
background-color: #E36CAA;
}
.BgClassName
{
background-color: #E36CAA;
}
</style>
border-color css
<style>
span { border-color: #E36CAA; }
span { border-color: rgb(227,108,170); }
td.TdClassName
{
border-color: #E36CAA;
}
.TagClassName
{
border-color: #E36CAA;
}
</style>