Shades of Violet #EC92F7
Tints of Violet #EC92F7
RGB
CMYK
RGB Variations
Color information
#EC92F7 (or 0xEC92F7) is known color: Violet. HEX triplet: EC, 92 and F7. RGB value is (236,146,247). Sum of RGB (Red+Green+Blue) = 236+146+247=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 146 (57.42% from 255 or 23.21% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC92F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92F7 is #136D08. Grayscale: #B8B8B8. Windows color (decimal): -1273097 or 16225004. OLE color: 16225004.
HSL color Cylindrical-coordinate representation of color #EC92F7: hue angle of 293.47º 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 #EC92F7 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 146 | 247 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.03 |
| HSL | 293.47º | 0.86% | 0.77% | - |
| HSV(B) | 293.47º | 0.41% | 0.97% | - |
| XYZ | 61.66 | 45.11 | 93.45 | - |
| YUV | 184.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 247 | 0.04 | 0.41 | 0 | 0.03 | 293.47 | 0.86 | 0.77 |
| Hex | EC | 92 | F7 | 4 | 29 | 0 | 3 | 125 | 56 | 4D |
| Octal | 354 | 222 | 367 | 4 | 51 | 0 | 3 | 445 | 126 | 115 |
| Binary | 11101100 | 10010010 | 11110111 | 100 | 101001 | 0 | 11 | 100100101 | 1010110 | 1001101 |
Color Harmonies of #EC92F7
Complementary color
Monochromatic Colors of #EC92F7
Black with #EC92F7
Text Example
Text Example
White with #EC92F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92F7; }
p { color: rgb(236,146,247); }
H1.HeaderClassName
{
color: #EC92F7;
}
.AnyTagClassName
{
color: #EC92F7;
}
</style>
background-color css
<style>
a { background-color: #EC92F7; }
a { background-color: rgb(236,146,247); }
div.DivClassName
{
background-color: #EC92F7;
}
.BgClassName
{
background-color: #EC92F7;
}
</style>
border-color css
<style>
span { border-color: #EC92F7; }
span { border-color: rgb(236,146,247); }
td.TdClassName
{
border-color: #EC92F7;
}
.TagClassName
{
border-color: #EC92F7;
}
</style>