Shades of Pale Violet Red #E374AA
Tints of Pale Violet Red #E374AA
RGB
CMYK
RGB Variations
Color information
#E374AA (or 0xE374AA) is known color: Pale Violet Red. HEX triplet: E3, 74 and AA. RGB value is (227,116,170). Sum of RGB (Red+Green+Blue) = 227+116+170=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E374AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374AA is #1C8B55. Grayscale: #9B9B9B. Windows color (decimal): -1870678 or 11171043. OLE color: 11171043.
HSL color Cylindrical-coordinate representation of color #E374AA: hue angle of 330.81º 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 #E374AA is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 170 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.11 |
| HSL | 330.81º | 0.66% | 0.67% | - |
| HSV(B) | 330.81º | 0.49% | 0.89% | - |
| XYZ | 45.18 | 31.72 | 41.77 | - |
| YUV | 155.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 170 | 0 | 0.49 | 0.25 | 0.11 | 330.81 | 0.66 | 0.67 |
| Hex | E3 | 74 | AA | 0 | 31 | 19 | B | 14B | 42 | 43 |
| Octal | 343 | 164 | 252 | 0 | 61 | 31 | 13 | 513 | 102 | 103 |
| Binary | 11100011 | 1110100 | 10101010 | 0 | 110001 | 11001 | 1011 | 101001011 | 1000010 | 1000011 |
Color Harmonies of #E374AA
Complementary color
Monochromatic Colors of #E374AA
Black with #E374AA
Text Example
Text Example
White with #E374AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374AA; }
p { color: rgb(227,116,170); }
H1.HeaderClassName
{
color: #E374AA;
}
.AnyTagClassName
{
color: #E374AA;
}
</style>
background-color css
<style>
a { background-color: #E374AA; }
a { background-color: rgb(227,116,170); }
div.DivClassName
{
background-color: #E374AA;
}
.BgClassName
{
background-color: #E374AA;
}
</style>
border-color css
<style>
span { border-color: #E374AA; }
span { border-color: rgb(227,116,170); }
td.TdClassName
{
border-color: #E374AA;
}
.TagClassName
{
border-color: #E374AA;
}
</style>