Shades of Violet Red #ED439A
Tints of Violet Red #ED439A
RGB
CMYK
RGB Variations
Color information
#ED439A (or 0xED439A) is known color: Violet Red. HEX triplet: ED, 43 and 9A. RGB value is (237,67,154). Sum of RGB (Red+Green+Blue) = 237+67+154=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED439A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED439A is #12BC65. Grayscale: #7F7F7F. Windows color (decimal): -1227878 or 10109933. OLE color: 10109933.
HSL color Cylindrical-coordinate representation of color #ED439A: hue angle of 329.29º 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 #ED439A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 154 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 329.29º | 0.83% | 0.6% | - |
| HSV(B) | 329.29º | 0.72% | 0.93% | - |
| XYZ | 42.76 | 24.35 | 33.02 | - |
| YUV | 127.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 154 | 0 | 0.72 | 0.35 | 0.07 | 329.29 | 0.83 | 0.6 |
| Hex | ED | 43 | 9A | 0 | 48 | 23 | 7 | 149 | 53 | 3C |
| Octal | 355 | 103 | 232 | 0 | 110 | 43 | 7 | 511 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10011010 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010011 | 111100 |
Color Harmonies of #ED439A
Complementary color
Monochromatic Colors of #ED439A
Black with #ED439A
Text Example
Text Example
White with #ED439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED439A; }
p { color: rgb(237,67,154); }
H1.HeaderClassName
{
color: #ED439A;
}
.AnyTagClassName
{
color: #ED439A;
}
</style>
background-color css
<style>
a { background-color: #ED439A; }
a { background-color: rgb(237,67,154); }
div.DivClassName
{
background-color: #ED439A;
}
.BgClassName
{
background-color: #ED439A;
}
</style>
border-color css
<style>
span { border-color: #ED439A; }
span { border-color: rgb(237,67,154); }
td.TdClassName
{
border-color: #ED439A;
}
.TagClassName
{
border-color: #ED439A;
}
</style>