Shades of Pale Violet Red #EC6997
Tints of Pale Violet Red #EC6997
RGB
CMYK
RGB Variations
Color information
#EC6997 (or 0xEC6997) is known color: Pale Violet Red. HEX triplet: EC, 69 and 97. RGB value is (236,105,151). Sum of RGB (Red+Green+Blue) = 236+105+151=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6997 is #139668. Grayscale: #959595. Windows color (decimal): -1283689 or 9923052. OLE color: 9923052.
HSL color Cylindrical-coordinate representation of color #EC6997: hue angle of 338.93º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6997 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 151 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.07 |
| HSL | 338.93º | 0.78% | 0.67% | - |
| HSV(B) | 338.93º | 0.56% | 0.93% | - |
| XYZ | 45.23 | 30.17 | 32.72 | - |
| YUV | 149.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 151 | 0 | 0.56 | 0.36 | 0.07 | 338.93 | 0.78 | 0.67 |
| Hex | EC | 69 | 97 | 0 | 38 | 24 | 7 | 153 | 4E | 43 |
| Octal | 354 | 151 | 227 | 0 | 70 | 44 | 7 | 523 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10010111 | 0 | 111000 | 100100 | 111 | 101010011 | 1001110 | 1000011 |
Color Harmonies of #EC6997
Complementary color
Monochromatic Colors of #EC6997
Black with #EC6997
Text Example
Text Example
White with #EC6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6997; }
p { color: rgb(236,105,151); }
H1.HeaderClassName
{
color: #EC6997;
}
.AnyTagClassName
{
color: #EC6997;
}
</style>
background-color css
<style>
a { background-color: #EC6997; }
a { background-color: rgb(236,105,151); }
div.DivClassName
{
background-color: #EC6997;
}
.BgClassName
{
background-color: #EC6997;
}
</style>
border-color css
<style>
span { border-color: #EC6997; }
span { border-color: rgb(236,105,151); }
td.TdClassName
{
border-color: #EC6997;
}
.TagClassName
{
border-color: #EC6997;
}
</style>