Shades of Pale Violet Red #E0629B
Tints of Pale Violet Red #E0629B
RGB
CMYK
RGB Variations
Color information
#E0629B (or 0xE0629B) is known color: Pale Violet Red. HEX triplet: E0, 62 and 9B. RGB value is (224,98,155). Sum of RGB (Red+Green+Blue) = 224+98+155=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0629B is #1F9D64. Grayscale: #8E8E8E. Windows color (decimal): -2071909 or 10183392. OLE color: 10183392.
HSL color Cylindrical-coordinate representation of color #E0629B: hue angle of 332.86º 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 #E0629B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 155 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.12 |
| HSL | 332.86º | 0.67% | 0.63% | - |
| HSV(B) | 332.86º | 0.56% | 0.88% | - |
| XYZ | 41.02 | 26.95 | 34.05 | - |
| YUV | 142.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 155 | 0 | 0.56 | 0.31 | 0.12 | 332.86 | 0.67 | 0.63 |
| Hex | E0 | 62 | 9B | 0 | 38 | 1F | C | 14D | 43 | 3F |
| Octal | 340 | 142 | 233 | 0 | 70 | 37 | 14 | 515 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10011011 | 0 | 111000 | 11111 | 1100 | 101001101 | 1000011 | 111111 |
Color Harmonies of #E0629B
Complementary color
Monochromatic Colors of #E0629B
Black with #E0629B
Text Example
Text Example
White with #E0629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0629B; }
p { color: rgb(224,98,155); }
H1.HeaderClassName
{
color: #E0629B;
}
.AnyTagClassName
{
color: #E0629B;
}
</style>
background-color css
<style>
a { background-color: #E0629B; }
a { background-color: rgb(224,98,155); }
div.DivClassName
{
background-color: #E0629B;
}
.BgClassName
{
background-color: #E0629B;
}
</style>
border-color css
<style>
span { border-color: #E0629B; }
span { border-color: rgb(224,98,155); }
td.TdClassName
{
border-color: #E0629B;
}
.TagClassName
{
border-color: #E0629B;
}
</style>