Shades of Pale Violet Red #EC6596
Tints of Pale Violet Red #EC6596
RGB
CMYK
RGB Variations
Color information
#EC6596 (or 0xEC6596) is known color: Pale Violet Red. HEX triplet: EC, 65 and 96. RGB value is (236,101,150). Sum of RGB (Red+Green+Blue) = 236+101+150=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6596 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6596 is #139A69. Grayscale: #929292. Windows color (decimal): -1284714 or 9856492. OLE color: 9856492.
HSL color Cylindrical-coordinate representation of color #EC6596: hue angle of 338.22º 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 #EC6596 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 150 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.07 |
| HSL | 338.22º | 0.78% | 0.66% | - |
| HSV(B) | 338.22º | 0.57% | 0.93% | - |
| XYZ | 44.75 | 29.34 | 32.16 | - |
| YUV | 146.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 150 | 0 | 0.57 | 0.36 | 0.07 | 338.22 | 0.78 | 0.66 |
| Hex | EC | 65 | 96 | 0 | 39 | 24 | 7 | 152 | 4E | 42 |
| Octal | 354 | 145 | 226 | 0 | 71 | 44 | 7 | 522 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10010110 | 0 | 111001 | 100100 | 111 | 101010010 | 1001110 | 1000010 |
Color Harmonies of #EC6596
Complementary color
Monochromatic Colors of #EC6596
Black with #EC6596
Text Example
Text Example
White with #EC6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6596; }
p { color: rgb(236,101,150); }
H1.HeaderClassName
{
color: #EC6596;
}
.AnyTagClassName
{
color: #EC6596;
}
</style>
background-color css
<style>
a { background-color: #EC6596; }
a { background-color: rgb(236,101,150); }
div.DivClassName
{
background-color: #EC6596;
}
.BgClassName
{
background-color: #EC6596;
}
</style>
border-color css
<style>
span { border-color: #EC6596; }
span { border-color: rgb(236,101,150); }
td.TdClassName
{
border-color: #EC6596;
}
.TagClassName
{
border-color: #EC6596;
}
</style>