Shades of Pale Violet Red #E6629C
Tints of Pale Violet Red #E6629C
RGB
CMYK
RGB Variations
Color information
#E6629C (or 0xE6629C) is known color: Pale Violet Red. HEX triplet: E6, 62 and 9C. RGB value is (230,98,156). Sum of RGB (Red+Green+Blue) = 230+98+156=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6629C is #199D63. Grayscale: #8F8F8F. Windows color (decimal): -1678692 or 10248934. OLE color: 10248934.
HSL color Cylindrical-coordinate representation of color #E6629C: hue angle of 333.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6629C is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 156 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.10 |
| HSL | 333.64º | 0.73% | 0.64% | - |
| HSV(B) | 333.64º | 0.57% | 0.9% | - |
| XYZ | 43 | 27.96 | 34.58 | - |
| YUV | 144.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 156 | 0 | 0.57 | 0.32 | 0.10 | 333.64 | 0.73 | 0.64 |
| Hex | E6 | 62 | 9C | 0 | 39 | 20 | A | 14E | 49 | 40 |
| Octal | 346 | 142 | 234 | 0 | 71 | 40 | 12 | 516 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10011100 | 0 | 111001 | 100000 | 1010 | 101001110 | 1001001 | 1000000 |
Color Harmonies of #E6629C
Complementary color
Monochromatic Colors of #E6629C
Black with #E6629C
Text Example
Text Example
White with #E6629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6629C; }
p { color: rgb(230,98,156); }
H1.HeaderClassName
{
color: #E6629C;
}
.AnyTagClassName
{
color: #E6629C;
}
</style>
background-color css
<style>
a { background-color: #E6629C; }
a { background-color: rgb(230,98,156); }
div.DivClassName
{
background-color: #E6629C;
}
.BgClassName
{
background-color: #E6629C;
}
</style>
border-color css
<style>
span { border-color: #E6629C; }
span { border-color: rgb(230,98,156); }
td.TdClassName
{
border-color: #E6629C;
}
.TagClassName
{
border-color: #E6629C;
}
</style>