Shades of Violet Red #EC448A
Tints of Violet Red #EC448A
RGB
CMYK
RGB Variations
Color information
#EC448A (or 0xEC448A) is known color: Violet Red. HEX triplet: EC, 44 and 8A. RGB value is (236,68,138). Sum of RGB (Red+Green+Blue) = 236+68+138=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC448A is #13BB75. Grayscale: #7E7E7E. Windows color (decimal): -1293174 or 9061612. OLE color: 9061612.
HSL color Cylindrical-coordinate representation of color #EC448A: hue angle of 335º 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 #EC448A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 138 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.07 |
| HSL | 335º | 0.82% | 0.6% | - |
| HSV(B) | 335º | 0.71% | 0.93% | - |
| XYZ | 41.25 | 23.8 | 26.47 | - |
| YUV | 126.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 138 | 0 | 0.71 | 0.42 | 0.07 | 335 | 0.82 | 0.6 |
| Hex | EC | 44 | 8A | 0 | 47 | 2A | 7 | 14F | 52 | 3C |
| Octal | 354 | 104 | 212 | 0 | 107 | 52 | 7 | 517 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10001010 | 0 | 1000111 | 101010 | 111 | 101001111 | 1010010 | 111100 |
Color Harmonies of #EC448A
Complementary color
Monochromatic Colors of #EC448A
Black with #EC448A
Text Example
Text Example
White with #EC448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC448A; }
p { color: rgb(236,68,138); }
H1.HeaderClassName
{
color: #EC448A;
}
.AnyTagClassName
{
color: #EC448A;
}
</style>
background-color css
<style>
a { background-color: #EC448A; }
a { background-color: rgb(236,68,138); }
div.DivClassName
{
background-color: #EC448A;
}
.BgClassName
{
background-color: #EC448A;
}
</style>
border-color css
<style>
span { border-color: #EC448A; }
span { border-color: rgb(236,68,138); }
td.TdClassName
{
border-color: #EC448A;
}
.TagClassName
{
border-color: #EC448A;
}
</style>