Shades of Pale Violet Red #E2679A
Tints of Pale Violet Red #E2679A
RGB
CMYK
RGB Variations
Color information
#E2679A (or 0xE2679A) is known color: Pale Violet Red. HEX triplet: E2, 67 and 9A. RGB value is (226,103,154). Sum of RGB (Red+Green+Blue) = 226+103+154=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2679A is #1D9865. Grayscale: #919191. Windows color (decimal): -1939558 or 10119138. OLE color: 10119138.
HSL color Cylindrical-coordinate representation of color #E2679A: hue angle of 335.12º 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 #E2679A is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 154 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.11 |
| HSL | 335.12º | 0.68% | 0.65% | - |
| HSV(B) | 335.12º | 0.54% | 0.89% | - |
| XYZ | 42.05 | 28.2 | 33.8 | - |
| YUV | 145.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 154 | 0 | 0.54 | 0.32 | 0.11 | 335.12 | 0.68 | 0.65 |
| Hex | E2 | 67 | 9A | 0 | 36 | 20 | B | 14F | 44 | 41 |
| Octal | 342 | 147 | 232 | 0 | 66 | 40 | 13 | 517 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10011010 | 0 | 110110 | 100000 | 1011 | 101001111 | 1000100 | 1000001 |
Color Harmonies of #E2679A
Complementary color
Monochromatic Colors of #E2679A
Black with #E2679A
Text Example
Text Example
White with #E2679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2679A; }
p { color: rgb(226,103,154); }
H1.HeaderClassName
{
color: #E2679A;
}
.AnyTagClassName
{
color: #E2679A;
}
</style>
background-color css
<style>
a { background-color: #E2679A; }
a { background-color: rgb(226,103,154); }
div.DivClassName
{
background-color: #E2679A;
}
.BgClassName
{
background-color: #E2679A;
}
</style>
border-color css
<style>
span { border-color: #E2679A; }
span { border-color: rgb(226,103,154); }
td.TdClassName
{
border-color: #E2679A;
}
.TagClassName
{
border-color: #E2679A;
}
</style>