Shades of Violet #EC90FA
Tints of Violet #EC90FA
RGB
CMYK
RGB Variations
Color information
#EC90FA (or 0xEC90FA) is known color: Violet. HEX triplet: EC, 90 and FA. RGB value is (236,144,250). Sum of RGB (Red+Green+Blue) = 236+144+250=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 144 (56.64% from 255 or 22.86% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90FA is #136F05. Grayscale: #B7B7B7. Windows color (decimal): -1273606 or 16421100. OLE color: 16421100.
HSL color Cylindrical-coordinate representation of color #EC90FA: hue angle of 292.08º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC90FA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 144 | 250 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.02 |
| HSL | 292.08º | 0.91% | 0.77% | - |
| HSV(B) | 292.08º | 0.42% | 0.98% | - |
| XYZ | 61.82 | 44.68 | 95.81 | - |
| YUV | 183.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 250 | 0.06 | 0.42 | 0 | 0.02 | 292.08 | 0.91 | 0.77 |
| Hex | EC | 90 | FA | 6 | 2A | 0 | 2 | 124 | 5B | 4D |
| Octal | 354 | 220 | 372 | 6 | 52 | 0 | 2 | 444 | 133 | 115 |
| Binary | 11101100 | 10010000 | 11111010 | 110 | 101010 | 0 | 10 | 100100100 | 1011011 | 1001101 |
Color Harmonies of #EC90FA
Complementary color
Monochromatic Colors of #EC90FA
Black with #EC90FA
Text Example
Text Example
White with #EC90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90FA; }
p { color: rgb(236,144,250); }
H1.HeaderClassName
{
color: #EC90FA;
}
.AnyTagClassName
{
color: #EC90FA;
}
</style>
background-color css
<style>
a { background-color: #EC90FA; }
a { background-color: rgb(236,144,250); }
div.DivClassName
{
background-color: #EC90FA;
}
.BgClassName
{
background-color: #EC90FA;
}
</style>
border-color css
<style>
span { border-color: #EC90FA; }
span { border-color: rgb(236,144,250); }
td.TdClassName
{
border-color: #EC90FA;
}
.TagClassName
{
border-color: #EC90FA;
}
</style>