Shades of Pale Violet Red #E2599D
Tints of Pale Violet Red #E2599D
RGB
CMYK
RGB Variations
Color information
#E2599D (or 0xE2599D) is known color: Pale Violet Red. HEX triplet: E2, 59 and 9D. RGB value is (226,89,157). Sum of RGB (Red+Green+Blue) = 226+89+157=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2599D is #1DA662. Grayscale: #898989. Windows color (decimal): -1943139 or 10312162. OLE color: 10312162.
HSL color Cylindrical-coordinate representation of color #E2599D: hue angle of 330.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2599D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 157 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.11 |
| HSL | 330.22º | 0.7% | 0.62% | - |
| HSV(B) | 330.22º | 0.61% | 0.89% | - |
| XYZ | 41.02 | 25.75 | 34.71 | - |
| YUV | 137.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 157 | 0 | 0.61 | 0.31 | 0.11 | 330.22 | 0.7 | 0.62 |
| Hex | E2 | 59 | 9D | 0 | 3D | 1F | B | 14A | 46 | 3E |
| Octal | 342 | 131 | 235 | 0 | 75 | 37 | 13 | 512 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10011101 | 0 | 111101 | 11111 | 1011 | 101001010 | 1000110 | 111110 |
Color Harmonies of #E2599D
Complementary color
Monochromatic Colors of #E2599D
Black with #E2599D
Text Example
Text Example
White with #E2599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2599D; }
p { color: rgb(226,89,157); }
H1.HeaderClassName
{
color: #E2599D;
}
.AnyTagClassName
{
color: #E2599D;
}
</style>
background-color css
<style>
a { background-color: #E2599D; }
a { background-color: rgb(226,89,157); }
div.DivClassName
{
background-color: #E2599D;
}
.BgClassName
{
background-color: #E2599D;
}
</style>
border-color css
<style>
span { border-color: #E2599D; }
span { border-color: rgb(226,89,157); }
td.TdClassName
{
border-color: #E2599D;
}
.TagClassName
{
border-color: #E2599D;
}
</style>