Shades of Violet #EC75EB
Tints of Violet #EC75EB
RGB
CMYK
RGB Variations
Color information
#EC75EB (or 0xEC75EB) is known color: Violet. HEX triplet: EC, 75 and EB. RGB value is (236,117,235). Sum of RGB (Red+Green+Blue) = 236+117+235=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75EB is #138A14. Grayscale: #A5A5A5. Windows color (decimal): -1280533 or 15431148. OLE color: 15431148.
HSL color Cylindrical-coordinate representation of color #EC75EB: hue angle of 300.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75EB is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 235 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.07 |
| HSL | 300.5º | 0.76% | 0.69% | - |
| HSV(B) | 300.5º | 0.5% | 0.93% | - |
| XYZ | 55.95 | 36.55 | 82.7 | - |
| YUV | 166.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 235 | 0 | 0.50 | 0.00 | 0.07 | 300.5 | 0.76 | 0.69 |
| Hex | EC | 75 | EB | 0 | 32 | 0 | 7 | 12D | 4C | 45 |
| Octal | 354 | 165 | 353 | 0 | 62 | 0 | 7 | 455 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11101011 | 0 | 110010 | 0 | 111 | 100101101 | 1001100 | 1000101 |
Color Harmonies of #EC75EB
Complementary color
Monochromatic Colors of #EC75EB
Black with #EC75EB
Text Example
Text Example
White with #EC75EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75EB; }
p { color: rgb(236,117,235); }
H1.HeaderClassName
{
color: #EC75EB;
}
.AnyTagClassName
{
color: #EC75EB;
}
</style>
background-color css
<style>
a { background-color: #EC75EB; }
a { background-color: rgb(236,117,235); }
div.DivClassName
{
background-color: #EC75EB;
}
.BgClassName
{
background-color: #EC75EB;
}
</style>
border-color css
<style>
span { border-color: #EC75EB; }
span { border-color: rgb(236,117,235); }
td.TdClassName
{
border-color: #EC75EB;
}
.TagClassName
{
border-color: #EC75EB;
}
</style>