Shades of Pale Violet Red #EC6896
Tints of Pale Violet Red #EC6896
RGB
CMYK
RGB Variations
Color information
#EC6896 (or 0xEC6896) is known color: Pale Violet Red. HEX triplet: EC, 68 and 96. RGB value is (236,104,150). Sum of RGB (Red+Green+Blue) = 236+104+150=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6896 is #139769. Grayscale: #949494. Windows color (decimal): -1283946 or 9857260. OLE color: 9857260.
HSL color Cylindrical-coordinate representation of color #EC6896: hue angle of 339.09º 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 #EC6896 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 150 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.07 |
| HSL | 339.09º | 0.78% | 0.67% | - |
| HSV(B) | 339.09º | 0.56% | 0.93% | - |
| XYZ | 45.05 | 29.94 | 32.26 | - |
| YUV | 148.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 150 | 0 | 0.56 | 0.36 | 0.07 | 339.09 | 0.78 | 0.67 |
| Hex | EC | 68 | 96 | 0 | 38 | 24 | 7 | 153 | 4E | 43 |
| Octal | 354 | 150 | 226 | 0 | 70 | 44 | 7 | 523 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10010110 | 0 | 111000 | 100100 | 111 | 101010011 | 1001110 | 1000011 |
Color Harmonies of #EC6896
Complementary color
Monochromatic Colors of #EC6896
Black with #EC6896
Text Example
Text Example
White with #EC6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6896; }
p { color: rgb(236,104,150); }
H1.HeaderClassName
{
color: #EC6896;
}
.AnyTagClassName
{
color: #EC6896;
}
</style>
background-color css
<style>
a { background-color: #EC6896; }
a { background-color: rgb(236,104,150); }
div.DivClassName
{
background-color: #EC6896;
}
.BgClassName
{
background-color: #EC6896;
}
</style>
border-color css
<style>
span { border-color: #EC6896; }
span { border-color: rgb(236,104,150); }
td.TdClassName
{
border-color: #EC6896;
}
.TagClassName
{
border-color: #EC6896;
}
</style>