Shades of Pale Violet Red #E364A6
Tints of Pale Violet Red #E364A6
RGB
CMYK
RGB Variations
Color information
#E364A6 (or 0xE364A6) is known color: Pale Violet Red. HEX triplet: E3, 64 and A6. RGB value is (227,100,166). Sum of RGB (Red+Green+Blue) = 227+100+166=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E364A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E364A6 is #1C9B59. Grayscale: #919191. Windows color (decimal): -1874778 or 10904803. OLE color: 10904803.
HSL color Cylindrical-coordinate representation of color #E364A6: hue angle of 328.82º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E364A6 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 166 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.11 |
| HSL | 328.82º | 0.69% | 0.64% | - |
| HSV(B) | 328.82º | 0.56% | 0.89% | - |
| XYZ | 43.12 | 28.2 | 39.25 | - |
| YUV | 145.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 166 | 0 | 0.56 | 0.27 | 0.11 | 328.82 | 0.69 | 0.64 |
| Hex | E3 | 64 | A6 | 0 | 38 | 1B | B | 149 | 45 | 40 |
| Octal | 343 | 144 | 246 | 0 | 70 | 33 | 13 | 511 | 105 | 100 |
| Binary | 11100011 | 1100100 | 10100110 | 0 | 111000 | 11011 | 1011 | 101001001 | 1000101 | 1000000 |
Color Harmonies of #E364A6
Complementary color
Monochromatic Colors of #E364A6
Black with #E364A6
Text Example
Text Example
White with #E364A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E364A6; }
p { color: rgb(227,100,166); }
H1.HeaderClassName
{
color: #E364A6;
}
.AnyTagClassName
{
color: #E364A6;
}
</style>
background-color css
<style>
a { background-color: #E364A6; }
a { background-color: rgb(227,100,166); }
div.DivClassName
{
background-color: #E364A6;
}
.BgClassName
{
background-color: #E364A6;
}
</style>
border-color css
<style>
span { border-color: #E364A6; }
span { border-color: rgb(227,100,166); }
td.TdClassName
{
border-color: #E364A6;
}
.TagClassName
{
border-color: #E364A6;
}
</style>