Shades of Pale Violet Red #E2639F
Tints of Pale Violet Red #E2639F
RGB
CMYK
RGB Variations
Color information
#E2639F (or 0xE2639F) is known color: Pale Violet Red. HEX triplet: E2, 63 and 9F. RGB value is (226,99,159). Sum of RGB (Red+Green+Blue) = 226+99+159=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2639F is #1D9C60. Grayscale: #8F8F8F. Windows color (decimal): -1940577 or 10445794. OLE color: 10445794.
HSL color Cylindrical-coordinate representation of color #E2639F: hue angle of 331.65º 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 #E2639F is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 159 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.11 |
| HSL | 331.65º | 0.69% | 0.64% | - |
| HSV(B) | 331.65º | 0.56% | 0.89% | - |
| XYZ | 42.08 | 27.6 | 35.91 | - |
| YUV | 143.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 159 | 0 | 0.56 | 0.30 | 0.11 | 331.65 | 0.69 | 0.64 |
| Hex | E2 | 63 | 9F | 0 | 38 | 1E | B | 14C | 45 | 40 |
| Octal | 342 | 143 | 237 | 0 | 70 | 36 | 13 | 514 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10011111 | 0 | 111000 | 11110 | 1011 | 101001100 | 1000101 | 1000000 |
Color Harmonies of #E2639F
Complementary color
Monochromatic Colors of #E2639F
Black with #E2639F
Text Example
Text Example
White with #E2639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2639F; }
p { color: rgb(226,99,159); }
H1.HeaderClassName
{
color: #E2639F;
}
.AnyTagClassName
{
color: #E2639F;
}
</style>
background-color css
<style>
a { background-color: #E2639F; }
a { background-color: rgb(226,99,159); }
div.DivClassName
{
background-color: #E2639F;
}
.BgClassName
{
background-color: #E2639F;
}
</style>
border-color css
<style>
span { border-color: #E2639F; }
span { border-color: rgb(226,99,159); }
td.TdClassName
{
border-color: #E2639F;
}
.TagClassName
{
border-color: #E2639F;
}
</style>