Shades of Pale Violet Red #EC6B9D
Tints of Pale Violet Red #EC6B9D
RGB
CMYK
RGB Variations
Color information
#EC6B9D (or 0xEC6B9D) is known color: Pale Violet Red. HEX triplet: EC, 6B and 9D. RGB value is (236,107,157). Sum of RGB (Red+Green+Blue) = 236+107+157=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B9D is #139462. Grayscale: #979797. Windows color (decimal): -1283171 or 10316780. OLE color: 10316780.
HSL color Cylindrical-coordinate representation of color #EC6B9D: hue angle of 336.74º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6B9D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 157 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.07 |
| HSL | 336.74º | 0.77% | 0.67% | - |
| HSV(B) | 336.74º | 0.55% | 0.93% | - |
| XYZ | 45.94 | 30.78 | 35.42 | - |
| YUV | 151.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 157 | 0 | 0.55 | 0.33 | 0.07 | 336.74 | 0.77 | 0.67 |
| Hex | EC | 6B | 9D | 0 | 37 | 21 | 7 | 151 | 4D | 43 |
| Octal | 354 | 153 | 235 | 0 | 67 | 41 | 7 | 521 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10011101 | 0 | 110111 | 100001 | 111 | 101010001 | 1001101 | 1000011 |
Color Harmonies of #EC6B9D
Complementary color
Monochromatic Colors of #EC6B9D
Black with #EC6B9D
Text Example
Text Example
White with #EC6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B9D; }
p { color: rgb(236,107,157); }
H1.HeaderClassName
{
color: #EC6B9D;
}
.AnyTagClassName
{
color: #EC6B9D;
}
</style>
background-color css
<style>
a { background-color: #EC6B9D; }
a { background-color: rgb(236,107,157); }
div.DivClassName
{
background-color: #EC6B9D;
}
.BgClassName
{
background-color: #EC6B9D;
}
</style>
border-color css
<style>
span { border-color: #EC6B9D; }
span { border-color: rgb(236,107,157); }
td.TdClassName
{
border-color: #EC6B9D;
}
.TagClassName
{
border-color: #EC6B9D;
}
</style>