Shades of Pale Violet Red #E0619C
Tints of Pale Violet Red #E0619C
RGB
CMYK
RGB Variations
Color information
#E0619C (or 0xE0619C) is known color: Pale Violet Red. HEX triplet: E0, 61 and 9C. RGB value is (224,97,156). Sum of RGB (Red+Green+Blue) = 224+97+156=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0619C is #1F9E63. Grayscale: #8D8D8D. Windows color (decimal): -2072164 or 10248672. OLE color: 10248672.
HSL color Cylindrical-coordinate representation of color #E0619C: hue angle of 332.13º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0619C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 156 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.12 |
| HSL | 332.13º | 0.67% | 0.63% | - |
| HSV(B) | 332.13º | 0.57% | 0.88% | - |
| XYZ | 41.02 | 26.8 | 34.46 | - |
| YUV | 141.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 156 | 0 | 0.57 | 0.30 | 0.12 | 332.13 | 0.67 | 0.63 |
| Hex | E0 | 61 | 9C | 0 | 39 | 1E | C | 14C | 43 | 3F |
| Octal | 340 | 141 | 234 | 0 | 71 | 36 | 14 | 514 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10011100 | 0 | 111001 | 11110 | 1100 | 101001100 | 1000011 | 111111 |
Color Harmonies of #E0619C
Complementary color
Monochromatic Colors of #E0619C
Black with #E0619C
Text Example
Text Example
White with #E0619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0619C; }
p { color: rgb(224,97,156); }
H1.HeaderClassName
{
color: #E0619C;
}
.AnyTagClassName
{
color: #E0619C;
}
</style>
background-color css
<style>
a { background-color: #E0619C; }
a { background-color: rgb(224,97,156); }
div.DivClassName
{
background-color: #E0619C;
}
.BgClassName
{
background-color: #E0619C;
}
</style>
border-color css
<style>
span { border-color: #E0619C; }
span { border-color: rgb(224,97,156); }
td.TdClassName
{
border-color: #E0619C;
}
.TagClassName
{
border-color: #E0619C;
}
</style>