Shades of Violet #EC77F2
Tints of Violet #EC77F2
RGB
CMYK
RGB Variations
Color information
#EC77F2 (or 0xEC77F2) is known color: Violet. HEX triplet: EC, 77 and F2. RGB value is (236,119,242). Sum of RGB (Red+Green+Blue) = 236+119+242=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC77F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77F2 is #13880D. Grayscale: #A7A7A7. Windows color (decimal): -1280014 or 15890412. OLE color: 15890412.
HSL color Cylindrical-coordinate representation of color #EC77F2: hue angle of 297.07º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC77F2 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 119 | 242 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.05 |
| HSL | 297.07º | 0.83% | 0.71% | - |
| HSV(B) | 297.07º | 0.51% | 0.95% | - |
| XYZ | 57.22 | 37.44 | 88.21 | - |
| YUV | 168.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 242 | 0.02 | 0.51 | 0 | 0.05 | 297.07 | 0.83 | 0.71 |
| Hex | EC | 77 | F2 | 2 | 33 | 0 | 5 | 129 | 53 | 47 |
| Octal | 354 | 167 | 362 | 2 | 63 | 0 | 5 | 451 | 123 | 107 |
| Binary | 11101100 | 1110111 | 11110010 | 10 | 110011 | 0 | 101 | 100101001 | 1010011 | 1000111 |
Color Harmonies of #EC77F2
Complementary color
Monochromatic Colors of #EC77F2
Black with #EC77F2
Text Example
Text Example
White with #EC77F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77F2; }
p { color: rgb(236,119,242); }
H1.HeaderClassName
{
color: #EC77F2;
}
.AnyTagClassName
{
color: #EC77F2;
}
</style>
background-color css
<style>
a { background-color: #EC77F2; }
a { background-color: rgb(236,119,242); }
div.DivClassName
{
background-color: #EC77F2;
}
.BgClassName
{
background-color: #EC77F2;
}
</style>
border-color css
<style>
span { border-color: #EC77F2; }
span { border-color: rgb(236,119,242); }
td.TdClassName
{
border-color: #EC77F2;
}
.TagClassName
{
border-color: #EC77F2;
}
</style>