Shades of Violet Red #ED398E
Tints of Violet Red #ED398E
RGB
CMYK
RGB Variations
Color information
#ED398E (or 0xED398E) is known color: Violet Red. HEX triplet: ED, 39 and 8E. RGB value is (237,57,142). Sum of RGB (Red+Green+Blue) = 237+57+142=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED398E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED398E is #12C671. Grayscale: #787878. Windows color (decimal): -1230450 or 9320941. OLE color: 9320941.
HSL color Cylindrical-coordinate representation of color #ED398E: hue angle of 331.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED398E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 142 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.07 |
| HSL | 331.67º | 0.83% | 0.58% | - |
| HSV(B) | 331.67º | 0.76% | 0.93% | - |
| XYZ | 41.27 | 22.88 | 27.83 | - |
| YUV | 120.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 142 | 0 | 0.76 | 0.40 | 0.07 | 331.67 | 0.83 | 0.58 |
| Hex | ED | 39 | 8E | 0 | 4C | 28 | 7 | 14C | 53 | 3A |
| Octal | 355 | 71 | 216 | 0 | 114 | 50 | 7 | 514 | 123 | 72 |
| Binary | 11101101 | 111001 | 10001110 | 0 | 1001100 | 101000 | 111 | 101001100 | 1010011 | 111010 |
Color Harmonies of #ED398E
Complementary color
Monochromatic Colors of #ED398E
Black with #ED398E
Text Example
Text Example
White with #ED398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED398E; }
p { color: rgb(237,57,142); }
H1.HeaderClassName
{
color: #ED398E;
}
.AnyTagClassName
{
color: #ED398E;
}
</style>
background-color css
<style>
a { background-color: #ED398E; }
a { background-color: rgb(237,57,142); }
div.DivClassName
{
background-color: #ED398E;
}
.BgClassName
{
background-color: #ED398E;
}
</style>
border-color css
<style>
span { border-color: #ED398E; }
span { border-color: rgb(237,57,142); }
td.TdClassName
{
border-color: #ED398E;
}
.TagClassName
{
border-color: #ED398E;
}
</style>