Shades of Pale Violet Red #E374A2
Tints of Pale Violet Red #E374A2
RGB
CMYK
RGB Variations
Color information
#E374A2 (or 0xE374A2) is known color: Pale Violet Red. HEX triplet: E3, 74 and A2. RGB value is (227,116,162). Sum of RGB (Red+Green+Blue) = 227+116+162=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E374A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374A2 is #1C8B5D. Grayscale: #9A9A9A. Windows color (decimal): -1870686 or 10646755. OLE color: 10646755.
HSL color Cylindrical-coordinate representation of color #E374A2: hue angle of 335.14º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374A2 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 162 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.11 |
| HSL | 335.14º | 0.66% | 0.67% | - |
| HSV(B) | 335.14º | 0.49% | 0.89% | - |
| XYZ | 44.45 | 31.43 | 37.91 | - |
| YUV | 154.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 162 | 0 | 0.49 | 0.29 | 0.11 | 335.14 | 0.66 | 0.67 |
| Hex | E3 | 74 | A2 | 0 | 31 | 1D | B | 14F | 42 | 43 |
| Octal | 343 | 164 | 242 | 0 | 61 | 35 | 13 | 517 | 102 | 103 |
| Binary | 11100011 | 1110100 | 10100010 | 0 | 110001 | 11101 | 1011 | 101001111 | 1000010 | 1000011 |
Color Harmonies of #E374A2
Complementary color
Monochromatic Colors of #E374A2
Black with #E374A2
Text Example
Text Example
White with #E374A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374A2; }
p { color: rgb(227,116,162); }
H1.HeaderClassName
{
color: #E374A2;
}
.AnyTagClassName
{
color: #E374A2;
}
</style>
background-color css
<style>
a { background-color: #E374A2; }
a { background-color: rgb(227,116,162); }
div.DivClassName
{
background-color: #E374A2;
}
.BgClassName
{
background-color: #E374A2;
}
</style>
border-color css
<style>
span { border-color: #E374A2; }
span { border-color: rgb(227,116,162); }
td.TdClassName
{
border-color: #E374A2;
}
.TagClassName
{
border-color: #E374A2;
}
</style>