Shades of Violet Red #ED439C
Tints of Violet Red #ED439C
RGB
CMYK
RGB Variations
Color information
#ED439C (or 0xED439C) is known color: Violet Red. HEX triplet: ED, 43 and 9C. RGB value is (237,67,156). Sum of RGB (Red+Green+Blue) = 237+67+156=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED439C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED439C is #12BC63. Grayscale: #7F7F7F. Windows color (decimal): -1227876 or 10241005. OLE color: 10241005.
HSL color Cylindrical-coordinate representation of color #ED439C: hue angle of 328.59º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED439C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 156 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.07 |
| HSL | 328.59º | 0.83% | 0.6% | - |
| HSV(B) | 328.59º | 0.72% | 0.93% | - |
| XYZ | 42.93 | 24.42 | 33.9 | - |
| YUV | 127.98 | 143.82 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 156 | 0 | 0.72 | 0.34 | 0.07 | 328.59 | 0.83 | 0.6 |
| Hex | ED | 43 | 9C | 0 | 48 | 22 | 7 | 149 | 53 | 3C |
| Octal | 355 | 103 | 234 | 0 | 110 | 42 | 7 | 511 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10011100 | 0 | 1001000 | 100010 | 111 | 101001001 | 1010011 | 111100 |
Color Harmonies of #ED439C
Complementary color
Monochromatic Colors of #ED439C
Black with #ED439C
Text Example
Text Example
White with #ED439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED439C; }
p { color: rgb(237,67,156); }
H1.HeaderClassName
{
color: #ED439C;
}
.AnyTagClassName
{
color: #ED439C;
}
</style>
background-color css
<style>
a { background-color: #ED439C; }
a { background-color: rgb(237,67,156); }
div.DivClassName
{
background-color: #ED439C;
}
.BgClassName
{
background-color: #ED439C;
}
</style>
border-color css
<style>
span { border-color: #ED439C; }
span { border-color: rgb(237,67,156); }
td.TdClassName
{
border-color: #ED439C;
}
.TagClassName
{
border-color: #ED439C;
}
</style>