Shades of Pale Violet Red #E1679C
Tints of Pale Violet Red #E1679C
RGB
CMYK
RGB Variations
Color information
#E1679C (or 0xE1679C) is known color: Pale Violet Red. HEX triplet: E1, 67 and 9C. RGB value is (225,103,156). Sum of RGB (Red+Green+Blue) = 225+103+156=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1679C is #1E9863. Grayscale: #919191. Windows color (decimal): -2005092 or 10250209. OLE color: 10250209.
HSL color Cylindrical-coordinate representation of color #E1679C: hue angle of 333.93º 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 #E1679C is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 156 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.12 |
| HSL | 333.93º | 0.67% | 0.64% | - |
| HSV(B) | 333.93º | 0.54% | 0.88% | - |
| XYZ | 41.9 | 28.11 | 34.67 | - |
| YUV | 145.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 156 | 0 | 0.54 | 0.31 | 0.12 | 333.93 | 0.67 | 0.64 |
| Hex | E1 | 67 | 9C | 0 | 36 | 1F | C | 14E | 43 | 40 |
| Octal | 341 | 147 | 234 | 0 | 66 | 37 | 14 | 516 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10011100 | 0 | 110110 | 11111 | 1100 | 101001110 | 1000011 | 1000000 |
Color Harmonies of #E1679C
Complementary color
Monochromatic Colors of #E1679C
Black with #E1679C
Text Example
Text Example
White with #E1679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1679C; }
p { color: rgb(225,103,156); }
H1.HeaderClassName
{
color: #E1679C;
}
.AnyTagClassName
{
color: #E1679C;
}
</style>
background-color css
<style>
a { background-color: #E1679C; }
a { background-color: rgb(225,103,156); }
div.DivClassName
{
background-color: #E1679C;
}
.BgClassName
{
background-color: #E1679C;
}
</style>
border-color css
<style>
span { border-color: #E1679C; }
span { border-color: rgb(225,103,156); }
td.TdClassName
{
border-color: #E1679C;
}
.TagClassName
{
border-color: #E1679C;
}
</style>