Shades of Pale Violet Red #E2659F
Tints of Pale Violet Red #E2659F
RGB
CMYK
RGB Variations
Color information
#E2659F (or 0xE2659F) is known color: Pale Violet Red. HEX triplet: E2, 65 and 9F. RGB value is (226,101,159). Sum of RGB (Red+Green+Blue) = 226+101+159=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2659F is #1D9A60. Grayscale: #909090. Windows color (decimal): -1940065 or 10446306. OLE color: 10446306.
HSL color Cylindrical-coordinate representation of color #E2659F: hue angle of 332.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2659F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 159 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.11 |
| HSL | 332.16º | 0.68% | 0.64% | - |
| HSV(B) | 332.16º | 0.55% | 0.89% | - |
| XYZ | 42.28 | 27.98 | 35.97 | - |
| YUV | 144.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 159 | 0 | 0.55 | 0.30 | 0.11 | 332.16 | 0.68 | 0.64 |
| Hex | E2 | 65 | 9F | 0 | 37 | 1E | B | 14C | 44 | 40 |
| Octal | 342 | 145 | 237 | 0 | 67 | 36 | 13 | 514 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10011111 | 0 | 110111 | 11110 | 1011 | 101001100 | 1000100 | 1000000 |
Color Harmonies of #E2659F
Complementary color
Monochromatic Colors of #E2659F
Black with #E2659F
Text Example
Text Example
White with #E2659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2659F; }
p { color: rgb(226,101,159); }
H1.HeaderClassName
{
color: #E2659F;
}
.AnyTagClassName
{
color: #E2659F;
}
</style>
background-color css
<style>
a { background-color: #E2659F; }
a { background-color: rgb(226,101,159); }
div.DivClassName
{
background-color: #E2659F;
}
.BgClassName
{
background-color: #E2659F;
}
</style>
border-color css
<style>
span { border-color: #E2659F; }
span { border-color: rgb(226,101,159); }
td.TdClassName
{
border-color: #E2659F;
}
.TagClassName
{
border-color: #E2659F;
}
</style>