Shades of Pale Violet Red #EC6B9F
Tints of Pale Violet Red #EC6B9F
RGB
CMYK
RGB Variations
Color information
#EC6B9F (or 0xEC6B9F) is known color: Pale Violet Red. HEX triplet: EC, 6B and 9F. RGB value is (236,107,159). Sum of RGB (Red+Green+Blue) = 236+107+159=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B9F is #139460. Grayscale: #979797. Windows color (decimal): -1283169 or 10447852. OLE color: 10447852.
HSL color Cylindrical-coordinate representation of color #EC6B9F: hue angle of 335.81º 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 #EC6B9F is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 159 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.07 |
| HSL | 335.81º | 0.77% | 0.67% | - |
| HSV(B) | 335.81º | 0.55% | 0.93% | - |
| XYZ | 46.11 | 30.85 | 36.33 | - |
| YUV | 151.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 159 | 0 | 0.55 | 0.33 | 0.07 | 335.81 | 0.77 | 0.67 |
| Hex | EC | 6B | 9F | 0 | 37 | 21 | 7 | 150 | 4D | 43 |
| Octal | 354 | 153 | 237 | 0 | 67 | 41 | 7 | 520 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10011111 | 0 | 110111 | 100001 | 111 | 101010000 | 1001101 | 1000011 |
Color Harmonies of #EC6B9F
Complementary color
Monochromatic Colors of #EC6B9F
Black with #EC6B9F
Text Example
Text Example
White with #EC6B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B9F; }
p { color: rgb(236,107,159); }
H1.HeaderClassName
{
color: #EC6B9F;
}
.AnyTagClassName
{
color: #EC6B9F;
}
</style>
background-color css
<style>
a { background-color: #EC6B9F; }
a { background-color: rgb(236,107,159); }
div.DivClassName
{
background-color: #EC6B9F;
}
.BgClassName
{
background-color: #EC6B9F;
}
</style>
border-color css
<style>
span { border-color: #EC6B9F; }
span { border-color: rgb(236,107,159); }
td.TdClassName
{
border-color: #EC6B9F;
}
.TagClassName
{
border-color: #EC6B9F;
}
</style>