Shades of Violet #EC6BED
Tints of Violet #EC6BED
RGB
CMYK
RGB Variations
Color information
#EC6BED (or 0xEC6BED) is known color: Violet. HEX triplet: EC, 6B and ED. RGB value is (236,107,237). Sum of RGB (Red+Green+Blue) = 236+107+237=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BED is #139412. Grayscale: #A0A0A0. Windows color (decimal): -1283091 or 15559660. OLE color: 15559660.
HSL color Cylindrical-coordinate representation of color #EC6BED: hue angle of 299.54º degrees, saturation: 0.78, 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 #EC6BED is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 237 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.07 |
| HSL | 299.54º | 0.78% | 0.67% | - |
| HSV(B) | 299.54º | 0.55% | 0.93% | - |
| XYZ | 55.14 | 34.46 | 83.87 | - |
| YUV | 160.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 237 | 0.00 | 0.55 | 0 | 0.07 | 299.54 | 0.78 | 0.67 |
| Hex | EC | 6B | ED | 0 | 37 | 0 | 7 | 12C | 4E | 43 |
| Octal | 354 | 153 | 355 | 0 | 67 | 0 | 7 | 454 | 116 | 103 |
| Binary | 11101100 | 1101011 | 11101101 | 0 | 110111 | 0 | 111 | 100101100 | 1001110 | 1000011 |
Color Harmonies of #EC6BED
Complementary color
Monochromatic Colors of #EC6BED
Black with #EC6BED
Text Example
Text Example
White with #EC6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BED; }
p { color: rgb(236,107,237); }
H1.HeaderClassName
{
color: #EC6BED;
}
.AnyTagClassName
{
color: #EC6BED;
}
</style>
background-color css
<style>
a { background-color: #EC6BED; }
a { background-color: rgb(236,107,237); }
div.DivClassName
{
background-color: #EC6BED;
}
.BgClassName
{
background-color: #EC6BED;
}
</style>
border-color css
<style>
span { border-color: #EC6BED; }
span { border-color: rgb(236,107,237); }
td.TdClassName
{
border-color: #EC6BED;
}
.TagClassName
{
border-color: #EC6BED;
}
</style>