Shades of Violet #EC94F1
Tints of Violet #EC94F1
RGB
CMYK
RGB Variations
Color information
#EC94F1 (or 0xEC94F1) is known color: Violet. HEX triplet: EC, 94 and F1. RGB value is (236,148,241). Sum of RGB (Red+Green+Blue) = 236+148+241=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC94F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94F1 is #136B0E. Grayscale: #B8B8B8. Windows color (decimal): -1272591 or 15832300. OLE color: 15832300.
HSL color Cylindrical-coordinate representation of color #EC94F1: hue angle of 296.77º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC94F1 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 148 | 241 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.05 |
| HSL | 296.77º | 0.77% | 0.76% | - |
| HSV(B) | 296.77º | 0.39% | 0.95% | - |
| XYZ | 61.06 | 45.36 | 88.76 | - |
| YUV | 184.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 241 | 0.02 | 0.39 | 0 | 0.05 | 296.77 | 0.77 | 0.76 |
| Hex | EC | 94 | F1 | 2 | 27 | 0 | 5 | 129 | 4D | 4C |
| Octal | 354 | 224 | 361 | 2 | 47 | 0 | 5 | 451 | 115 | 114 |
| Binary | 11101100 | 10010100 | 11110001 | 10 | 100111 | 0 | 101 | 100101001 | 1001101 | 1001100 |
Color Harmonies of #EC94F1
Complementary color
Monochromatic Colors of #EC94F1
Black with #EC94F1
Text Example
Text Example
White with #EC94F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94F1; }
p { color: rgb(236,148,241); }
H1.HeaderClassName
{
color: #EC94F1;
}
.AnyTagClassName
{
color: #EC94F1;
}
</style>
background-color css
<style>
a { background-color: #EC94F1; }
a { background-color: rgb(236,148,241); }
div.DivClassName
{
background-color: #EC94F1;
}
.BgClassName
{
background-color: #EC94F1;
}
</style>
border-color css
<style>
span { border-color: #EC94F1; }
span { border-color: rgb(236,148,241); }
td.TdClassName
{
border-color: #EC94F1;
}
.TagClassName
{
border-color: #EC94F1;
}
</style>