Shades of Pale Violet Red #E6629B
Tints of Pale Violet Red #E6629B
RGB
CMYK
RGB Variations
Color information
#E6629B (or 0xE6629B) is known color: Pale Violet Red. HEX triplet: E6, 62 and 9B. RGB value is (230,98,155). Sum of RGB (Red+Green+Blue) = 230+98+155=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6629B is #199D64. Grayscale: #8F8F8F. Windows color (decimal): -1678693 or 10183398. OLE color: 10183398.
HSL color Cylindrical-coordinate representation of color #E6629B: hue angle of 334.09º 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 #E6629B is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 155 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.10 |
| HSL | 334.09º | 0.73% | 0.64% | - |
| HSV(B) | 334.09º | 0.57% | 0.9% | - |
| XYZ | 42.92 | 27.92 | 34.14 | - |
| YUV | 143.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 155 | 0 | 0.57 | 0.33 | 0.10 | 334.09 | 0.73 | 0.64 |
| Hex | E6 | 62 | 9B | 0 | 39 | 21 | A | 14E | 49 | 40 |
| Octal | 346 | 142 | 233 | 0 | 71 | 41 | 12 | 516 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10011011 | 0 | 111001 | 100001 | 1010 | 101001110 | 1001001 | 1000000 |
Color Harmonies of #E6629B
Complementary color
Monochromatic Colors of #E6629B
Black with #E6629B
Text Example
Text Example
White with #E6629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6629B; }
p { color: rgb(230,98,155); }
H1.HeaderClassName
{
color: #E6629B;
}
.AnyTagClassName
{
color: #E6629B;
}
</style>
background-color css
<style>
a { background-color: #E6629B; }
a { background-color: rgb(230,98,155); }
div.DivClassName
{
background-color: #E6629B;
}
.BgClassName
{
background-color: #E6629B;
}
</style>
border-color css
<style>
span { border-color: #E6629B; }
span { border-color: rgb(230,98,155); }
td.TdClassName
{
border-color: #E6629B;
}
.TagClassName
{
border-color: #E6629B;
}
</style>