Shades of Violet #EC90EE
Tints of Violet #EC90EE
RGB
CMYK
RGB Variations
Color information
#EC90EE (or 0xEC90EE) is known color: Violet. HEX triplet: EC, 90 and EE. RGB value is (236,144,238). Sum of RGB (Red+Green+Blue) = 236+144+238=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90EE is #136F11. Grayscale: #B5B5B5. Windows color (decimal): -1273618 or 15634668. OLE color: 15634668.
HSL color Cylindrical-coordinate representation of color #EC90EE: hue angle of 298.72º degrees, saturation: 0.73, 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 #EC90EE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 238 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.07 |
| HSL | 298.72º | 0.73% | 0.75% | - |
| HSV(B) | 298.72º | 0.39% | 0.93% | - |
| XYZ | 60 | 43.95 | 86.21 | - |
| YUV | 182.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 238 | 0.01 | 0.39 | 0 | 0.07 | 298.72 | 0.73 | 0.75 |
| Hex | EC | 90 | EE | 1 | 27 | 0 | 7 | 12B | 49 | 4B |
| Octal | 354 | 220 | 356 | 1 | 47 | 0 | 7 | 453 | 111 | 113 |
| Binary | 11101100 | 10010000 | 11101110 | 1 | 100111 | 0 | 111 | 100101011 | 1001001 | 1001011 |
Color Harmonies of #EC90EE
Complementary color
Monochromatic Colors of #EC90EE
Black with #EC90EE
Text Example
Text Example
White with #EC90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90EE; }
p { color: rgb(236,144,238); }
H1.HeaderClassName
{
color: #EC90EE;
}
.AnyTagClassName
{
color: #EC90EE;
}
</style>
background-color css
<style>
a { background-color: #EC90EE; }
a { background-color: rgb(236,144,238); }
div.DivClassName
{
background-color: #EC90EE;
}
.BgClassName
{
background-color: #EC90EE;
}
</style>
border-color css
<style>
span { border-color: #EC90EE; }
span { border-color: rgb(236,144,238); }
td.TdClassName
{
border-color: #EC90EE;
}
.TagClassName
{
border-color: #EC90EE;
}
</style>