Shades of Pale Violet Red #E375AB
Tints of Pale Violet Red #E375AB
RGB
CMYK
RGB Variations
Color information
#E375AB (or 0xE375AB) is known color: Pale Violet Red. HEX triplet: E3, 75 and AB. RGB value is (227,117,171). Sum of RGB (Red+Green+Blue) = 227+117+171=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E375AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375AB is #1C8A54. Grayscale: #9B9B9B. Windows color (decimal): -1870421 or 11236835. OLE color: 11236835.
HSL color Cylindrical-coordinate representation of color #E375AB: hue angle of 330.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375AB is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 171 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.11 |
| HSL | 330.55º | 0.66% | 0.67% | - |
| HSV(B) | 330.55º | 0.48% | 0.89% | - |
| XYZ | 45.39 | 31.99 | 42.31 | - |
| YUV | 156.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 171 | 0 | 0.48 | 0.25 | 0.11 | 330.55 | 0.66 | 0.67 |
| Hex | E3 | 75 | AB | 0 | 30 | 19 | B | 14B | 42 | 43 |
| Octal | 343 | 165 | 253 | 0 | 60 | 31 | 13 | 513 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10101011 | 0 | 110000 | 11001 | 1011 | 101001011 | 1000010 | 1000011 |
Color Harmonies of #E375AB
Complementary color
Monochromatic Colors of #E375AB
Black with #E375AB
Text Example
Text Example
White with #E375AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375AB; }
p { color: rgb(227,117,171); }
H1.HeaderClassName
{
color: #E375AB;
}
.AnyTagClassName
{
color: #E375AB;
}
</style>
background-color css
<style>
a { background-color: #E375AB; }
a { background-color: rgb(227,117,171); }
div.DivClassName
{
background-color: #E375AB;
}
.BgClassName
{
background-color: #E375AB;
}
</style>
border-color css
<style>
span { border-color: #E375AB; }
span { border-color: rgb(227,117,171); }
td.TdClassName
{
border-color: #E375AB;
}
.TagClassName
{
border-color: #E375AB;
}
</style>