Shades of Pale Violet Red #E2639E
Tints of Pale Violet Red #E2639E
RGB
CMYK
RGB Variations
Color information
#E2639E (or 0xE2639E) is known color: Pale Violet Red. HEX triplet: E2, 63 and 9E. RGB value is (226,99,158). Sum of RGB (Red+Green+Blue) = 226+99+158=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2639E is #1D9C61. Grayscale: #8F8F8F. Windows color (decimal): -1940578 or 10380258. OLE color: 10380258.
HSL color Cylindrical-coordinate representation of color #E2639E: hue angle of 332.13º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2639E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 158 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.11 |
| HSL | 332.13º | 0.69% | 0.64% | - |
| HSV(B) | 332.13º | 0.56% | 0.89% | - |
| XYZ | 42 | 27.56 | 35.45 | - |
| YUV | 143.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 158 | 0 | 0.56 | 0.30 | 0.11 | 332.13 | 0.69 | 0.64 |
| Hex | E2 | 63 | 9E | 0 | 38 | 1E | B | 14C | 45 | 40 |
| Octal | 342 | 143 | 236 | 0 | 70 | 36 | 13 | 514 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10011110 | 0 | 111000 | 11110 | 1011 | 101001100 | 1000101 | 1000000 |
Color Harmonies of #E2639E
Complementary color
Monochromatic Colors of #E2639E
Black with #E2639E
Text Example
Text Example
White with #E2639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2639E; }
p { color: rgb(226,99,158); }
H1.HeaderClassName
{
color: #E2639E;
}
.AnyTagClassName
{
color: #E2639E;
}
</style>
background-color css
<style>
a { background-color: #E2639E; }
a { background-color: rgb(226,99,158); }
div.DivClassName
{
background-color: #E2639E;
}
.BgClassName
{
background-color: #E2639E;
}
</style>
border-color css
<style>
span { border-color: #E2639E; }
span { border-color: rgb(226,99,158); }
td.TdClassName
{
border-color: #E2639E;
}
.TagClassName
{
border-color: #E2639E;
}
</style>