Shades of Violet #EC90F3
Tints of Violet #EC90F3
RGB
CMYK
RGB Variations
Color information
#EC90F3 (or 0xEC90F3) is known color: Violet. HEX triplet: EC, 90 and F3. RGB value is (236,144,243). Sum of RGB (Red+Green+Blue) = 236+144+243=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC90F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90F3 is #136F0C. Grayscale: #B6B6B6. Windows color (decimal): -1273613 or 15962348. OLE color: 15962348.
HSL color Cylindrical-coordinate representation of color #EC90F3: hue angle of 295.76º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC90F3 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 144 | 243 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.05 |
| HSL | 295.76º | 0.8% | 0.76% | - |
| HSV(B) | 295.76º | 0.41% | 0.95% | - |
| XYZ | 60.74 | 44.25 | 90.13 | - |
| YUV | 182.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 243 | 0.03 | 0.41 | 0 | 0.05 | 295.76 | 0.8 | 0.76 |
| Hex | EC | 90 | F3 | 3 | 29 | 0 | 5 | 128 | 50 | 4C |
| Octal | 354 | 220 | 363 | 3 | 51 | 0 | 5 | 450 | 120 | 114 |
| Binary | 11101100 | 10010000 | 11110011 | 11 | 101001 | 0 | 101 | 100101000 | 1010000 | 1001100 |
Color Harmonies of #EC90F3
Complementary color
Monochromatic Colors of #EC90F3
Black with #EC90F3
Text Example
Text Example
White with #EC90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90F3; }
p { color: rgb(236,144,243); }
H1.HeaderClassName
{
color: #EC90F3;
}
.AnyTagClassName
{
color: #EC90F3;
}
</style>
background-color css
<style>
a { background-color: #EC90F3; }
a { background-color: rgb(236,144,243); }
div.DivClassName
{
background-color: #EC90F3;
}
.BgClassName
{
background-color: #EC90F3;
}
</style>
border-color css
<style>
span { border-color: #EC90F3; }
span { border-color: rgb(236,144,243); }
td.TdClassName
{
border-color: #EC90F3;
}
.TagClassName
{
border-color: #EC90F3;
}
</style>