Shades of Violet #EC74E2
Tints of Violet #EC74E2
RGB
CMYK
RGB Variations
Color information
#EC74E2 (or 0xEC74E2) is known color: Violet. HEX triplet: EC, 74 and E2. RGB value is (236,116,226). Sum of RGB (Red+Green+Blue) = 236+116+226=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74E2 is #138B1D. Grayscale: #A4A4A4. Windows color (decimal): -1280798 or 14841068. OLE color: 14841068.
HSL color Cylindrical-coordinate representation of color #EC74E2: hue angle of 305º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC74E2 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 226 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.07 |
| HSL | 305º | 0.76% | 0.69% | - |
| HSV(B) | 305º | 0.51% | 0.93% | - |
| XYZ | 54.56 | 35.81 | 75.99 | - |
| YUV | 164.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 226 | 0 | 0.51 | 0.04 | 0.07 | 305 | 0.76 | 0.69 |
| Hex | EC | 74 | E2 | 0 | 33 | 4 | 7 | 131 | 4C | 45 |
| Octal | 354 | 164 | 342 | 0 | 63 | 4 | 7 | 461 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11100010 | 0 | 110011 | 100 | 111 | 100110001 | 1001100 | 1000101 |
Color Harmonies of #EC74E2
Complementary color
Monochromatic Colors of #EC74E2
Black with #EC74E2
Text Example
Text Example
White with #EC74E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74E2; }
p { color: rgb(236,116,226); }
H1.HeaderClassName
{
color: #EC74E2;
}
.AnyTagClassName
{
color: #EC74E2;
}
</style>
background-color css
<style>
a { background-color: #EC74E2; }
a { background-color: rgb(236,116,226); }
div.DivClassName
{
background-color: #EC74E2;
}
.BgClassName
{
background-color: #EC74E2;
}
</style>
border-color css
<style>
span { border-color: #EC74E2; }
span { border-color: rgb(236,116,226); }
td.TdClassName
{
border-color: #EC74E2;
}
.TagClassName
{
border-color: #EC74E2;
}
</style>