Shades of Violet #EC77EE
Tints of Violet #EC77EE
RGB
CMYK
RGB Variations
Color information
#EC77EE (or 0xEC77EE) is known color: Violet. HEX triplet: EC, 77 and EE. RGB value is (236,119,238). Sum of RGB (Red+Green+Blue) = 236+119+238=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC77EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77EE is #138811. Grayscale: #A7A7A7. Windows color (decimal): -1280018 or 15628268. OLE color: 15628268.
HSL color Cylindrical-coordinate representation of color #EC77EE: hue angle of 298.99º degrees, saturation: 0.78, 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 #EC77EE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 238 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.07 |
| HSL | 298.99º | 0.78% | 0.7% | - |
| HSV(B) | 298.99º | 0.5% | 0.93% | - |
| XYZ | 56.62 | 37.2 | 85.08 | - |
| YUV | 167.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 238 | 0.01 | 0.50 | 0 | 0.07 | 298.99 | 0.78 | 0.7 |
| Hex | EC | 77 | EE | 1 | 32 | 0 | 7 | 12B | 4E | 46 |
| Octal | 354 | 167 | 356 | 1 | 62 | 0 | 7 | 453 | 116 | 106 |
| Binary | 11101100 | 1110111 | 11101110 | 1 | 110010 | 0 | 111 | 100101011 | 1001110 | 1000110 |
Color Harmonies of #EC77EE
Complementary color
Monochromatic Colors of #EC77EE
Black with #EC77EE
Text Example
Text Example
White with #EC77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77EE; }
p { color: rgb(236,119,238); }
H1.HeaderClassName
{
color: #EC77EE;
}
.AnyTagClassName
{
color: #EC77EE;
}
</style>
background-color css
<style>
a { background-color: #EC77EE; }
a { background-color: rgb(236,119,238); }
div.DivClassName
{
background-color: #EC77EE;
}
.BgClassName
{
background-color: #EC77EE;
}
</style>
border-color css
<style>
span { border-color: #EC77EE; }
span { border-color: rgb(236,119,238); }
td.TdClassName
{
border-color: #EC77EE;
}
.TagClassName
{
border-color: #EC77EE;
}
</style>