Shades of Violet Red #ED437B
Tints of Violet Red #ED437B
RGB
CMYK
RGB Variations
Color information
#ED437B (or 0xED437B) is known color: Violet Red. HEX triplet: ED, 43 and 7B. RGB value is (237,67,123). Sum of RGB (Red+Green+Blue) = 237+67+123=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED437B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED437B is #12BC84. Grayscale: #7C7C7C. Windows color (decimal): -1227909 or 8078317. OLE color: 8078317.
HSL color Cylindrical-coordinate representation of color #ED437B: hue angle of 340.24º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED437B is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 123 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.07 |
| HSL | 340.24º | 0.83% | 0.6% | - |
| HSV(B) | 340.24º | 0.72% | 0.93% | - |
| XYZ | 40.51 | 23.45 | 21.13 | - |
| YUV | 124.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 123 | 0 | 0.72 | 0.48 | 0.07 | 340.24 | 0.83 | 0.6 |
| Hex | ED | 43 | 7B | 0 | 48 | 30 | 7 | 154 | 53 | 3C |
| Octal | 355 | 103 | 173 | 0 | 110 | 60 | 7 | 524 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1111011 | 0 | 1001000 | 110000 | 111 | 101010100 | 1010011 | 111100 |
Color Harmonies of #ED437B
Complementary color
Monochromatic Colors of #ED437B
Black with #ED437B
Text Example
Text Example
White with #ED437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED437B; }
p { color: rgb(237,67,123); }
H1.HeaderClassName
{
color: #ED437B;
}
.AnyTagClassName
{
color: #ED437B;
}
</style>
background-color css
<style>
a { background-color: #ED437B; }
a { background-color: rgb(237,67,123); }
div.DivClassName
{
background-color: #ED437B;
}
.BgClassName
{
background-color: #ED437B;
}
</style>
border-color css
<style>
span { border-color: #ED437B; }
span { border-color: rgb(237,67,123); }
td.TdClassName
{
border-color: #ED437B;
}
.TagClassName
{
border-color: #ED437B;
}
</style>