Shades of Pale Violet Red #EC6299
Tints of Pale Violet Red #EC6299
RGB
CMYK
RGB Variations
Color information
#EC6299 (or 0xEC6299) is known color: Pale Violet Red. HEX triplet: EC, 62 and 99. RGB value is (236,98,153). Sum of RGB (Red+Green+Blue) = 236+98+153=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6299 is #139D66. Grayscale: #919191. Windows color (decimal): -1285479 or 10052332. OLE color: 10052332.
HSL color Cylindrical-coordinate representation of color #EC6299: hue angle of 336.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6299 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 153 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.07 |
| HSL | 336.09º | 0.78% | 0.65% | - |
| HSV(B) | 336.09º | 0.58% | 0.93% | - |
| XYZ | 44.71 | 28.87 | 33.35 | - |
| YUV | 145.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 153 | 0 | 0.58 | 0.35 | 0.07 | 336.09 | 0.78 | 0.65 |
| Hex | EC | 62 | 99 | 0 | 3A | 23 | 7 | 150 | 4E | 41 |
| Octal | 354 | 142 | 231 | 0 | 72 | 43 | 7 | 520 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10011001 | 0 | 111010 | 100011 | 111 | 101010000 | 1001110 | 1000001 |
Color Harmonies of #EC6299
Complementary color
Monochromatic Colors of #EC6299
Black with #EC6299
Text Example
Text Example
White with #EC6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6299; }
p { color: rgb(236,98,153); }
H1.HeaderClassName
{
color: #EC6299;
}
.AnyTagClassName
{
color: #EC6299;
}
</style>
background-color css
<style>
a { background-color: #EC6299; }
a { background-color: rgb(236,98,153); }
div.DivClassName
{
background-color: #EC6299;
}
.BgClassName
{
background-color: #EC6299;
}
</style>
border-color css
<style>
span { border-color: #EC6299; }
span { border-color: rgb(236,98,153); }
td.TdClassName
{
border-color: #EC6299;
}
.TagClassName
{
border-color: #EC6299;
}
</style>