Shades of Violet #EC90FF
Tints of Violet #EC90FF
RGB
CMYK
RGB Variations
Color information
#EC90FF (or 0xEC90FF) is known color: Violet. HEX triplet: EC, 90 and FF. RGB value is (236,144,255). Sum of RGB (Red+Green+Blue) = 236+144+255=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90FF is #136F00. Grayscale: #B7B7B7. Windows color (decimal): -1273601 or 16748780. OLE color: 16748780.
HSL color Cylindrical-coordinate representation of color #EC90FF: hue angle of 289.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC90FF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 144 | 255 | - |
| CMYK | 0.07 | 0.44 | 0 | 0 |
| HSL | 289.73º | 1% | 0.78% | - |
| HSV(B) | 289.73º | 0.44% | 1% | - |
| XYZ | 62.62 | 45 | 99.99 | - |
| YUV | 184.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 255 | 0.07 | 0.44 | 0 | 0 | 289.73 | 1 | 0.78 |
| Hex | EC | 90 | FF | 7 | 2C | 0 | 0 | 122 | 64 | 4E |
| Octal | 354 | 220 | 377 | 7 | 54 | 0 | 0 | 442 | 144 | 116 |
| Binary | 11101100 | 10010000 | 11111111 | 111 | 101100 | 0 | 0 | 100100010 | 1100100 | 1001110 |
Color Harmonies of #EC90FF
Complementary color
Monochromatic Colors of #EC90FF
Black with #EC90FF
Text Example
Text Example
White with #EC90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90FF; }
p { color: rgb(236,144,255); }
H1.HeaderClassName
{
color: #EC90FF;
}
.AnyTagClassName
{
color: #EC90FF;
}
</style>
background-color css
<style>
a { background-color: #EC90FF; }
a { background-color: rgb(236,144,255); }
div.DivClassName
{
background-color: #EC90FF;
}
.BgClassName
{
background-color: #EC90FF;
}
</style>
border-color css
<style>
span { border-color: #EC90FF; }
span { border-color: rgb(236,144,255); }
td.TdClassName
{
border-color: #EC90FF;
}
.TagClassName
{
border-color: #EC90FF;
}
</style>