Shades of Pale Violet Red #EC6598
Tints of Pale Violet Red #EC6598
RGB
CMYK
RGB Variations
Color information
#EC6598 (or 0xEC6598) is known color: Pale Violet Red. HEX triplet: EC, 65 and 98. RGB value is (236,101,152). Sum of RGB (Red+Green+Blue) = 236+101+152=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6598 is #139A67. Grayscale: #939393. Windows color (decimal): -1284712 or 9987564. OLE color: 9987564.
HSL color Cylindrical-coordinate representation of color #EC6598: hue angle of 337.33º 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 #EC6598 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 152 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.07 |
| HSL | 337.33º | 0.78% | 0.66% | - |
| HSV(B) | 337.33º | 0.57% | 0.93% | - |
| XYZ | 44.91 | 29.41 | 33.01 | - |
| YUV | 147.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 152 | 0 | 0.57 | 0.36 | 0.07 | 337.33 | 0.78 | 0.66 |
| Hex | EC | 65 | 98 | 0 | 39 | 24 | 7 | 151 | 4E | 42 |
| Octal | 354 | 145 | 230 | 0 | 71 | 44 | 7 | 521 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10011000 | 0 | 111001 | 100100 | 111 | 101010001 | 1001110 | 1000010 |
Color Harmonies of #EC6598
Complementary color
Monochromatic Colors of #EC6598
Black with #EC6598
Text Example
Text Example
White with #EC6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6598; }
p { color: rgb(236,101,152); }
H1.HeaderClassName
{
color: #EC6598;
}
.AnyTagClassName
{
color: #EC6598;
}
</style>
background-color css
<style>
a { background-color: #EC6598; }
a { background-color: rgb(236,101,152); }
div.DivClassName
{
background-color: #EC6598;
}
.BgClassName
{
background-color: #EC6598;
}
</style>
border-color css
<style>
span { border-color: #EC6598; }
span { border-color: rgb(236,101,152); }
td.TdClassName
{
border-color: #EC6598;
}
.TagClassName
{
border-color: #EC6598;
}
</style>