Shades of Pale Violet Red #E375AA
Tints of Pale Violet Red #E375AA
RGB
CMYK
RGB Variations
Color information
#E375AA (or 0xE375AA) is known color: Pale Violet Red. HEX triplet: E3, 75 and AA. RGB value is (227,117,170). Sum of RGB (Red+Green+Blue) = 227+117+170=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E375AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375AA is #1C8A55. Grayscale: #9B9B9B. Windows color (decimal): -1870422 or 11171299. OLE color: 11171299.
HSL color Cylindrical-coordinate representation of color #E375AA: hue angle of 331.09º 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 #E375AA is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 170 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.11 |
| HSL | 331.09º | 0.66% | 0.67% | - |
| HSV(B) | 331.09º | 0.48% | 0.89% | - |
| XYZ | 45.3 | 31.96 | 41.81 | - |
| YUV | 155.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 170 | 0 | 0.48 | 0.25 | 0.11 | 331.09 | 0.66 | 0.67 |
| Hex | E3 | 75 | AA | 0 | 30 | 19 | B | 14B | 42 | 43 |
| Octal | 343 | 165 | 252 | 0 | 60 | 31 | 13 | 513 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10101010 | 0 | 110000 | 11001 | 1011 | 101001011 | 1000010 | 1000011 |
Color Harmonies of #E375AA
Complementary color
Monochromatic Colors of #E375AA
Black with #E375AA
Text Example
Text Example
White with #E375AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375AA; }
p { color: rgb(227,117,170); }
H1.HeaderClassName
{
color: #E375AA;
}
.AnyTagClassName
{
color: #E375AA;
}
</style>
background-color css
<style>
a { background-color: #E375AA; }
a { background-color: rgb(227,117,170); }
div.DivClassName
{
background-color: #E375AA;
}
.BgClassName
{
background-color: #E375AA;
}
</style>
border-color css
<style>
span { border-color: #E375AA; }
span { border-color: rgb(227,117,170); }
td.TdClassName
{
border-color: #E375AA;
}
.TagClassName
{
border-color: #E375AA;
}
</style>