Shades of Pale Violet Red #EC6698
Tints of Pale Violet Red #EC6698
RGB
CMYK
RGB Variations
Color information
#EC6698 (or 0xEC6698) is known color: Pale Violet Red. HEX triplet: EC, 66 and 98. RGB value is (236,102,152). Sum of RGB (Red+Green+Blue) = 236+102+152=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6698 is #139967. Grayscale: #939393. Windows color (decimal): -1284456 or 9987820. OLE color: 9987820.
HSL color Cylindrical-coordinate representation of color #EC6698: hue angle of 337.61º 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 #EC6698 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 152 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.07 |
| HSL | 337.61º | 0.78% | 0.66% | - |
| HSV(B) | 337.61º | 0.57% | 0.93% | - |
| XYZ | 45.01 | 29.6 | 33.05 | - |
| YUV | 147.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 152 | 0 | 0.57 | 0.36 | 0.07 | 337.61 | 0.78 | 0.66 |
| Hex | EC | 66 | 98 | 0 | 39 | 24 | 7 | 152 | 4E | 42 |
| Octal | 354 | 146 | 230 | 0 | 71 | 44 | 7 | 522 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10011000 | 0 | 111001 | 100100 | 111 | 101010010 | 1001110 | 1000010 |
Color Harmonies of #EC6698
Complementary color
Monochromatic Colors of #EC6698
Black with #EC6698
Text Example
Text Example
White with #EC6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6698; }
p { color: rgb(236,102,152); }
H1.HeaderClassName
{
color: #EC6698;
}
.AnyTagClassName
{
color: #EC6698;
}
</style>
background-color css
<style>
a { background-color: #EC6698; }
a { background-color: rgb(236,102,152); }
div.DivClassName
{
background-color: #EC6698;
}
.BgClassName
{
background-color: #EC6698;
}
</style>
border-color css
<style>
span { border-color: #EC6698; }
span { border-color: rgb(236,102,152); }
td.TdClassName
{
border-color: #EC6698;
}
.TagClassName
{
border-color: #EC6698;
}
</style>