Shades of Pale Violet Red #E1679D
Tints of Pale Violet Red #E1679D
RGB
CMYK
RGB Variations
Color information
#E1679D (or 0xE1679D) is known color: Pale Violet Red. HEX triplet: E1, 67 and 9D. RGB value is (225,103,157). Sum of RGB (Red+Green+Blue) = 225+103+157=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1679D is #1E9862. Grayscale: #919191. Windows color (decimal): -2005091 or 10315745. OLE color: 10315745.
HSL color Cylindrical-coordinate representation of color #E1679D: hue angle of 333.44º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1679D is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 157 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.12 |
| HSL | 333.44º | 0.67% | 0.64% | - |
| HSV(B) | 333.44º | 0.54% | 0.88% | - |
| XYZ | 41.99 | 28.14 | 35.12 | - |
| YUV | 145.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 157 | 0 | 0.54 | 0.30 | 0.12 | 333.44 | 0.67 | 0.64 |
| Hex | E1 | 67 | 9D | 0 | 36 | 1E | C | 14D | 43 | 40 |
| Octal | 341 | 147 | 235 | 0 | 66 | 36 | 14 | 515 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10011101 | 0 | 110110 | 11110 | 1100 | 101001101 | 1000011 | 1000000 |
Color Harmonies of #E1679D
Complementary color
Monochromatic Colors of #E1679D
Black with #E1679D
Text Example
Text Example
White with #E1679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1679D; }
p { color: rgb(225,103,157); }
H1.HeaderClassName
{
color: #E1679D;
}
.AnyTagClassName
{
color: #E1679D;
}
</style>
background-color css
<style>
a { background-color: #E1679D; }
a { background-color: rgb(225,103,157); }
div.DivClassName
{
background-color: #E1679D;
}
.BgClassName
{
background-color: #E1679D;
}
</style>
border-color css
<style>
span { border-color: #E1679D; }
span { border-color: rgb(225,103,157); }
td.TdClassName
{
border-color: #E1679D;
}
.TagClassName
{
border-color: #E1679D;
}
</style>