Shades of Violet #EC79E2
Tints of Violet #EC79E2
RGB
CMYK
RGB Variations
Color information
#EC79E2 (or 0xEC79E2) is known color: Violet. HEX triplet: EC, 79 and E2. RGB value is (236,121,226). Sum of RGB (Red+Green+Blue) = 236+121+226=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79E2 is #13861D. Grayscale: #A7A7A7. Windows color (decimal): -1279518 or 14842348. OLE color: 14842348.
HSL color Cylindrical-coordinate representation of color #EC79E2: hue angle of 305.22º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC79E2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 121 | 226 | - |
CMYK | 0 | 0.49 | 0.04 | 0.07 |
HSL | 305.22º | 0.75% | 0.7% | - |
HSV(B) | 305.22º | 0.49% | 0.93% | - |
XYZ | 55.16 | 37 | 76.19 | - |
YUV | 167.36 | 161.1 | 176.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 121 | 226 | 0 | 0.49 | 0.04 | 0.07 | 305.22 | 0.75 | 0.7 |
Hex | EC | 79 | E2 | 0 | 31 | 4 | 7 | 131 | 4B | 46 |
Octal | 354 | 171 | 342 | 0 | 61 | 4 | 7 | 461 | 113 | 106 |
Binary | 11101100 | 1111001 | 11100010 | 0 | 110001 | 100 | 111 | 100110001 | 1001011 | 1000110 |
Color Harmonies of #EC79E2
Complementary color
Monochromatic Colors of #EC79E2
Black with #EC79E2
Text Example
Text Example
White with #EC79E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79E2; }
p { color: rgb(236,121,226); }
H1.HeaderClassName
{
color: #EC79E2;
}
.AnyTagClassName
{
color: #EC79E2;
}
</style>
background-color css
<style>
a { background-color: #EC79E2; }
a { background-color: rgb(236,121,226); }
div.DivClassName
{
background-color: #EC79E2;
}
.BgClassName
{
background-color: #EC79E2;
}
</style>
border-color css
<style>
span { border-color: #EC79E2; }
span { border-color: rgb(236,121,226); }
td.TdClassName
{
border-color: #EC79E2;
}
.TagClassName
{
border-color: #EC79E2;
}
</style>