Shades of Pale Violet Red #E2759D
Tints of Pale Violet Red #E2759D
RGB
CMYK
RGB Variations
Color information
#E2759D (or 0xE2759D) is known color: Pale Violet Red. HEX triplet: E2, 75 and 9D. RGB value is (226,117,157). Sum of RGB (Red+Green+Blue) = 226+117+157=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2759D is #1D8A62. Grayscale: #9A9A9A. Windows color (decimal): -1935971 or 10319330. OLE color: 10319330.
HSL color Cylindrical-coordinate representation of color #E2759D: hue angle of 337.98º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2759D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 157 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.11 |
| HSL | 337.98º | 0.65% | 0.67% | - |
| HSV(B) | 337.98º | 0.48% | 0.89% | - |
| XYZ | 43.81 | 31.33 | 35.64 | - |
| YUV | 154.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 157 | 0 | 0.48 | 0.31 | 0.11 | 337.98 | 0.65 | 0.67 |
| Hex | E2 | 75 | 9D | 0 | 30 | 1F | B | 152 | 41 | 43 |
| Octal | 342 | 165 | 235 | 0 | 60 | 37 | 13 | 522 | 101 | 103 |
| Binary | 11100010 | 1110101 | 10011101 | 0 | 110000 | 11111 | 1011 | 101010010 | 1000001 | 1000011 |
Color Harmonies of #E2759D
Complementary color
Monochromatic Colors of #E2759D
Black with #E2759D
Text Example
Text Example
White with #E2759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2759D; }
p { color: rgb(226,117,157); }
H1.HeaderClassName
{
color: #E2759D;
}
.AnyTagClassName
{
color: #E2759D;
}
</style>
background-color css
<style>
a { background-color: #E2759D; }
a { background-color: rgb(226,117,157); }
div.DivClassName
{
background-color: #E2759D;
}
.BgClassName
{
background-color: #E2759D;
}
</style>
border-color css
<style>
span { border-color: #E2759D; }
span { border-color: rgb(226,117,157); }
td.TdClassName
{
border-color: #E2759D;
}
.TagClassName
{
border-color: #E2759D;
}
</style>