Shades of Pale Violet Red #E45FA0
Tints of Pale Violet Red #E45FA0
RGB
CMYK
RGB Variations
Color information
#E45FA0 (or 0xE45FA0) is known color: Pale Violet Red. HEX triplet: E4, 5F and A0. RGB value is (228,95,160). Sum of RGB (Red+Green+Blue) = 228+95+160=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45FA0 is #1BA05F. Grayscale: #8E8E8E. Windows color (decimal): -1810528 or 10510308. OLE color: 10510308.
HSL color Cylindrical-coordinate representation of color #E45FA0: hue angle of 330.68º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FA0 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 160 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.11 |
| HSL | 330.68º | 0.71% | 0.63% | - |
| HSV(B) | 330.68º | 0.58% | 0.89% | - |
| XYZ | 42.43 | 27.22 | 36.27 | - |
| YUV | 142.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 160 | 0 | 0.58 | 0.30 | 0.11 | 330.68 | 0.71 | 0.63 |
| Hex | E4 | 5F | A0 | 0 | 3A | 1E | B | 14B | 47 | 3F |
| Octal | 344 | 137 | 240 | 0 | 72 | 36 | 13 | 513 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10100000 | 0 | 111010 | 11110 | 1011 | 101001011 | 1000111 | 111111 |
Color Harmonies of #E45FA0
Complementary color
Monochromatic Colors of #E45FA0
Black with #E45FA0
Text Example
Text Example
White with #E45FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FA0; }
p { color: rgb(228,95,160); }
H1.HeaderClassName
{
color: #E45FA0;
}
.AnyTagClassName
{
color: #E45FA0;
}
</style>
background-color css
<style>
a { background-color: #E45FA0; }
a { background-color: rgb(228,95,160); }
div.DivClassName
{
background-color: #E45FA0;
}
.BgClassName
{
background-color: #E45FA0;
}
</style>
border-color css
<style>
span { border-color: #E45FA0; }
span { border-color: rgb(228,95,160); }
td.TdClassName
{
border-color: #E45FA0;
}
.TagClassName
{
border-color: #E45FA0;
}
</style>