Shades of Pale Violet Red #E1608D
Tints of Pale Violet Red #E1608D
RGB
CMYK
RGB Variations
Color information
#E1608D (or 0xE1608D) is known color: Pale Violet Red. HEX triplet: E1, 60 and 8D. RGB value is (225,96,141). Sum of RGB (Red+Green+Blue) = 225+96+141=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1608D is #1E9F72. Grayscale: #8B8B8B. Windows color (decimal): -2006899 or 9265377. OLE color: 9265377.
HSL color Cylindrical-coordinate representation of color #E1608D: hue angle of 339.07º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1608D is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 141 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.12 |
| HSL | 339.07º | 0.68% | 0.63% | - |
| HSV(B) | 339.07º | 0.57% | 0.88% | - |
| XYZ | 40.04 | 26.3 | 28.16 | - |
| YUV | 139.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 141 | 0 | 0.57 | 0.37 | 0.12 | 339.07 | 0.68 | 0.63 |
| Hex | E1 | 60 | 8D | 0 | 39 | 25 | C | 153 | 44 | 3F |
| Octal | 341 | 140 | 215 | 0 | 71 | 45 | 14 | 523 | 104 | 77 |
| Binary | 11100001 | 1100000 | 10001101 | 0 | 111001 | 100101 | 1100 | 101010011 | 1000100 | 111111 |
Color Harmonies of #E1608D
Complementary color
Monochromatic Colors of #E1608D
Black with #E1608D
Text Example
Text Example
White with #E1608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1608D; }
p { color: rgb(225,96,141); }
H1.HeaderClassName
{
color: #E1608D;
}
.AnyTagClassName
{
color: #E1608D;
}
</style>
background-color css
<style>
a { background-color: #E1608D; }
a { background-color: rgb(225,96,141); }
div.DivClassName
{
background-color: #E1608D;
}
.BgClassName
{
background-color: #E1608D;
}
</style>
border-color css
<style>
span { border-color: #E1608D; }
span { border-color: rgb(225,96,141); }
td.TdClassName
{
border-color: #E1608D;
}
.TagClassName
{
border-color: #E1608D;
}
</style>