Shades of Pale Violet Red #E2619F
Tints of Pale Violet Red #E2619F
RGB
CMYK
RGB Variations
Color information
#E2619F (or 0xE2619F) is known color: Pale Violet Red. HEX triplet: E2, 61 and 9F. RGB value is (226,97,159). Sum of RGB (Red+Green+Blue) = 226+97+159=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2619F is #1D9E60. Grayscale: #8E8E8E. Windows color (decimal): -1941089 or 10445282. OLE color: 10445282.
HSL color Cylindrical-coordinate representation of color #E2619F: hue angle of 331.16º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2619F is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 159 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.11 |
| HSL | 331.16º | 0.69% | 0.63% | - |
| HSV(B) | 331.16º | 0.57% | 0.89% | - |
| XYZ | 41.9 | 27.22 | 35.85 | - |
| YUV | 142.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 159 | 0 | 0.57 | 0.30 | 0.11 | 331.16 | 0.69 | 0.63 |
| Hex | E2 | 61 | 9F | 0 | 39 | 1E | B | 14B | 45 | 3F |
| Octal | 342 | 141 | 237 | 0 | 71 | 36 | 13 | 513 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10011111 | 0 | 111001 | 11110 | 1011 | 101001011 | 1000101 | 111111 |
Color Harmonies of #E2619F
Complementary color
Monochromatic Colors of #E2619F
Black with #E2619F
Text Example
Text Example
White with #E2619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2619F; }
p { color: rgb(226,97,159); }
H1.HeaderClassName
{
color: #E2619F;
}
.AnyTagClassName
{
color: #E2619F;
}
</style>
background-color css
<style>
a { background-color: #E2619F; }
a { background-color: rgb(226,97,159); }
div.DivClassName
{
background-color: #E2619F;
}
.BgClassName
{
background-color: #E2619F;
}
</style>
border-color css
<style>
span { border-color: #E2619F; }
span { border-color: rgb(226,97,159); }
td.TdClassName
{
border-color: #E2619F;
}
.TagClassName
{
border-color: #E2619F;
}
</style>