Shades of Violet #EC94F0
Tints of Violet #EC94F0
RGB
CMYK
RGB Variations
Color information
#EC94F0 (or 0xEC94F0) is known color: Violet. HEX triplet: EC, 94 and F0. RGB value is (236,148,240). Sum of RGB (Red+Green+Blue) = 236+148+240=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC94F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94F0 is #136B0F. Grayscale: #B8B8B8. Windows color (decimal): -1272592 or 15766764. OLE color: 15766764.
HSL color Cylindrical-coordinate representation of color #EC94F0: hue angle of 297.39º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC94F0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 148 | 240 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.06 |
| HSL | 297.39º | 0.75% | 0.76% | - |
| HSV(B) | 297.39º | 0.38% | 0.94% | - |
| XYZ | 60.91 | 45.3 | 87.97 | - |
| YUV | 184.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 240 | 0.02 | 0.38 | 0 | 0.06 | 297.39 | 0.75 | 0.76 |
| Hex | EC | 94 | F0 | 2 | 26 | 0 | 6 | 129 | 4B | 4C |
| Octal | 354 | 224 | 360 | 2 | 46 | 0 | 6 | 451 | 113 | 114 |
| Binary | 11101100 | 10010100 | 11110000 | 10 | 100110 | 0 | 110 | 100101001 | 1001011 | 1001100 |
Color Harmonies of #EC94F0
Complementary color
Monochromatic Colors of #EC94F0
Black with #EC94F0
Text Example
Text Example
White with #EC94F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94F0; }
p { color: rgb(236,148,240); }
H1.HeaderClassName
{
color: #EC94F0;
}
.AnyTagClassName
{
color: #EC94F0;
}
</style>
background-color css
<style>
a { background-color: #EC94F0; }
a { background-color: rgb(236,148,240); }
div.DivClassName
{
background-color: #EC94F0;
}
.BgClassName
{
background-color: #EC94F0;
}
</style>
border-color css
<style>
span { border-color: #EC94F0; }
span { border-color: rgb(236,148,240); }
td.TdClassName
{
border-color: #EC94F0;
}
.TagClassName
{
border-color: #EC94F0;
}
</style>