Shades of Violet Red #EC447F
Tints of Violet Red #EC447F
RGB
CMYK
RGB Variations
Color information
#EC447F (or 0xEC447F) is known color: Violet Red. HEX triplet: EC, 44 and 7F. RGB value is (236,68,127). Sum of RGB (Red+Green+Blue) = 236+68+127=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC447F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC447F is #13BB80. Grayscale: #7C7C7C. Windows color (decimal): -1293185 or 8340716. OLE color: 8340716.
HSL color Cylindrical-coordinate representation of color #EC447F: hue angle of 338.93º 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 #EC447F is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 127 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.07 |
| HSL | 338.93º | 0.82% | 0.6% | - |
| HSV(B) | 338.93º | 0.71% | 0.93% | - |
| XYZ | 40.49 | 23.5 | 22.48 | - |
| YUV | 124.96 | 129.16 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 127 | 0 | 0.71 | 0.46 | 0.07 | 338.93 | 0.82 | 0.6 |
| Hex | EC | 44 | 7F | 0 | 47 | 2E | 7 | 153 | 52 | 3C |
| Octal | 354 | 104 | 177 | 0 | 107 | 56 | 7 | 523 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1111111 | 0 | 1000111 | 101110 | 111 | 101010011 | 1010010 | 111100 |
Color Harmonies of #EC447F
Complementary color
Monochromatic Colors of #EC447F
Black with #EC447F
Text Example
Text Example
White with #EC447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC447F; }
p { color: rgb(236,68,127); }
H1.HeaderClassName
{
color: #EC447F;
}
.AnyTagClassName
{
color: #EC447F;
}
</style>
background-color css
<style>
a { background-color: #EC447F; }
a { background-color: rgb(236,68,127); }
div.DivClassName
{
background-color: #EC447F;
}
.BgClassName
{
background-color: #EC447F;
}
</style>
border-color css
<style>
span { border-color: #EC447F; }
span { border-color: rgb(236,68,127); }
td.TdClassName
{
border-color: #EC447F;
}
.TagClassName
{
border-color: #EC447F;
}
</style>