Shades of Pale Violet Red #E375A8
Tints of Pale Violet Red #E375A8
RGB
CMYK
RGB Variations
Color information
#E375A8 (or 0xE375A8) is known color: Pale Violet Red. HEX triplet: E3, 75 and A8. RGB value is (227,117,168). Sum of RGB (Red+Green+Blue) = 227+117+168=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E375A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375A8 is #1C8A57. Grayscale: #9B9B9B. Windows color (decimal): -1870424 or 11040227. OLE color: 11040227.
HSL color Cylindrical-coordinate representation of color #E375A8: hue angle of 332.18º 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 #E375A8 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 168 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.11 |
| HSL | 332.18º | 0.66% | 0.67% | - |
| HSV(B) | 332.18º | 0.48% | 0.89% | - |
| XYZ | 45.11 | 31.88 | 40.82 | - |
| YUV | 155.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 168 | 0 | 0.48 | 0.26 | 0.11 | 332.18 | 0.66 | 0.67 |
| Hex | E3 | 75 | A8 | 0 | 30 | 1A | B | 14C | 42 | 43 |
| Octal | 343 | 165 | 250 | 0 | 60 | 32 | 13 | 514 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10101000 | 0 | 110000 | 11010 | 1011 | 101001100 | 1000010 | 1000011 |
Color Harmonies of #E375A8
Complementary color
Monochromatic Colors of #E375A8
Black with #E375A8
Text Example
Text Example
White with #E375A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375A8; }
p { color: rgb(227,117,168); }
H1.HeaderClassName
{
color: #E375A8;
}
.AnyTagClassName
{
color: #E375A8;
}
</style>
background-color css
<style>
a { background-color: #E375A8; }
a { background-color: rgb(227,117,168); }
div.DivClassName
{
background-color: #E375A8;
}
.BgClassName
{
background-color: #E375A8;
}
</style>
border-color css
<style>
span { border-color: #E375A8; }
span { border-color: rgb(227,117,168); }
td.TdClassName
{
border-color: #E375A8;
}
.TagClassName
{
border-color: #E375A8;
}
</style>