Shades of Violet Red #EC447E
Tints of Violet Red #EC447E
RGB
CMYK
RGB Variations
Color information
#EC447E (or 0xEC447E) is known color: Violet Red. HEX triplet: EC, 44 and 7E. RGB value is (236,68,126). Sum of RGB (Red+Green+Blue) = 236+68+126=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC447E is #13BB81. Grayscale: #7C7C7C. Windows color (decimal): -1293186 or 8275180. OLE color: 8275180.
HSL color Cylindrical-coordinate representation of color #EC447E: hue angle of 339.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC447E is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 126 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 339.29º | 0.82% | 0.6% | - |
| HSV(B) | 339.29º | 0.71% | 0.93% | - |
| XYZ | 40.43 | 23.47 | 22.14 | - |
| YUV | 124.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 126 | 0 | 0.71 | 0.47 | 0.07 | 339.29 | 0.82 | 0.6 |
| Hex | EC | 44 | 7E | 0 | 47 | 2F | 7 | 153 | 52 | 3C |
| Octal | 354 | 104 | 176 | 0 | 107 | 57 | 7 | 523 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1111110 | 0 | 1000111 | 101111 | 111 | 101010011 | 1010010 | 111100 |
Color Harmonies of #EC447E
Complementary color
Monochromatic Colors of #EC447E
Black with #EC447E
Text Example
Text Example
White with #EC447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC447E; }
p { color: rgb(236,68,126); }
H1.HeaderClassName
{
color: #EC447E;
}
.AnyTagClassName
{
color: #EC447E;
}
</style>
background-color css
<style>
a { background-color: #EC447E; }
a { background-color: rgb(236,68,126); }
div.DivClassName
{
background-color: #EC447E;
}
.BgClassName
{
background-color: #EC447E;
}
</style>
border-color css
<style>
span { border-color: #EC447E; }
span { border-color: rgb(236,68,126); }
td.TdClassName
{
border-color: #EC447E;
}
.TagClassName
{
border-color: #EC447E;
}
</style>