Shades of Pale Violet Red #EB649C
Tints of Pale Violet Red #EB649C
RGB
CMYK
RGB Variations
Color information
#EB649C (or 0xEB649C) is known color: Pale Violet Red. HEX triplet: EB, 64 and 9C. RGB value is (235,100,156). Sum of RGB (Red+Green+Blue) = 235+100+156=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB649C is #149B63. Grayscale: #929292. Windows color (decimal): -1350500 or 10249451. OLE color: 10249451.
HSL color Cylindrical-coordinate representation of color #EB649C: hue angle of 335.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB649C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 156 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.08 |
| HSL | 335.11º | 0.77% | 0.66% | - |
| HSV(B) | 335.11º | 0.57% | 0.92% | - |
| XYZ | 44.82 | 29.18 | 34.72 | - |
| YUV | 146.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 156 | 0 | 0.57 | 0.34 | 0.08 | 335.11 | 0.77 | 0.66 |
| Hex | EB | 64 | 9C | 0 | 39 | 22 | 8 | 14F | 4D | 42 |
| Octal | 353 | 144 | 234 | 0 | 71 | 42 | 10 | 517 | 115 | 102 |
| Binary | 11101011 | 1100100 | 10011100 | 0 | 111001 | 100010 | 1000 | 101001111 | 1001101 | 1000010 |
Color Harmonies of #EB649C
Complementary color
Monochromatic Colors of #EB649C
Black with #EB649C
Text Example
Text Example
White with #EB649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB649C; }
p { color: rgb(235,100,156); }
H1.HeaderClassName
{
color: #EB649C;
}
.AnyTagClassName
{
color: #EB649C;
}
</style>
background-color css
<style>
a { background-color: #EB649C; }
a { background-color: rgb(235,100,156); }
div.DivClassName
{
background-color: #EB649C;
}
.BgClassName
{
background-color: #EB649C;
}
</style>
border-color css
<style>
span { border-color: #EB649C; }
span { border-color: rgb(235,100,156); }
td.TdClassName
{
border-color: #EB649C;
}
.TagClassName
{
border-color: #EB649C;
}
</style>