Shades of Pale Violet Red #E370AB
Tints of Pale Violet Red #E370AB
RGB
CMYK
RGB Variations
Color information
#E370AB (or 0xE370AB) is known color: Pale Violet Red. HEX triplet: E3, 70 and AB. RGB value is (227,112,171). Sum of RGB (Red+Green+Blue) = 227+112+171=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E370AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370AB is #1C8F54. Grayscale: #989898. Windows color (decimal): -1871701 or 11235555. OLE color: 11235555.
HSL color Cylindrical-coordinate representation of color #E370AB: hue angle of 329.22º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E370AB is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 171 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.11 |
| HSL | 329.22º | 0.67% | 0.66% | - |
| HSV(B) | 329.22º | 0.51% | 0.89% | - |
| XYZ | 44.82 | 30.86 | 42.12 | - |
| YUV | 153.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 171 | 0 | 0.51 | 0.25 | 0.11 | 329.22 | 0.67 | 0.66 |
| Hex | E3 | 70 | AB | 0 | 33 | 19 | B | 149 | 43 | 42 |
| Octal | 343 | 160 | 253 | 0 | 63 | 31 | 13 | 511 | 103 | 102 |
| Binary | 11100011 | 1110000 | 10101011 | 0 | 110011 | 11001 | 1011 | 101001001 | 1000011 | 1000010 |
Color Harmonies of #E370AB
Complementary color
Monochromatic Colors of #E370AB
Black with #E370AB
Text Example
Text Example
White with #E370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370AB; }
p { color: rgb(227,112,171); }
H1.HeaderClassName
{
color: #E370AB;
}
.AnyTagClassName
{
color: #E370AB;
}
</style>
background-color css
<style>
a { background-color: #E370AB; }
a { background-color: rgb(227,112,171); }
div.DivClassName
{
background-color: #E370AB;
}
.BgClassName
{
background-color: #E370AB;
}
</style>
border-color css
<style>
span { border-color: #E370AB; }
span { border-color: rgb(227,112,171); }
td.TdClassName
{
border-color: #E370AB;
}
.TagClassName
{
border-color: #E370AB;
}
</style>