Shades of Violet #EC7CEB
Tints of Violet #EC7CEB
RGB
CMYK
RGB Variations
Color information
#EC7CEB (or 0xEC7CEB) is known color: Violet. HEX triplet: EC, 7C and EB. RGB value is (236,124,235). Sum of RGB (Red+Green+Blue) = 236+124+235=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CEB is #138314. Grayscale: #A9A9A9. Windows color (decimal): -1278741 or 15432940. OLE color: 15432940.
HSL color Cylindrical-coordinate representation of color #EC7CEB: hue angle of 300.54º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7CEB is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 235 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.07 |
| HSL | 300.54º | 0.75% | 0.71% | - |
| HSV(B) | 300.54º | 0.47% | 0.93% | - |
| XYZ | 56.8 | 38.25 | 82.99 | - |
| YUV | 170.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 235 | 0 | 0.47 | 0.00 | 0.07 | 300.54 | 0.75 | 0.71 |
| Hex | EC | 7C | EB | 0 | 2F | 0 | 7 | 12D | 4B | 47 |
| Octal | 354 | 174 | 353 | 0 | 57 | 0 | 7 | 455 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11101011 | 0 | 101111 | 0 | 111 | 100101101 | 1001011 | 1000111 |
Color Harmonies of #EC7CEB
Complementary color
Monochromatic Colors of #EC7CEB
Black with #EC7CEB
Text Example
Text Example
White with #EC7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CEB; }
p { color: rgb(236,124,235); }
H1.HeaderClassName
{
color: #EC7CEB;
}
.AnyTagClassName
{
color: #EC7CEB;
}
</style>
background-color css
<style>
a { background-color: #EC7CEB; }
a { background-color: rgb(236,124,235); }
div.DivClassName
{
background-color: #EC7CEB;
}
.BgClassName
{
background-color: #EC7CEB;
}
</style>
border-color css
<style>
span { border-color: #EC7CEB; }
span { border-color: rgb(236,124,235); }
td.TdClassName
{
border-color: #EC7CEB;
}
.TagClassName
{
border-color: #EC7CEB;
}
</style>