Shades of Pale Violet Red #E2629C
Tints of Pale Violet Red #E2629C
RGB
CMYK
RGB Variations
Color information
#E2629C (or 0xE2629C) is known color: Pale Violet Red. HEX triplet: E2, 62 and 9C. RGB value is (226,98,156). Sum of RGB (Red+Green+Blue) = 226+98+156=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2629C is #1D9D63. Grayscale: #8E8E8E. Windows color (decimal): -1940836 or 10248930. OLE color: 10248930.
HSL color Cylindrical-coordinate representation of color #E2629C: hue angle of 332.81º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2629C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 156 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.11 |
| HSL | 332.81º | 0.69% | 0.64% | - |
| HSV(B) | 332.81º | 0.57% | 0.89% | - |
| XYZ | 41.73 | 27.3 | 34.52 | - |
| YUV | 142.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 156 | 0 | 0.57 | 0.31 | 0.11 | 332.81 | 0.69 | 0.64 |
| Hex | E2 | 62 | 9C | 0 | 39 | 1F | B | 14D | 45 | 40 |
| Octal | 342 | 142 | 234 | 0 | 71 | 37 | 13 | 515 | 105 | 100 |
| Binary | 11100010 | 1100010 | 10011100 | 0 | 111001 | 11111 | 1011 | 101001101 | 1000101 | 1000000 |
Color Harmonies of #E2629C
Complementary color
Monochromatic Colors of #E2629C
Black with #E2629C
Text Example
Text Example
White with #E2629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2629C; }
p { color: rgb(226,98,156); }
H1.HeaderClassName
{
color: #E2629C;
}
.AnyTagClassName
{
color: #E2629C;
}
</style>
background-color css
<style>
a { background-color: #E2629C; }
a { background-color: rgb(226,98,156); }
div.DivClassName
{
background-color: #E2629C;
}
.BgClassName
{
background-color: #E2629C;
}
</style>
border-color css
<style>
span { border-color: #E2629C; }
span { border-color: rgb(226,98,156); }
td.TdClassName
{
border-color: #E2629C;
}
.TagClassName
{
border-color: #E2629C;
}
</style>