Shades of Pale Violet Red #E0629A
Tints of Pale Violet Red #E0629A
RGB
CMYK
RGB Variations
Color information
#E0629A (or 0xE0629A) is known color: Pale Violet Red. HEX triplet: E0, 62 and 9A. RGB value is (224,98,154). Sum of RGB (Red+Green+Blue) = 224+98+154=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0629A is #1F9D65. Grayscale: #8D8D8D. Windows color (decimal): -2071910 or 10117856. OLE color: 10117856.
HSL color Cylindrical-coordinate representation of color #E0629A: hue angle of 333.33º 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 #E0629A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 154 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.12 |
| HSL | 333.33º | 0.67% | 0.63% | - |
| HSV(B) | 333.33º | 0.56% | 0.88% | - |
| XYZ | 40.94 | 26.92 | 33.61 | - |
| YUV | 142.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 154 | 0 | 0.56 | 0.31 | 0.12 | 333.33 | 0.67 | 0.63 |
| Hex | E0 | 62 | 9A | 0 | 38 | 1F | C | 14D | 43 | 3F |
| Octal | 340 | 142 | 232 | 0 | 70 | 37 | 14 | 515 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10011010 | 0 | 111000 | 11111 | 1100 | 101001101 | 1000011 | 111111 |
Color Harmonies of #E0629A
Complementary color
Monochromatic Colors of #E0629A
Black with #E0629A
Text Example
Text Example
White with #E0629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0629A; }
p { color: rgb(224,98,154); }
H1.HeaderClassName
{
color: #E0629A;
}
.AnyTagClassName
{
color: #E0629A;
}
</style>
background-color css
<style>
a { background-color: #E0629A; }
a { background-color: rgb(224,98,154); }
div.DivClassName
{
background-color: #E0629A;
}
.BgClassName
{
background-color: #E0629A;
}
</style>
border-color css
<style>
span { border-color: #E0629A; }
span { border-color: rgb(224,98,154); }
td.TdClassName
{
border-color: #E0629A;
}
.TagClassName
{
border-color: #E0629A;
}
</style>