Shades of Pale Violet Red #E2608E
Tints of Pale Violet Red #E2608E
RGB
CMYK
RGB Variations
Color information
#E2608E (or 0xE2608E) is known color: Pale Violet Red. HEX triplet: E2, 60 and 8E. RGB value is (226,96,142). Sum of RGB (Red+Green+Blue) = 226+96+142=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2608E is #1D9F71. Grayscale: #8C8C8C. Windows color (decimal): -1941362 or 9330914. OLE color: 9330914.
HSL color Cylindrical-coordinate representation of color #E2608E: hue angle of 338.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2608E is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 142 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.11 |
| HSL | 338.77º | 0.69% | 0.63% | - |
| HSV(B) | 338.77º | 0.58% | 0.89% | - |
| XYZ | 40.43 | 26.49 | 28.57 | - |
| YUV | 140.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 142 | 0 | 0.58 | 0.37 | 0.11 | 338.77 | 0.69 | 0.63 |
| Hex | E2 | 60 | 8E | 0 | 3A | 25 | B | 153 | 45 | 3F |
| Octal | 342 | 140 | 216 | 0 | 72 | 45 | 13 | 523 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10001110 | 0 | 111010 | 100101 | 1011 | 101010011 | 1000101 | 111111 |
Color Harmonies of #E2608E
Complementary color
Monochromatic Colors of #E2608E
Black with #E2608E
Text Example
Text Example
White with #E2608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2608E; }
p { color: rgb(226,96,142); }
H1.HeaderClassName
{
color: #E2608E;
}
.AnyTagClassName
{
color: #E2608E;
}
</style>
background-color css
<style>
a { background-color: #E2608E; }
a { background-color: rgb(226,96,142); }
div.DivClassName
{
background-color: #E2608E;
}
.BgClassName
{
background-color: #E2608E;
}
</style>
border-color css
<style>
span { border-color: #E2608E; }
span { border-color: rgb(226,96,142); }
td.TdClassName
{
border-color: #E2608E;
}
.TagClassName
{
border-color: #E2608E;
}
</style>