Shades of Violet #EC90EB
Tints of Violet #EC90EB
RGB
CMYK
RGB Variations
Color information
#EC90EB (or 0xEC90EB) is known color: Violet. HEX triplet: EC, 90 and EB. RGB value is (236,144,235). Sum of RGB (Red+Green+Blue) = 236+144+235=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90EB is #136F14. Grayscale: #B5B5B5. Windows color (decimal): -1273621 or 15438060. OLE color: 15438060.
HSL color Cylindrical-coordinate representation of color #EC90EB: hue angle of 300.65º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90EB is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 235 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.07 |
| HSL | 300.65º | 0.71% | 0.75% | - |
| HSV(B) | 300.65º | 0.39% | 0.93% | - |
| XYZ | 59.56 | 43.78 | 83.91 | - |
| YUV | 181.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 235 | 0 | 0.39 | 0.00 | 0.07 | 300.65 | 0.71 | 0.75 |
| Hex | EC | 90 | EB | 0 | 27 | 0 | 7 | 12D | 47 | 4B |
| Octal | 354 | 220 | 353 | 0 | 47 | 0 | 7 | 455 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11101011 | 0 | 100111 | 0 | 111 | 100101101 | 1000111 | 1001011 |
Color Harmonies of #EC90EB
Complementary color
Monochromatic Colors of #EC90EB
Black with #EC90EB
Text Example
Text Example
White with #EC90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90EB; }
p { color: rgb(236,144,235); }
H1.HeaderClassName
{
color: #EC90EB;
}
.AnyTagClassName
{
color: #EC90EB;
}
</style>
background-color css
<style>
a { background-color: #EC90EB; }
a { background-color: rgb(236,144,235); }
div.DivClassName
{
background-color: #EC90EB;
}
.BgClassName
{
background-color: #EC90EB;
}
</style>
border-color css
<style>
span { border-color: #EC90EB; }
span { border-color: rgb(236,144,235); }
td.TdClassName
{
border-color: #EC90EB;
}
.TagClassName
{
border-color: #EC90EB;
}
</style>