Shades of Violet #EC90FD
Tints of Violet #EC90FD
RGB
CMYK
RGB Variations
Color information
#EC90FD (or 0xEC90FD) is known color: Violet. HEX triplet: EC, 90 and FD. RGB value is (236,144,253). Sum of RGB (Red+Green+Blue) = 236+144+253=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 144 (56.64% from 255 or 22.75% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90FD is #136F02. Grayscale: #B7B7B7. Windows color (decimal): -1273603 or 16617708. OLE color: 16617708.
HSL color Cylindrical-coordinate representation of color #EC90FD: hue angle of 290.64º degrees, saturation: 0.96, 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 #EC90FD is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 144 | 253 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.01 |
| HSL | 290.64º | 0.96% | 0.78% | - |
| HSV(B) | 290.64º | 0.43% | 0.99% | - |
| XYZ | 62.29 | 44.87 | 98.31 | - |
| YUV | 183.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 253 | 0.07 | 0.43 | 0 | 0.01 | 290.64 | 0.96 | 0.78 |
| Hex | EC | 90 | FD | 7 | 2B | 0 | 1 | 123 | 60 | 4E |
| Octal | 354 | 220 | 375 | 7 | 53 | 0 | 1 | 443 | 140 | 116 |
| Binary | 11101100 | 10010000 | 11111101 | 111 | 101011 | 0 | 1 | 100100011 | 1100000 | 1001110 |
Color Harmonies of #EC90FD
Complementary color
Monochromatic Colors of #EC90FD
Black with #EC90FD
Text Example
Text Example
White with #EC90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90FD; }
p { color: rgb(236,144,253); }
H1.HeaderClassName
{
color: #EC90FD;
}
.AnyTagClassName
{
color: #EC90FD;
}
</style>
background-color css
<style>
a { background-color: #EC90FD; }
a { background-color: rgb(236,144,253); }
div.DivClassName
{
background-color: #EC90FD;
}
.BgClassName
{
background-color: #EC90FD;
}
</style>
border-color css
<style>
span { border-color: #EC90FD; }
span { border-color: rgb(236,144,253); }
td.TdClassName
{
border-color: #EC90FD;
}
.TagClassName
{
border-color: #EC90FD;
}
</style>