Shades of Pale Violet Red #E2679E
Tints of Pale Violet Red #E2679E
RGB
CMYK
RGB Variations
Color information
#E2679E (or 0xE2679E) is known color: Pale Violet Red. HEX triplet: E2, 67 and 9E. RGB value is (226,103,158). Sum of RGB (Red+Green+Blue) = 226+103+158=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2679E is #1D9861. Grayscale: #919191. Windows color (decimal): -1939554 or 10381282. OLE color: 10381282.
HSL color Cylindrical-coordinate representation of color #E2679E: hue angle of 333.17º 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 #E2679E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 158 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.11 |
| HSL | 333.17º | 0.68% | 0.65% | - |
| HSV(B) | 333.17º | 0.54% | 0.89% | - |
| XYZ | 42.39 | 28.34 | 35.58 | - |
| YUV | 146.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 158 | 0 | 0.54 | 0.30 | 0.11 | 333.17 | 0.68 | 0.65 |
| Hex | E2 | 67 | 9E | 0 | 36 | 1E | B | 14D | 44 | 41 |
| Octal | 342 | 147 | 236 | 0 | 66 | 36 | 13 | 515 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10011110 | 0 | 110110 | 11110 | 1011 | 101001101 | 1000100 | 1000001 |
Color Harmonies of #E2679E
Complementary color
Monochromatic Colors of #E2679E
Black with #E2679E
Text Example
Text Example
White with #E2679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2679E; }
p { color: rgb(226,103,158); }
H1.HeaderClassName
{
color: #E2679E;
}
.AnyTagClassName
{
color: #E2679E;
}
</style>
background-color css
<style>
a { background-color: #E2679E; }
a { background-color: rgb(226,103,158); }
div.DivClassName
{
background-color: #E2679E;
}
.BgClassName
{
background-color: #E2679E;
}
</style>
border-color css
<style>
span { border-color: #E2679E; }
span { border-color: rgb(226,103,158); }
td.TdClassName
{
border-color: #E2679E;
}
.TagClassName
{
border-color: #E2679E;
}
</style>