Shades of Pale Violet Red #E2679C
Tints of Pale Violet Red #E2679C
RGB
CMYK
RGB Variations
Color information
#E2679C (or 0xE2679C) is known color: Pale Violet Red. HEX triplet: E2, 67 and 9C. RGB value is (226,103,156). Sum of RGB (Red+Green+Blue) = 226+103+156=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2679C is #1D9863. Grayscale: #919191. Windows color (decimal): -1939556 or 10250210. OLE color: 10250210.
HSL color Cylindrical-coordinate representation of color #E2679C: hue angle of 334.15º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2679C is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 156 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.11 |
| HSL | 334.15º | 0.68% | 0.65% | - |
| HSV(B) | 334.15º | 0.54% | 0.89% | - |
| XYZ | 42.22 | 28.27 | 34.68 | - |
| YUV | 145.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 156 | 0 | 0.54 | 0.31 | 0.11 | 334.15 | 0.68 | 0.65 |
| Hex | E2 | 67 | 9C | 0 | 36 | 1F | B | 14E | 44 | 41 |
| Octal | 342 | 147 | 234 | 0 | 66 | 37 | 13 | 516 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10011100 | 0 | 110110 | 11111 | 1011 | 101001110 | 1000100 | 1000001 |
Color Harmonies of #E2679C
Complementary color
Monochromatic Colors of #E2679C
Black with #E2679C
Text Example
Text Example
White with #E2679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2679C; }
p { color: rgb(226,103,156); }
H1.HeaderClassName
{
color: #E2679C;
}
.AnyTagClassName
{
color: #E2679C;
}
</style>
background-color css
<style>
a { background-color: #E2679C; }
a { background-color: rgb(226,103,156); }
div.DivClassName
{
background-color: #E2679C;
}
.BgClassName
{
background-color: #E2679C;
}
</style>
border-color css
<style>
span { border-color: #E2679C; }
span { border-color: rgb(226,103,156); }
td.TdClassName
{
border-color: #E2679C;
}
.TagClassName
{
border-color: #E2679C;
}
</style>