Shades of Violet #EC77EA
Tints of Violet #EC77EA
RGB
CMYK
RGB Variations
Color information
#EC77EA (or 0xEC77EA) is known color: Violet. HEX triplet: EC, 77 and EA. RGB value is (236,119,234). Sum of RGB (Red+Green+Blue) = 236+119+234=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77EA is #138815. Grayscale: #A6A6A6. Windows color (decimal): -1280022 or 15366124. OLE color: 15366124.
HSL color Cylindrical-coordinate representation of color #EC77EA: hue angle of 301.03º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77EA is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 234 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.07 |
| HSL | 301.03º | 0.75% | 0.7% | - |
| HSV(B) | 301.03º | 0.5% | 0.93% | - |
| XYZ | 56.04 | 36.97 | 82.02 | - |
| YUV | 167.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 234 | 0 | 0.50 | 0.01 | 0.07 | 301.03 | 0.75 | 0.7 |
| Hex | EC | 77 | EA | 0 | 32 | 1 | 7 | 12D | 4B | 46 |
| Octal | 354 | 167 | 352 | 0 | 62 | 1 | 7 | 455 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11101010 | 0 | 110010 | 1 | 111 | 100101101 | 1001011 | 1000110 |
Color Harmonies of #EC77EA
Complementary color
Monochromatic Colors of #EC77EA
Black with #EC77EA
Text Example
Text Example
White with #EC77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77EA; }
p { color: rgb(236,119,234); }
H1.HeaderClassName
{
color: #EC77EA;
}
.AnyTagClassName
{
color: #EC77EA;
}
</style>
background-color css
<style>
a { background-color: #EC77EA; }
a { background-color: rgb(236,119,234); }
div.DivClassName
{
background-color: #EC77EA;
}
.BgClassName
{
background-color: #EC77EA;
}
</style>
border-color css
<style>
span { border-color: #EC77EA; }
span { border-color: rgb(236,119,234); }
td.TdClassName
{
border-color: #EC77EA;
}
.TagClassName
{
border-color: #EC77EA;
}
</style>