Shades of Violet #EC91EF
Tints of Violet #EC91EF
RGB
CMYK
RGB Variations
Color information
#EC91EF (or 0xEC91EF) is known color: Violet. HEX triplet: EC, 91 and EF. RGB value is (236,145,239). Sum of RGB (Red+Green+Blue) = 236+145+239=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC91EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC91EF is #136E10. Grayscale: #B6B6B6. Windows color (decimal): -1273361 or 15700460. OLE color: 15700460.
HSL color Cylindrical-coordinate representation of color #EC91EF: hue angle of 298.09º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC91EF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 145 | 239 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.06 |
| HSL | 298.09º | 0.75% | 0.75% | - |
| HSV(B) | 298.09º | 0.39% | 0.94% | - |
| XYZ | 60.3 | 44.32 | 87.04 | - |
| YUV | 182.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 239 | 0.01 | 0.39 | 0 | 0.06 | 298.09 | 0.75 | 0.75 |
| Hex | EC | 91 | EF | 1 | 27 | 0 | 6 | 12A | 4B | 4B |
| Octal | 354 | 221 | 357 | 1 | 47 | 0 | 6 | 452 | 113 | 113 |
| Binary | 11101100 | 10010001 | 11101111 | 1 | 100111 | 0 | 110 | 100101010 | 1001011 | 1001011 |
Color Harmonies of #EC91EF
Complementary color
Monochromatic Colors of #EC91EF
Black with #EC91EF
Text Example
Text Example
White with #EC91EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91EF; }
p { color: rgb(236,145,239); }
H1.HeaderClassName
{
color: #EC91EF;
}
.AnyTagClassName
{
color: #EC91EF;
}
</style>
background-color css
<style>
a { background-color: #EC91EF; }
a { background-color: rgb(236,145,239); }
div.DivClassName
{
background-color: #EC91EF;
}
.BgClassName
{
background-color: #EC91EF;
}
</style>
border-color css
<style>
span { border-color: #EC91EF; }
span { border-color: rgb(236,145,239); }
td.TdClassName
{
border-color: #EC91EF;
}
.TagClassName
{
border-color: #EC91EF;
}
</style>