Shades of Violet #EC93EE
Tints of Violet #EC93EE
RGB
CMYK
RGB Variations
Color information
#EC93EE (or 0xEC93EE) is known color: Violet. HEX triplet: EC, 93 and EE. RGB value is (236,147,238). Sum of RGB (Red+Green+Blue) = 236+147+238=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC93EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93EE is #136C11. Grayscale: #B7B7B7. Windows color (decimal): -1272850 or 15635436. OLE color: 15635436.
HSL color Cylindrical-coordinate representation of color #EC93EE: hue angle of 298.68º degrees, saturation: 0.73, 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 #EC93EE is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 238 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.07 |
| HSL | 298.68º | 0.73% | 0.75% | - |
| HSV(B) | 298.68º | 0.38% | 0.93% | - |
| XYZ | 60.46 | 44.87 | 86.36 | - |
| YUV | 183.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 238 | 0.01 | 0.38 | 0 | 0.07 | 298.68 | 0.73 | 0.75 |
| Hex | EC | 93 | EE | 1 | 26 | 0 | 7 | 12B | 49 | 4B |
| Octal | 354 | 223 | 356 | 1 | 46 | 0 | 7 | 453 | 111 | 113 |
| Binary | 11101100 | 10010011 | 11101110 | 1 | 100110 | 0 | 111 | 100101011 | 1001001 | 1001011 |
Color Harmonies of #EC93EE
Complementary color
Monochromatic Colors of #EC93EE
Black with #EC93EE
Text Example
Text Example
White with #EC93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93EE; }
p { color: rgb(236,147,238); }
H1.HeaderClassName
{
color: #EC93EE;
}
.AnyTagClassName
{
color: #EC93EE;
}
</style>
background-color css
<style>
a { background-color: #EC93EE; }
a { background-color: rgb(236,147,238); }
div.DivClassName
{
background-color: #EC93EE;
}
.BgClassName
{
background-color: #EC93EE;
}
</style>
border-color css
<style>
span { border-color: #EC93EE; }
span { border-color: rgb(236,147,238); }
td.TdClassName
{
border-color: #EC93EE;
}
.TagClassName
{
border-color: #EC93EE;
}
</style>