Shades of Violet Red #ED438B
Tints of Violet Red #ED438B
RGB
CMYK
RGB Variations
Color information
#ED438B (or 0xED438B) is known color: Violet Red. HEX triplet: ED, 43 and 8B. RGB value is (237,67,139). Sum of RGB (Red+Green+Blue) = 237+67+139=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED438B is #12BC74. Grayscale: #7D7D7D. Windows color (decimal): -1227893 or 9126893. OLE color: 9126893.
HSL color Cylindrical-coordinate representation of color #ED438B: hue angle of 334.59º 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 #ED438B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 139 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.07 |
| HSL | 334.59º | 0.83% | 0.6% | - |
| HSV(B) | 334.59º | 0.72% | 0.93% | - |
| XYZ | 41.59 | 23.88 | 26.84 | - |
| YUV | 126.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 139 | 0 | 0.72 | 0.41 | 0.07 | 334.59 | 0.83 | 0.6 |
| Hex | ED | 43 | 8B | 0 | 48 | 29 | 7 | 14F | 53 | 3C |
| Octal | 355 | 103 | 213 | 0 | 110 | 51 | 7 | 517 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10001011 | 0 | 1001000 | 101001 | 111 | 101001111 | 1010011 | 111100 |
Color Harmonies of #ED438B
Complementary color
Monochromatic Colors of #ED438B
Black with #ED438B
Text Example
Text Example
White with #ED438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED438B; }
p { color: rgb(237,67,139); }
H1.HeaderClassName
{
color: #ED438B;
}
.AnyTagClassName
{
color: #ED438B;
}
</style>
background-color css
<style>
a { background-color: #ED438B; }
a { background-color: rgb(237,67,139); }
div.DivClassName
{
background-color: #ED438B;
}
.BgClassName
{
background-color: #ED438B;
}
</style>
border-color css
<style>
span { border-color: #ED438B; }
span { border-color: rgb(237,67,139); }
td.TdClassName
{
border-color: #ED438B;
}
.TagClassName
{
border-color: #ED438B;
}
</style>