Shades of Pale Violet Red #E1579C
Tints of Pale Violet Red #E1579C
RGB
CMYK
RGB Variations
Color information
#E1579C (or 0xE1579C) is known color: Pale Violet Red. HEX triplet: E1, 57 and 9C. RGB value is (225,87,156). Sum of RGB (Red+Green+Blue) = 225+87+156=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1579C is #1EA863. Grayscale: #878787. Windows color (decimal): -2009188 or 10246113. OLE color: 10246113.
HSL color Cylindrical-coordinate representation of color #E1579C: hue angle of 330º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1579C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 156 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.12 |
| HSL | 330º | 0.7% | 0.61% | - |
| HSV(B) | 330º | 0.61% | 0.88% | - |
| XYZ | 40.46 | 25.22 | 34.19 | - |
| YUV | 136.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 156 | 0 | 0.61 | 0.31 | 0.12 | 330 | 0.7 | 0.61 |
| Hex | E1 | 57 | 9C | 0 | 3D | 1F | C | 14A | 46 | 3D |
| Octal | 341 | 127 | 234 | 0 | 75 | 37 | 14 | 512 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10011100 | 0 | 111101 | 11111 | 1100 | 101001010 | 1000110 | 111101 |
Color Harmonies of #E1579C
Complementary color
Monochromatic Colors of #E1579C
Black with #E1579C
Text Example
Text Example
White with #E1579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1579C; }
p { color: rgb(225,87,156); }
H1.HeaderClassName
{
color: #E1579C;
}
.AnyTagClassName
{
color: #E1579C;
}
</style>
background-color css
<style>
a { background-color: #E1579C; }
a { background-color: rgb(225,87,156); }
div.DivClassName
{
background-color: #E1579C;
}
.BgClassName
{
background-color: #E1579C;
}
</style>
border-color css
<style>
span { border-color: #E1579C; }
span { border-color: rgb(225,87,156); }
td.TdClassName
{
border-color: #E1579C;
}
.TagClassName
{
border-color: #E1579C;
}
</style>