Shades of Pale Violet Red #E2679F
Tints of Pale Violet Red #E2679F
RGB
CMYK
RGB Variations
Color information
#E2679F (or 0xE2679F) is known color: Pale Violet Red. HEX triplet: E2, 67 and 9F. RGB value is (226,103,159). Sum of RGB (Red+Green+Blue) = 226+103+159=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2679F is #1D9860. Grayscale: #929292. Windows color (decimal): -1939553 or 10446818. OLE color: 10446818.
HSL color Cylindrical-coordinate representation of color #E2679F: hue angle of 332.68º 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 #E2679F is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 159 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.11 |
| HSL | 332.68º | 0.68% | 0.65% | - |
| HSV(B) | 332.68º | 0.54% | 0.89% | - |
| XYZ | 42.47 | 28.37 | 36.04 | - |
| YUV | 146.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 159 | 0 | 0.54 | 0.30 | 0.11 | 332.68 | 0.68 | 0.65 |
| Hex | E2 | 67 | 9F | 0 | 36 | 1E | B | 14D | 44 | 41 |
| Octal | 342 | 147 | 237 | 0 | 66 | 36 | 13 | 515 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10011111 | 0 | 110110 | 11110 | 1011 | 101001101 | 1000100 | 1000001 |
Color Harmonies of #E2679F
Complementary color
Monochromatic Colors of #E2679F
Black with #E2679F
Text Example
Text Example
White with #E2679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2679F; }
p { color: rgb(226,103,159); }
H1.HeaderClassName
{
color: #E2679F;
}
.AnyTagClassName
{
color: #E2679F;
}
</style>
background-color css
<style>
a { background-color: #E2679F; }
a { background-color: rgb(226,103,159); }
div.DivClassName
{
background-color: #E2679F;
}
.BgClassName
{
background-color: #E2679F;
}
</style>
border-color css
<style>
span { border-color: #E2679F; }
span { border-color: rgb(226,103,159); }
td.TdClassName
{
border-color: #E2679F;
}
.TagClassName
{
border-color: #E2679F;
}
</style>