Shades of Violet #EC93F0
Tints of Violet #EC93F0
RGB
CMYK
RGB Variations
Color information
#EC93F0 (or 0xEC93F0) is known color: Violet. HEX triplet: EC, 93 and F0. RGB value is (236,147,240). Sum of RGB (Red+Green+Blue) = 236+147+240=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC93F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93F0 is #136C0F. Grayscale: #B7B7B7. Windows color (decimal): -1272848 or 15766508. OLE color: 15766508.
HSL color Cylindrical-coordinate representation of color #EC93F0: hue angle of 297.42º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC93F0 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 147 | 240 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.06 |
| HSL | 297.42º | 0.76% | 0.76% | - |
| HSV(B) | 297.42º | 0.39% | 0.94% | - |
| XYZ | 60.75 | 44.99 | 87.92 | - |
| YUV | 184.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 240 | 0.02 | 0.39 | 0 | 0.06 | 297.42 | 0.76 | 0.76 |
| Hex | EC | 93 | F0 | 2 | 27 | 0 | 6 | 129 | 4C | 4C |
| Octal | 354 | 223 | 360 | 2 | 47 | 0 | 6 | 451 | 114 | 114 |
| Binary | 11101100 | 10010011 | 11110000 | 10 | 100111 | 0 | 110 | 100101001 | 1001100 | 1001100 |
Color Harmonies of #EC93F0
Complementary color
Monochromatic Colors of #EC93F0
Black with #EC93F0
Text Example
Text Example
White with #EC93F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93F0; }
p { color: rgb(236,147,240); }
H1.HeaderClassName
{
color: #EC93F0;
}
.AnyTagClassName
{
color: #EC93F0;
}
</style>
background-color css
<style>
a { background-color: #EC93F0; }
a { background-color: rgb(236,147,240); }
div.DivClassName
{
background-color: #EC93F0;
}
.BgClassName
{
background-color: #EC93F0;
}
</style>
border-color css
<style>
span { border-color: #EC93F0; }
span { border-color: rgb(236,147,240); }
td.TdClassName
{
border-color: #EC93F0;
}
.TagClassName
{
border-color: #EC93F0;
}
</style>