Shades of Pale Violet Red #E371AB
Tints of Pale Violet Red #E371AB
RGB
CMYK
RGB Variations
Color information
#E371AB (or 0xE371AB) is known color: Pale Violet Red. HEX triplet: E3, 71 and AB. RGB value is (227,113,171). Sum of RGB (Red+Green+Blue) = 227+113+171=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E371AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E371AB is #1C8E54. Grayscale: #999999. Windows color (decimal): -1871445 or 11235811. OLE color: 11235811.
HSL color Cylindrical-coordinate representation of color #E371AB: hue angle of 329.47º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371AB is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 171 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.11 |
| HSL | 329.47º | 0.67% | 0.67% | - |
| HSV(B) | 329.47º | 0.5% | 0.89% | - |
| XYZ | 44.93 | 31.08 | 42.16 | - |
| YUV | 153.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 171 | 0 | 0.50 | 0.25 | 0.11 | 329.47 | 0.67 | 0.67 |
| Hex | E3 | 71 | AB | 0 | 32 | 19 | B | 149 | 43 | 43 |
| Octal | 343 | 161 | 253 | 0 | 62 | 31 | 13 | 511 | 103 | 103 |
| Binary | 11100011 | 1110001 | 10101011 | 0 | 110010 | 11001 | 1011 | 101001001 | 1000011 | 1000011 |
Color Harmonies of #E371AB
Complementary color
Monochromatic Colors of #E371AB
Black with #E371AB
Text Example
Text Example
White with #E371AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371AB; }
p { color: rgb(227,113,171); }
H1.HeaderClassName
{
color: #E371AB;
}
.AnyTagClassName
{
color: #E371AB;
}
</style>
background-color css
<style>
a { background-color: #E371AB; }
a { background-color: rgb(227,113,171); }
div.DivClassName
{
background-color: #E371AB;
}
.BgClassName
{
background-color: #E371AB;
}
</style>
border-color css
<style>
span { border-color: #E371AB; }
span { border-color: rgb(227,113,171); }
td.TdClassName
{
border-color: #E371AB;
}
.TagClassName
{
border-color: #E371AB;
}
</style>