Shades of Violet #EC90FC
Tints of Violet #EC90FC
RGB
CMYK
RGB Variations
Color information
#EC90FC (or 0xEC90FC) is known color: Violet. HEX triplet: EC, 90 and FC. RGB value is (236,144,252). Sum of RGB (Red+Green+Blue) = 236+144+252=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC90FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90FC is #136F03. Grayscale: #B7B7B7. Windows color (decimal): -1273604 or 16552172. OLE color: 16552172.
HSL color Cylindrical-coordinate representation of color #EC90FC: hue angle of 291.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC90FC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 144 | 252 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.01 |
| HSL | 291.11º | 0.95% | 0.78% | - |
| HSV(B) | 291.11º | 0.43% | 0.99% | - |
| XYZ | 62.14 | 44.81 | 97.47 | - |
| YUV | 183.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 252 | 0.06 | 0.43 | 0 | 0.01 | 291.11 | 0.95 | 0.78 |
| Hex | EC | 90 | FC | 6 | 2B | 0 | 1 | 123 | 5F | 4E |
| Octal | 354 | 220 | 374 | 6 | 53 | 0 | 1 | 443 | 137 | 116 |
| Binary | 11101100 | 10010000 | 11111100 | 110 | 101011 | 0 | 1 | 100100011 | 1011111 | 1001110 |
Color Harmonies of #EC90FC
Complementary color
Monochromatic Colors of #EC90FC
Black with #EC90FC
Text Example
Text Example
White with #EC90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90FC; }
p { color: rgb(236,144,252); }
H1.HeaderClassName
{
color: #EC90FC;
}
.AnyTagClassName
{
color: #EC90FC;
}
</style>
background-color css
<style>
a { background-color: #EC90FC; }
a { background-color: rgb(236,144,252); }
div.DivClassName
{
background-color: #EC90FC;
}
.BgClassName
{
background-color: #EC90FC;
}
</style>
border-color css
<style>
span { border-color: #EC90FC; }
span { border-color: rgb(236,144,252); }
td.TdClassName
{
border-color: #EC90FC;
}
.TagClassName
{
border-color: #EC90FC;
}
</style>