Shades of Pale Violet Red #E0629C
Tints of Pale Violet Red #E0629C
RGB
CMYK
RGB Variations
Color information
#E0629C (or 0xE0629C) is known color: Pale Violet Red. HEX triplet: E0, 62 and 9C. RGB value is (224,98,156). Sum of RGB (Red+Green+Blue) = 224+98+156=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0629C is #1F9D63. Grayscale: #8E8E8E. Windows color (decimal): -2071908 or 10248928. OLE color: 10248928.
HSL color Cylindrical-coordinate representation of color #E0629C: hue angle of 332.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0629C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 156 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.12 |
| HSL | 332.38º | 0.67% | 0.63% | - |
| HSV(B) | 332.38º | 0.56% | 0.88% | - |
| XYZ | 41.11 | 26.98 | 34.49 | - |
| YUV | 142.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 156 | 0 | 0.56 | 0.30 | 0.12 | 332.38 | 0.67 | 0.63 |
| Hex | E0 | 62 | 9C | 0 | 38 | 1E | C | 14C | 43 | 3F |
| Octal | 340 | 142 | 234 | 0 | 70 | 36 | 14 | 514 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10011100 | 0 | 111000 | 11110 | 1100 | 101001100 | 1000011 | 111111 |
Color Harmonies of #E0629C
Complementary color
Monochromatic Colors of #E0629C
Black with #E0629C
Text Example
Text Example
White with #E0629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0629C; }
p { color: rgb(224,98,156); }
H1.HeaderClassName
{
color: #E0629C;
}
.AnyTagClassName
{
color: #E0629C;
}
</style>
background-color css
<style>
a { background-color: #E0629C; }
a { background-color: rgb(224,98,156); }
div.DivClassName
{
background-color: #E0629C;
}
.BgClassName
{
background-color: #E0629C;
}
</style>
border-color css
<style>
span { border-color: #E0629C; }
span { border-color: rgb(224,98,156); }
td.TdClassName
{
border-color: #E0629C;
}
.TagClassName
{
border-color: #E0629C;
}
</style>