Shades of Violet Red #ED3F90
Tints of Violet Red #ED3F90
RGB
CMYK
RGB Variations
Color information
#ED3F90 (or 0xED3F90) is known color: Violet Red. HEX triplet: ED, 3F and 90. RGB value is (237,63,144). Sum of RGB (Red+Green+Blue) = 237+63+144=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3F90 is #12C06F. Grayscale: #7C7C7C. Windows color (decimal): -1228912 or 9453549. OLE color: 9453549.
HSL color Cylindrical-coordinate representation of color #ED3F90: hue angle of 332.07º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED3F90 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 144 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.07 |
| HSL | 332.07º | 0.83% | 0.59% | - |
| HSV(B) | 332.07º | 0.73% | 0.93% | - |
| XYZ | 41.74 | 23.57 | 28.74 | - |
| YUV | 124.26 | 139.15 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 144 | 0 | 0.73 | 0.39 | 0.07 | 332.07 | 0.83 | 0.59 |
| Hex | ED | 3F | 90 | 0 | 49 | 27 | 7 | 14C | 53 | 3B |
| Octal | 355 | 77 | 220 | 0 | 111 | 47 | 7 | 514 | 123 | 73 |
| Binary | 11101101 | 111111 | 10010000 | 0 | 1001001 | 100111 | 111 | 101001100 | 1010011 | 111011 |
Color Harmonies of #ED3F90
Complementary color
Monochromatic Colors of #ED3F90
Black with #ED3F90
Text Example
Text Example
White with #ED3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F90; }
p { color: rgb(237,63,144); }
H1.HeaderClassName
{
color: #ED3F90;
}
.AnyTagClassName
{
color: #ED3F90;
}
</style>
background-color css
<style>
a { background-color: #ED3F90; }
a { background-color: rgb(237,63,144); }
div.DivClassName
{
background-color: #ED3F90;
}
.BgClassName
{
background-color: #ED3F90;
}
</style>
border-color css
<style>
span { border-color: #ED3F90; }
span { border-color: rgb(237,63,144); }
td.TdClassName
{
border-color: #ED3F90;
}
.TagClassName
{
border-color: #ED3F90;
}
</style>