Shades of Violet #EC93E6
Tints of Violet #EC93E6
RGB
CMYK
RGB Variations
Color information
#EC93E6 (or 0xEC93E6) is known color: Violet. HEX triplet: EC, 93 and E6. RGB value is (236,147,230). Sum of RGB (Red+Green+Blue) = 236+147+230=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93E6 is #136C19. Grayscale: #B6B6B6. Windows color (decimal): -1272858 or 15111148. OLE color: 15111148.
HSL color Cylindrical-coordinate representation of color #EC93E6: hue angle of 304.04º 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 #EC93E6 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 230 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.07 |
| HSL | 304.05º | 0.7% | 0.75% | - |
| HSV(B) | 304.05º | 0.38% | 0.93% | - |
| XYZ | 59.31 | 44.41 | 80.31 | - |
| YUV | 183.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 230 | 0 | 0.38 | 0.03 | 0.07 | 304.05 | 0.7 | 0.75 |
| Hex | EC | 93 | E6 | 0 | 26 | 3 | 7 | 130 | 46 | 4B |
| Octal | 354 | 223 | 346 | 0 | 46 | 3 | 7 | 460 | 106 | 113 |
| Binary | 11101100 | 10010011 | 11100110 | 0 | 100110 | 11 | 111 | 100110000 | 1000110 | 1001011 |
Color Harmonies of #EC93E6
Complementary color
Monochromatic Colors of #EC93E6
Black with #EC93E6
Text Example
Text Example
White with #EC93E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93E6; }
p { color: rgb(236,147,230); }
H1.HeaderClassName
{
color: #EC93E6;
}
.AnyTagClassName
{
color: #EC93E6;
}
</style>
background-color css
<style>
a { background-color: #EC93E6; }
a { background-color: rgb(236,147,230); }
div.DivClassName
{
background-color: #EC93E6;
}
.BgClassName
{
background-color: #EC93E6;
}
</style>
border-color css
<style>
span { border-color: #EC93E6; }
span { border-color: rgb(236,147,230); }
td.TdClassName
{
border-color: #EC93E6;
}
.TagClassName
{
border-color: #EC93E6;
}
</style>