Shades of Violet #EC93EB
Tints of Violet #EC93EB
RGB
CMYK
RGB Variations
Color information
#EC93EB (or 0xEC93EB) is known color: Violet. HEX triplet: EC, 93 and EB. RGB value is (236,147,235). Sum of RGB (Red+Green+Blue) = 236+147+235=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93EB is #136C14. Grayscale: #B7B7B7. Windows color (decimal): -1272853 or 15438828. OLE color: 15438828.
HSL color Cylindrical-coordinate representation of color #EC93EB: hue angle of 300.67º degrees, saturation: 0.7, 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 #EC93EB is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 235 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.07 |
| HSL | 300.67º | 0.7% | 0.75% | - |
| HSV(B) | 300.67º | 0.38% | 0.93% | - |
| XYZ | 60.02 | 44.7 | 84.06 | - |
| YUV | 183.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 235 | 0 | 0.38 | 0.00 | 0.07 | 300.67 | 0.7 | 0.75 |
| Hex | EC | 93 | EB | 0 | 26 | 0 | 7 | 12D | 46 | 4B |
| Octal | 354 | 223 | 353 | 0 | 46 | 0 | 7 | 455 | 106 | 113 |
| Binary | 11101100 | 10010011 | 11101011 | 0 | 100110 | 0 | 111 | 100101101 | 1000110 | 1001011 |
Color Harmonies of #EC93EB
Complementary color
Monochromatic Colors of #EC93EB
Black with #EC93EB
Text Example
Text Example
White with #EC93EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93EB; }
p { color: rgb(236,147,235); }
H1.HeaderClassName
{
color: #EC93EB;
}
.AnyTagClassName
{
color: #EC93EB;
}
</style>
background-color css
<style>
a { background-color: #EC93EB; }
a { background-color: rgb(236,147,235); }
div.DivClassName
{
background-color: #EC93EB;
}
.BgClassName
{
background-color: #EC93EB;
}
</style>
border-color css
<style>
span { border-color: #EC93EB; }
span { border-color: rgb(236,147,235); }
td.TdClassName
{
border-color: #EC93EB;
}
.TagClassName
{
border-color: #EC93EB;
}
</style>