Shades of Violet #EC91F7
Tints of Violet #EC91F7
RGB
CMYK
RGB Variations
Color information
#EC91F7 (or 0xEC91F7) is known color: Violet. HEX triplet: EC, 91 and F7. RGB value is (236,145,247). Sum of RGB (Red+Green+Blue) = 236+145+247=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC91F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC91F7 is #136E08. Grayscale: #B7B7B7. Windows color (decimal): -1273353 or 16224748. OLE color: 16224748.
HSL color Cylindrical-coordinate representation of color #EC91F7: hue angle of 293.53º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC91F7 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 145 | 247 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.03 |
| HSL | 293.53º | 0.86% | 0.77% | - |
| HSV(B) | 293.53º | 0.41% | 0.97% | - |
| XYZ | 61.51 | 44.8 | 93.4 | - |
| YUV | 183.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 247 | 0.04 | 0.41 | 0 | 0.03 | 293.53 | 0.86 | 0.77 |
| Hex | EC | 91 | F7 | 4 | 29 | 0 | 3 | 126 | 56 | 4D |
| Octal | 354 | 221 | 367 | 4 | 51 | 0 | 3 | 446 | 126 | 115 |
| Binary | 11101100 | 10010001 | 11110111 | 100 | 101001 | 0 | 11 | 100100110 | 1010110 | 1001101 |
Color Harmonies of #EC91F7
Complementary color
Monochromatic Colors of #EC91F7
Black with #EC91F7
Text Example
Text Example
White with #EC91F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91F7; }
p { color: rgb(236,145,247); }
H1.HeaderClassName
{
color: #EC91F7;
}
.AnyTagClassName
{
color: #EC91F7;
}
</style>
background-color css
<style>
a { background-color: #EC91F7; }
a { background-color: rgb(236,145,247); }
div.DivClassName
{
background-color: #EC91F7;
}
.BgClassName
{
background-color: #EC91F7;
}
</style>
border-color css
<style>
span { border-color: #EC91F7; }
span { border-color: rgb(236,145,247); }
td.TdClassName
{
border-color: #EC91F7;
}
.TagClassName
{
border-color: #EC91F7;
}
</style>