Shades of Violet #EC77F5
Tints of Violet #EC77F5
RGB
CMYK
RGB Variations
Color information
#EC77F5 (or 0xEC77F5) is known color: Violet. HEX triplet: EC, 77 and F5. RGB value is (236,119,245). Sum of RGB (Red+Green+Blue) = 236+119+245=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 119 (46.88% from 255 or 19.83% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC77F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77F5 is #13880A. Grayscale: #A7A7A7. Windows color (decimal): -1280011 or 16087020. OLE color: 16087020.
HSL color Cylindrical-coordinate representation of color #EC77F5: hue angle of 295.71º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC77F5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 119 | 245 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.04 |
| HSL | 295.71º | 0.86% | 0.71% | - |
| HSV(B) | 295.71º | 0.51% | 0.96% | - |
| XYZ | 57.67 | 37.62 | 90.61 | - |
| YUV | 168.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 245 | 0.04 | 0.51 | 0 | 0.04 | 295.71 | 0.86 | 0.71 |
| Hex | EC | 77 | F5 | 4 | 33 | 0 | 4 | 128 | 56 | 47 |
| Octal | 354 | 167 | 365 | 4 | 63 | 0 | 4 | 450 | 126 | 107 |
| Binary | 11101100 | 1110111 | 11110101 | 100 | 110011 | 0 | 100 | 100101000 | 1010110 | 1000111 |
Color Harmonies of #EC77F5
Complementary color
Monochromatic Colors of #EC77F5
Black with #EC77F5
Text Example
Text Example
White with #EC77F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77F5; }
p { color: rgb(236,119,245); }
H1.HeaderClassName
{
color: #EC77F5;
}
.AnyTagClassName
{
color: #EC77F5;
}
</style>
background-color css
<style>
a { background-color: #EC77F5; }
a { background-color: rgb(236,119,245); }
div.DivClassName
{
background-color: #EC77F5;
}
.BgClassName
{
background-color: #EC77F5;
}
</style>
border-color css
<style>
span { border-color: #EC77F5; }
span { border-color: rgb(236,119,245); }
td.TdClassName
{
border-color: #EC77F5;
}
.TagClassName
{
border-color: #EC77F5;
}
</style>