Shades of Pale Violet Red #E2709B
Tints of Pale Violet Red #E2709B
RGB
CMYK
RGB Variations
Color information
#E2709B (or 0xE2709B) is known color: Pale Violet Red. HEX triplet: E2, 70 and 9B. RGB value is (226,112,155). Sum of RGB (Red+Green+Blue) = 226+112+155=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2709B is #1D8F64. Grayscale: #969696. Windows color (decimal): -1937253 or 10186978. OLE color: 10186978.
HSL color Cylindrical-coordinate representation of color #E2709B: hue angle of 337.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2709B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 155 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.11 |
| HSL | 337.37º | 0.66% | 0.66% | - |
| HSV(B) | 337.37º | 0.5% | 0.89% | - |
| XYZ | 43.07 | 30.12 | 34.55 | - |
| YUV | 150.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 155 | 0 | 0.50 | 0.31 | 0.11 | 337.37 | 0.66 | 0.66 |
| Hex | E2 | 70 | 9B | 0 | 32 | 1F | B | 151 | 42 | 42 |
| Octal | 342 | 160 | 233 | 0 | 62 | 37 | 13 | 521 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10011011 | 0 | 110010 | 11111 | 1011 | 101010001 | 1000010 | 1000010 |
Color Harmonies of #E2709B
Complementary color
Monochromatic Colors of #E2709B
Black with #E2709B
Text Example
Text Example
White with #E2709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2709B; }
p { color: rgb(226,112,155); }
H1.HeaderClassName
{
color: #E2709B;
}
.AnyTagClassName
{
color: #E2709B;
}
</style>
background-color css
<style>
a { background-color: #E2709B; }
a { background-color: rgb(226,112,155); }
div.DivClassName
{
background-color: #E2709B;
}
.BgClassName
{
background-color: #E2709B;
}
</style>
border-color css
<style>
span { border-color: #E2709B; }
span { border-color: rgb(226,112,155); }
td.TdClassName
{
border-color: #E2709B;
}
.TagClassName
{
border-color: #E2709B;
}
</style>