Shades of Pale Violet Red #EC659C
Tints of Pale Violet Red #EC659C
RGB
CMYK
RGB Variations
Color information
#EC659C (or 0xEC659C) is known color: Pale Violet Red. HEX triplet: EC, 65 and 9C. RGB value is (236,101,156). Sum of RGB (Red+Green+Blue) = 236+101+156=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC659C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC659C is #139A63. Grayscale: #939393. Windows color (decimal): -1284708 or 10249708. OLE color: 10249708.
HSL color Cylindrical-coordinate representation of color #EC659C: hue angle of 335.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC659C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 156 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.07 |
| HSL | 335.56º | 0.78% | 0.66% | - |
| HSV(B) | 335.56º | 0.57% | 0.93% | - |
| XYZ | 45.25 | 29.54 | 34.77 | - |
| YUV | 147.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 156 | 0 | 0.57 | 0.34 | 0.07 | 335.56 | 0.78 | 0.66 |
| Hex | EC | 65 | 9C | 0 | 39 | 22 | 7 | 150 | 4E | 42 |
| Octal | 354 | 145 | 234 | 0 | 71 | 42 | 7 | 520 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10011100 | 0 | 111001 | 100010 | 111 | 101010000 | 1001110 | 1000010 |
Color Harmonies of #EC659C
Complementary color
Monochromatic Colors of #EC659C
Black with #EC659C
Text Example
Text Example
White with #EC659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC659C; }
p { color: rgb(236,101,156); }
H1.HeaderClassName
{
color: #EC659C;
}
.AnyTagClassName
{
color: #EC659C;
}
</style>
background-color css
<style>
a { background-color: #EC659C; }
a { background-color: rgb(236,101,156); }
div.DivClassName
{
background-color: #EC659C;
}
.BgClassName
{
background-color: #EC659C;
}
</style>
border-color css
<style>
span { border-color: #EC659C; }
span { border-color: rgb(236,101,156); }
td.TdClassName
{
border-color: #EC659C;
}
.TagClassName
{
border-color: #EC659C;
}
</style>