Shades of Violet #EC94EF
Tints of Violet #EC94EF
RGB
CMYK
RGB Variations
Color information
#EC94EF (or 0xEC94EF) is known color: Violet. HEX triplet: EC, 94 and EF. RGB value is (236,148,239). Sum of RGB (Red+Green+Blue) = 236+148+239=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC94EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94EF is #136B10. Grayscale: #B8B8B8. Windows color (decimal): -1272593 or 15701228. OLE color: 15701228.
HSL color Cylindrical-coordinate representation of color #EC94EF: hue angle of 298.02º degrees, saturation: 0.74, 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 #EC94EF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 148 | 239 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.06 |
| HSL | 298.02º | 0.74% | 0.76% | - |
| HSV(B) | 298.02º | 0.38% | 0.94% | - |
| XYZ | 60.76 | 45.24 | 87.19 | - |
| YUV | 184.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 239 | 0.01 | 0.38 | 0 | 0.06 | 298.02 | 0.74 | 0.76 |
| Hex | EC | 94 | EF | 1 | 26 | 0 | 6 | 12A | 4A | 4C |
| Octal | 354 | 224 | 357 | 1 | 46 | 0 | 6 | 452 | 112 | 114 |
| Binary | 11101100 | 10010100 | 11101111 | 1 | 100110 | 0 | 110 | 100101010 | 1001010 | 1001100 |
Color Harmonies of #EC94EF
Complementary color
Monochromatic Colors of #EC94EF
Black with #EC94EF
Text Example
Text Example
White with #EC94EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94EF; }
p { color: rgb(236,148,239); }
H1.HeaderClassName
{
color: #EC94EF;
}
.AnyTagClassName
{
color: #EC94EF;
}
</style>
background-color css
<style>
a { background-color: #EC94EF; }
a { background-color: rgb(236,148,239); }
div.DivClassName
{
background-color: #EC94EF;
}
.BgClassName
{
background-color: #EC94EF;
}
</style>
border-color css
<style>
span { border-color: #EC94EF; }
span { border-color: rgb(236,148,239); }
td.TdClassName
{
border-color: #EC94EF;
}
.TagClassName
{
border-color: #EC94EF;
}
</style>