Shades of Violet Red #ED448C
Tints of Violet Red #ED448C
RGB
CMYK
RGB Variations
Color information
#ED448C (or 0xED448C) is known color: Violet Red. HEX triplet: ED, 44 and 8C. RGB value is (237,68,140). Sum of RGB (Red+Green+Blue) = 237+68+140=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED448C is #12BB73. Grayscale: #7E7E7E. Windows color (decimal): -1227636 or 9192685. OLE color: 9192685.
HSL color Cylindrical-coordinate representation of color #ED448C: hue angle of 334.44º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED448C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 140 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.07 |
| HSL | 334.44º | 0.82% | 0.6% | - |
| HSV(B) | 334.44º | 0.71% | 0.93% | - |
| XYZ | 41.73 | 24.03 | 27.25 | - |
| YUV | 126.74 | 135.49 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 140 | 0 | 0.71 | 0.41 | 0.07 | 334.44 | 0.82 | 0.6 |
| Hex | ED | 44 | 8C | 0 | 47 | 29 | 7 | 14E | 52 | 3C |
| Octal | 355 | 104 | 214 | 0 | 107 | 51 | 7 | 516 | 122 | 74 |
| Binary | 11101101 | 1000100 | 10001100 | 0 | 1000111 | 101001 | 111 | 101001110 | 1010010 | 111100 |
Color Harmonies of #ED448C
Complementary color
Monochromatic Colors of #ED448C
Black with #ED448C
Text Example
Text Example
White with #ED448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED448C; }
p { color: rgb(237,68,140); }
H1.HeaderClassName
{
color: #ED448C;
}
.AnyTagClassName
{
color: #ED448C;
}
</style>
background-color css
<style>
a { background-color: #ED448C; }
a { background-color: rgb(237,68,140); }
div.DivClassName
{
background-color: #ED448C;
}
.BgClassName
{
background-color: #ED448C;
}
</style>
border-color css
<style>
span { border-color: #ED448C; }
span { border-color: rgb(237,68,140); }
td.TdClassName
{
border-color: #ED448C;
}
.TagClassName
{
border-color: #ED448C;
}
</style>