Shades of Violet #EC7BED
Tints of Violet #EC7BED
RGB
CMYK
RGB Variations
Color information
#EC7BED (or 0xEC7BED) is known color: Violet. HEX triplet: EC, 7B and ED. RGB value is (236,123,237). Sum of RGB (Red+Green+Blue) = 236+123+237=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC7BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BED is #138412. Grayscale: #A9A9A9. Windows color (decimal): -1278995 or 15563756. OLE color: 15563756.
HSL color Cylindrical-coordinate representation of color #EC7BED: hue angle of 299.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BED is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 237 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.07 |
| HSL | 299.47º | 0.76% | 0.71% | - |
| HSV(B) | 299.47º | 0.48% | 0.93% | - |
| XYZ | 56.96 | 38.11 | 84.48 | - |
| YUV | 169.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 237 | 0.00 | 0.48 | 0 | 0.07 | 299.47 | 0.76 | 0.71 |
| Hex | EC | 7B | ED | 0 | 30 | 0 | 7 | 12B | 4C | 47 |
| Octal | 354 | 173 | 355 | 0 | 60 | 0 | 7 | 453 | 114 | 107 |
| Binary | 11101100 | 1111011 | 11101101 | 0 | 110000 | 0 | 111 | 100101011 | 1001100 | 1000111 |
Color Harmonies of #EC7BED
Complementary color
Monochromatic Colors of #EC7BED
Black with #EC7BED
Text Example
Text Example
White with #EC7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BED; }
p { color: rgb(236,123,237); }
H1.HeaderClassName
{
color: #EC7BED;
}
.AnyTagClassName
{
color: #EC7BED;
}
</style>
background-color css
<style>
a { background-color: #EC7BED; }
a { background-color: rgb(236,123,237); }
div.DivClassName
{
background-color: #EC7BED;
}
.BgClassName
{
background-color: #EC7BED;
}
</style>
border-color css
<style>
span { border-color: #EC7BED; }
span { border-color: rgb(236,123,237); }
td.TdClassName
{
border-color: #EC7BED;
}
.TagClassName
{
border-color: #EC7BED;
}
</style>