Shades of Pale Violet Red #E372A1
Tints of Pale Violet Red #E372A1
RGB
CMYK
RGB Variations
Color information
#E372A1 (or 0xE372A1) is known color: Pale Violet Red. HEX triplet: E3, 72 and A1. RGB value is (227,114,161). Sum of RGB (Red+Green+Blue) = 227+114+161=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E372A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E372A1 is #1C8D5E. Grayscale: #999999. Windows color (decimal): -1871199 or 10580707. OLE color: 10580707.
HSL color Cylindrical-coordinate representation of color #E372A1: hue angle of 335.04º 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 #E372A1 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 161 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.11 |
| HSL | 335.04º | 0.67% | 0.67% | - |
| HSV(B) | 335.04º | 0.5% | 0.89% | - |
| XYZ | 44.13 | 30.94 | 37.36 | - |
| YUV | 153.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 161 | 0 | 0.50 | 0.29 | 0.11 | 335.04 | 0.67 | 0.67 |
| Hex | E3 | 72 | A1 | 0 | 32 | 1D | B | 14F | 43 | 43 |
| Octal | 343 | 162 | 241 | 0 | 62 | 35 | 13 | 517 | 103 | 103 |
| Binary | 11100011 | 1110010 | 10100001 | 0 | 110010 | 11101 | 1011 | 101001111 | 1000011 | 1000011 |
Color Harmonies of #E372A1
Complementary color
Monochromatic Colors of #E372A1
Black with #E372A1
Text Example
Text Example
White with #E372A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372A1; }
p { color: rgb(227,114,161); }
H1.HeaderClassName
{
color: #E372A1;
}
.AnyTagClassName
{
color: #E372A1;
}
</style>
background-color css
<style>
a { background-color: #E372A1; }
a { background-color: rgb(227,114,161); }
div.DivClassName
{
background-color: #E372A1;
}
.BgClassName
{
background-color: #E372A1;
}
</style>
border-color css
<style>
span { border-color: #E372A1; }
span { border-color: rgb(227,114,161); }
td.TdClassName
{
border-color: #E372A1;
}
.TagClassName
{
border-color: #E372A1;
}
</style>