Shades of Pale Violet Red #EC7098
Tints of Pale Violet Red #EC7098
RGB
CMYK
RGB Variations
Color information
#EC7098 (or 0xEC7098) is known color: Pale Violet Red. HEX triplet: EC, 70 and 98. RGB value is (236,112,152). Sum of RGB (Red+Green+Blue) = 236+112+152=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7098 is #138F67. Grayscale: #999999. Windows color (decimal): -1281896 or 9990380. OLE color: 9990380.
HSL color Cylindrical-coordinate representation of color #EC7098: hue angle of 340.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7098 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 152 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.07 |
| HSL | 340.65º | 0.77% | 0.68% | - |
| HSV(B) | 340.65º | 0.53% | 0.93% | - |
| XYZ | 46.05 | 31.69 | 33.39 | - |
| YUV | 153.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 152 | 0 | 0.53 | 0.36 | 0.07 | 340.65 | 0.77 | 0.68 |
| Hex | EC | 70 | 98 | 0 | 35 | 24 | 7 | 155 | 4D | 44 |
| Octal | 354 | 160 | 230 | 0 | 65 | 44 | 7 | 525 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10011000 | 0 | 110101 | 100100 | 111 | 101010101 | 1001101 | 1000100 |
Color Harmonies of #EC7098
Complementary color
Monochromatic Colors of #EC7098
Black with #EC7098
Text Example
Text Example
White with #EC7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7098; }
p { color: rgb(236,112,152); }
H1.HeaderClassName
{
color: #EC7098;
}
.AnyTagClassName
{
color: #EC7098;
}
</style>
background-color css
<style>
a { background-color: #EC7098; }
a { background-color: rgb(236,112,152); }
div.DivClassName
{
background-color: #EC7098;
}
.BgClassName
{
background-color: #EC7098;
}
</style>
border-color css
<style>
span { border-color: #EC7098; }
span { border-color: rgb(236,112,152); }
td.TdClassName
{
border-color: #EC7098;
}
.TagClassName
{
border-color: #EC7098;
}
</style>