Shades of Violet #EC94ED
Tints of Violet #EC94ED
RGB
CMYK
RGB Variations
Color information
#EC94ED (or 0xEC94ED) is known color: Violet. HEX triplet: EC, 94 and ED. RGB value is (236,148,237). Sum of RGB (Red+Green+Blue) = 236+148+237=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC94ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94ED is #136B12. Grayscale: #B8B8B8. Windows color (decimal): -1272595 or 15570156. OLE color: 15570156.
HSL color Cylindrical-coordinate representation of color #EC94ED: hue angle of 299.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC94ED is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 237 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.07 |
| HSL | 299.33º | 0.71% | 0.75% | - |
| HSV(B) | 299.33º | 0.38% | 0.93% | - |
| XYZ | 60.47 | 45.13 | 85.64 | - |
| YUV | 184.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 237 | 0.00 | 0.38 | 0 | 0.07 | 299.33 | 0.71 | 0.75 |
| Hex | EC | 94 | ED | 0 | 26 | 0 | 7 | 12B | 47 | 4B |
| Octal | 354 | 224 | 355 | 0 | 46 | 0 | 7 | 453 | 107 | 113 |
| Binary | 11101100 | 10010100 | 11101101 | 0 | 100110 | 0 | 111 | 100101011 | 1000111 | 1001011 |
Color Harmonies of #EC94ED
Complementary color
Monochromatic Colors of #EC94ED
Black with #EC94ED
Text Example
Text Example
White with #EC94ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94ED; }
p { color: rgb(236,148,237); }
H1.HeaderClassName
{
color: #EC94ED;
}
.AnyTagClassName
{
color: #EC94ED;
}
</style>
background-color css
<style>
a { background-color: #EC94ED; }
a { background-color: rgb(236,148,237); }
div.DivClassName
{
background-color: #EC94ED;
}
.BgClassName
{
background-color: #EC94ED;
}
</style>
border-color css
<style>
span { border-color: #EC94ED; }
span { border-color: rgb(236,148,237); }
td.TdClassName
{
border-color: #EC94ED;
}
.TagClassName
{
border-color: #EC94ED;
}
</style>