Shades of Violet #EC8BED
Tints of Violet #EC8BED
RGB
CMYK
RGB Variations
Color information
#EC8BED (or 0xEC8BED) is known color: Violet. HEX triplet: EC, 8B and ED. RGB value is (236,139,237). Sum of RGB (Red+Green+Blue) = 236+139+237=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC8BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BED is #137412. Grayscale: #B2B2B2. Windows color (decimal): -1274899 or 15567852. OLE color: 15567852.
HSL color Cylindrical-coordinate representation of color #EC8BED: hue angle of 299.39º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8BED is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 237 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.07 |
| HSL | 299.39º | 0.73% | 0.74% | - |
| HSV(B) | 299.39º | 0.41% | 0.93% | - |
| XYZ | 59.11 | 42.41 | 85.19 | - |
| YUV | 179.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 237 | 0.00 | 0.41 | 0 | 0.07 | 299.39 | 0.73 | 0.74 |
| Hex | EC | 8B | ED | 0 | 29 | 0 | 7 | 12B | 49 | 4A |
| Octal | 354 | 213 | 355 | 0 | 51 | 0 | 7 | 453 | 111 | 112 |
| Binary | 11101100 | 10001011 | 11101101 | 0 | 101001 | 0 | 111 | 100101011 | 1001001 | 1001010 |
Color Harmonies of #EC8BED
Complementary color
Monochromatic Colors of #EC8BED
Black with #EC8BED
Text Example
Text Example
White with #EC8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BED; }
p { color: rgb(236,139,237); }
H1.HeaderClassName
{
color: #EC8BED;
}
.AnyTagClassName
{
color: #EC8BED;
}
</style>
background-color css
<style>
a { background-color: #EC8BED; }
a { background-color: rgb(236,139,237); }
div.DivClassName
{
background-color: #EC8BED;
}
.BgClassName
{
background-color: #EC8BED;
}
</style>
border-color css
<style>
span { border-color: #EC8BED; }
span { border-color: rgb(236,139,237); }
td.TdClassName
{
border-color: #EC8BED;
}
.TagClassName
{
border-color: #EC8BED;
}
</style>