Shades of Violet #EC90F8
Tints of Violet #EC90F8
RGB
CMYK
RGB Variations
Color information
#EC90F8 (or 0xEC90F8) is known color: Violet. HEX triplet: EC, 90 and F8. RGB value is (236,144,248). Sum of RGB (Red+Green+Blue) = 236+144+248=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC90F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90F8 is #136F07. Grayscale: #B7B7B7. Windows color (decimal): -1273608 or 16290028. OLE color: 16290028.
HSL color Cylindrical-coordinate representation of color #EC90F8: hue angle of 293.08º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC90F8 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 144 | 248 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.03 |
| HSL | 293.08º | 0.88% | 0.77% | - |
| HSV(B) | 293.08º | 0.42% | 0.97% | - |
| XYZ | 61.51 | 44.56 | 94.17 | - |
| YUV | 183.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 248 | 0.05 | 0.42 | 0 | 0.03 | 293.08 | 0.88 | 0.77 |
| Hex | EC | 90 | F8 | 5 | 2A | 0 | 3 | 125 | 58 | 4D |
| Octal | 354 | 220 | 370 | 5 | 52 | 0 | 3 | 445 | 130 | 115 |
| Binary | 11101100 | 10010000 | 11111000 | 101 | 101010 | 0 | 11 | 100100101 | 1011000 | 1001101 |
Color Harmonies of #EC90F8
Complementary color
Monochromatic Colors of #EC90F8
Black with #EC90F8
Text Example
Text Example
White with #EC90F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90F8; }
p { color: rgb(236,144,248); }
H1.HeaderClassName
{
color: #EC90F8;
}
.AnyTagClassName
{
color: #EC90F8;
}
</style>
background-color css
<style>
a { background-color: #EC90F8; }
a { background-color: rgb(236,144,248); }
div.DivClassName
{
background-color: #EC90F8;
}
.BgClassName
{
background-color: #EC90F8;
}
</style>
border-color css
<style>
span { border-color: #EC90F8; }
span { border-color: rgb(236,144,248); }
td.TdClassName
{
border-color: #EC90F8;
}
.TagClassName
{
border-color: #EC90F8;
}
</style>