Shades of Violet Red #EC439A
Tints of Violet Red #EC439A
RGB
CMYK
RGB Variations
Color information
#EC439A (or 0xEC439A) is known color: Violet Red. HEX triplet: EC, 43 and 9A. RGB value is (236,67,154). Sum of RGB (Red+Green+Blue) = 236+67+154=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC439A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC439A is #13BC65. Grayscale: #7F7F7F. Windows color (decimal): -1293414 or 10109932. OLE color: 10109932.
HSL color Cylindrical-coordinate representation of color #EC439A: hue angle of 329.11º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC439A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 154 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 329.11º | 0.82% | 0.59% | - |
| HSV(B) | 329.11º | 0.72% | 0.93% | - |
| XYZ | 42.43 | 24.18 | 33 | - |
| YUV | 127.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 154 | 0 | 0.72 | 0.35 | 0.07 | 329.11 | 0.82 | 0.59 |
| Hex | EC | 43 | 9A | 0 | 48 | 23 | 7 | 149 | 52 | 3B |
| Octal | 354 | 103 | 232 | 0 | 110 | 43 | 7 | 511 | 122 | 73 |
| Binary | 11101100 | 1000011 | 10011010 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010010 | 111011 |
Color Harmonies of #EC439A
Complementary color
Monochromatic Colors of #EC439A
Black with #EC439A
Text Example
Text Example
White with #EC439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC439A; }
p { color: rgb(236,67,154); }
H1.HeaderClassName
{
color: #EC439A;
}
.AnyTagClassName
{
color: #EC439A;
}
</style>
background-color css
<style>
a { background-color: #EC439A; }
a { background-color: rgb(236,67,154); }
div.DivClassName
{
background-color: #EC439A;
}
.BgClassName
{
background-color: #EC439A;
}
</style>
border-color css
<style>
span { border-color: #EC439A; }
span { border-color: rgb(236,67,154); }
td.TdClassName
{
border-color: #EC439A;
}
.TagClassName
{
border-color: #EC439A;
}
</style>