Shades of Pale Violet Red #E6649B
Tints of Pale Violet Red #E6649B
RGB
CMYK
RGB Variations
Color information
#E6649B (or 0xE6649B) is known color: Pale Violet Red. HEX triplet: E6, 64 and 9B. RGB value is (230,100,155). Sum of RGB (Red+Green+Blue) = 230+100+155=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6649B is #199B64. Grayscale: #919191. Windows color (decimal): -1678181 or 10183910. OLE color: 10183910.
HSL color Cylindrical-coordinate representation of color #E6649B: hue angle of 334.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6649B is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 155 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.10 |
| HSL | 334.62º | 0.72% | 0.65% | - |
| HSV(B) | 334.62º | 0.57% | 0.9% | - |
| XYZ | 43.11 | 28.3 | 34.2 | - |
| YUV | 145.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 155 | 0 | 0.57 | 0.33 | 0.10 | 334.62 | 0.72 | 0.65 |
| Hex | E6 | 64 | 9B | 0 | 39 | 21 | A | 14F | 48 | 41 |
| Octal | 346 | 144 | 233 | 0 | 71 | 41 | 12 | 517 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10011011 | 0 | 111001 | 100001 | 1010 | 101001111 | 1001000 | 1000001 |
Color Harmonies of #E6649B
Complementary color
Monochromatic Colors of #E6649B
Black with #E6649B
Text Example
Text Example
White with #E6649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6649B; }
p { color: rgb(230,100,155); }
H1.HeaderClassName
{
color: #E6649B;
}
.AnyTagClassName
{
color: #E6649B;
}
</style>
background-color css
<style>
a { background-color: #E6649B; }
a { background-color: rgb(230,100,155); }
div.DivClassName
{
background-color: #E6649B;
}
.BgClassName
{
background-color: #E6649B;
}
</style>
border-color css
<style>
span { border-color: #E6649B; }
span { border-color: rgb(230,100,155); }
td.TdClassName
{
border-color: #E6649B;
}
.TagClassName
{
border-color: #E6649B;
}
</style>