Shades of Violet Red #ED4286
Tints of Violet Red #ED4286
RGB
CMYK
RGB Variations
Color information
#ED4286 (or 0xED4286) is known color: Violet Red. HEX triplet: ED, 42 and 86. RGB value is (237,66,134). Sum of RGB (Red+Green+Blue) = 237+66+134=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4286 is #12BD79. Grayscale: #7C7C7C. Windows color (decimal): -1228154 or 8798957. OLE color: 8798957.
HSL color Cylindrical-coordinate representation of color #ED4286: hue angle of 336.14º degrees, saturation: 0.83, 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 #ED4286 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 134 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.07 |
| HSL | 336.14º | 0.83% | 0.59% | - |
| HSV(B) | 336.14º | 0.72% | 0.93% | - |
| XYZ | 41.18 | 23.62 | 24.94 | - |
| YUV | 124.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 134 | 0 | 0.72 | 0.43 | 0.07 | 336.14 | 0.83 | 0.59 |
| Hex | ED | 42 | 86 | 0 | 48 | 2B | 7 | 150 | 53 | 3B |
| Octal | 355 | 102 | 206 | 0 | 110 | 53 | 7 | 520 | 123 | 73 |
| Binary | 11101101 | 1000010 | 10000110 | 0 | 1001000 | 101011 | 111 | 101010000 | 1010011 | 111011 |
Color Harmonies of #ED4286
Complementary color
Monochromatic Colors of #ED4286
Black with #ED4286
Text Example
Text Example
White with #ED4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4286; }
p { color: rgb(237,66,134); }
H1.HeaderClassName
{
color: #ED4286;
}
.AnyTagClassName
{
color: #ED4286;
}
</style>
background-color css
<style>
a { background-color: #ED4286; }
a { background-color: rgb(237,66,134); }
div.DivClassName
{
background-color: #ED4286;
}
.BgClassName
{
background-color: #ED4286;
}
</style>
border-color css
<style>
span { border-color: #ED4286; }
span { border-color: rgb(237,66,134); }
td.TdClassName
{
border-color: #ED4286;
}
.TagClassName
{
border-color: #ED4286;
}
</style>