Shades of Pale Violet Red #E2789B
Tints of Pale Violet Red #E2789B
RGB
CMYK
RGB Variations
Color information
#E2789B (or 0xE2789B) is known color: Pale Violet Red. HEX triplet: E2, 78 and 9B. RGB value is (226,120,155). Sum of RGB (Red+Green+Blue) = 226+120+155=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2789B is #1D8764. Grayscale: #9B9B9B. Windows color (decimal): -1935205 or 10189026. OLE color: 10189026.
HSL color Cylindrical-coordinate representation of color #E2789B: hue angle of 340.19º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2789B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 155 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.11 |
| HSL | 340.19º | 0.65% | 0.68% | - |
| HSV(B) | 340.19º | 0.47% | 0.89% | - |
| XYZ | 44 | 31.97 | 34.86 | - |
| YUV | 155.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 155 | 0 | 0.47 | 0.31 | 0.11 | 340.19 | 0.65 | 0.68 |
| Hex | E2 | 78 | 9B | 0 | 2F | 1F | B | 154 | 41 | 44 |
| Octal | 342 | 170 | 233 | 0 | 57 | 37 | 13 | 524 | 101 | 104 |
| Binary | 11100010 | 1111000 | 10011011 | 0 | 101111 | 11111 | 1011 | 101010100 | 1000001 | 1000100 |
Color Harmonies of #E2789B
Complementary color
Monochromatic Colors of #E2789B
Black with #E2789B
Text Example
Text Example
White with #E2789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2789B; }
p { color: rgb(226,120,155); }
H1.HeaderClassName
{
color: #E2789B;
}
.AnyTagClassName
{
color: #E2789B;
}
</style>
background-color css
<style>
a { background-color: #E2789B; }
a { background-color: rgb(226,120,155); }
div.DivClassName
{
background-color: #E2789B;
}
.BgClassName
{
background-color: #E2789B;
}
</style>
border-color css
<style>
span { border-color: #E2789B; }
span { border-color: rgb(226,120,155); }
td.TdClassName
{
border-color: #E2789B;
}
.TagClassName
{
border-color: #E2789B;
}
</style>