Shades of Violet Red #ED367D
Tints of Violet Red #ED367D
RGB
CMYK
RGB Variations
Color information
#ED367D (or 0xED367D) is known color: Violet Red. HEX triplet: ED, 36 and 7D. RGB value is (237,54,125). Sum of RGB (Red+Green+Blue) = 237+54+125=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED367D is #12C982. Grayscale: #747474. Windows color (decimal): -1231235 or 8206061. OLE color: 8206061.
HSL color Cylindrical-coordinate representation of color #ED367D: hue angle of 336.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED367D is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 125 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.07 |
| HSL | 336.72º | 0.84% | 0.57% | - |
| HSV(B) | 336.72º | 0.77% | 0.93% | - |
| XYZ | 39.95 | 22.12 | 21.57 | - |
| YUV | 116.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 125 | 0 | 0.77 | 0.47 | 0.07 | 336.72 | 0.84 | 0.57 |
| Hex | ED | 36 | 7D | 0 | 4D | 2F | 7 | 151 | 54 | 39 |
| Octal | 355 | 66 | 175 | 0 | 115 | 57 | 7 | 521 | 124 | 71 |
| Binary | 11101101 | 110110 | 1111101 | 0 | 1001101 | 101111 | 111 | 101010001 | 1010100 | 111001 |
Color Harmonies of #ED367D
Complementary color
Monochromatic Colors of #ED367D
Black with #ED367D
Text Example
Text Example
White with #ED367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED367D; }
p { color: rgb(237,54,125); }
H1.HeaderClassName
{
color: #ED367D;
}
.AnyTagClassName
{
color: #ED367D;
}
</style>
background-color css
<style>
a { background-color: #ED367D; }
a { background-color: rgb(237,54,125); }
div.DivClassName
{
background-color: #ED367D;
}
.BgClassName
{
background-color: #ED367D;
}
</style>
border-color css
<style>
span { border-color: #ED367D; }
span { border-color: rgb(237,54,125); }
td.TdClassName
{
border-color: #ED367D;
}
.TagClassName
{
border-color: #ED367D;
}
</style>