Shades of Pale Violet Red #ED649C
Tints of Pale Violet Red #ED649C
RGB
CMYK
RGB Variations
Color information
#ED649C (or 0xED649C) is known color: Pale Violet Red. HEX triplet: ED, 64 and 9C. RGB value is (237,100,156). Sum of RGB (Red+Green+Blue) = 237+100+156=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED649C is #129B63. Grayscale: #939393. Windows color (decimal): -1219428 or 10249453. OLE color: 10249453.
HSL color Cylindrical-coordinate representation of color #ED649C: hue angle of 335.47º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED649C is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 156 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 335.47º | 0.79% | 0.66% | - |
| HSV(B) | 335.47º | 0.58% | 0.93% | - |
| XYZ | 45.48 | 29.52 | 34.75 | - |
| YUV | 147.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 156 | 0 | 0.58 | 0.34 | 0.07 | 335.47 | 0.79 | 0.66 |
| Hex | ED | 64 | 9C | 0 | 3A | 22 | 7 | 14F | 4F | 42 |
| Octal | 355 | 144 | 234 | 0 | 72 | 42 | 7 | 517 | 117 | 102 |
| Binary | 11101101 | 1100100 | 10011100 | 0 | 111010 | 100010 | 111 | 101001111 | 1001111 | 1000010 |
Color Harmonies of #ED649C
Complementary color
Monochromatic Colors of #ED649C
Black with #ED649C
Text Example
Text Example
White with #ED649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED649C; }
p { color: rgb(237,100,156); }
H1.HeaderClassName
{
color: #ED649C;
}
.AnyTagClassName
{
color: #ED649C;
}
</style>
background-color css
<style>
a { background-color: #ED649C; }
a { background-color: rgb(237,100,156); }
div.DivClassName
{
background-color: #ED649C;
}
.BgClassName
{
background-color: #ED649C;
}
</style>
border-color css
<style>
span { border-color: #ED649C; }
span { border-color: rgb(237,100,156); }
td.TdClassName
{
border-color: #ED649C;
}
.TagClassName
{
border-color: #ED649C;
}
</style>