Shades of Pale Violet Red #EC6095
Tints of Pale Violet Red #EC6095
RGB
CMYK
RGB Variations
Color information
#EC6095 (or 0xEC6095) is known color: Pale Violet Red. HEX triplet: EC, 60 and 95. RGB value is (236,96,149). Sum of RGB (Red+Green+Blue) = 236+96+149=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6095 is #139F6A. Grayscale: #8F8F8F. Windows color (decimal): -1285995 or 9789676. OLE color: 9789676.
HSL color Cylindrical-coordinate representation of color #EC6095: hue angle of 337.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6095 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 149 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.07 |
| HSL | 337.29º | 0.79% | 0.65% | - |
| HSV(B) | 337.29º | 0.59% | 0.93% | - |
| XYZ | 44.2 | 28.37 | 31.58 | - |
| YUV | 143.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 149 | 0 | 0.59 | 0.37 | 0.07 | 337.29 | 0.79 | 0.65 |
| Hex | EC | 60 | 95 | 0 | 3B | 25 | 7 | 151 | 4F | 41 |
| Octal | 354 | 140 | 225 | 0 | 73 | 45 | 7 | 521 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10010101 | 0 | 111011 | 100101 | 111 | 101010001 | 1001111 | 1000001 |
Color Harmonies of #EC6095
Complementary color
Monochromatic Colors of #EC6095
Black with #EC6095
Text Example
Text Example
White with #EC6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6095; }
p { color: rgb(236,96,149); }
H1.HeaderClassName
{
color: #EC6095;
}
.AnyTagClassName
{
color: #EC6095;
}
</style>
background-color css
<style>
a { background-color: #EC6095; }
a { background-color: rgb(236,96,149); }
div.DivClassName
{
background-color: #EC6095;
}
.BgClassName
{
background-color: #EC6095;
}
</style>
border-color css
<style>
span { border-color: #EC6095; }
span { border-color: rgb(236,96,149); }
td.TdClassName
{
border-color: #EC6095;
}
.TagClassName
{
border-color: #EC6095;
}
</style>