Shades of Violet Red #ED438F
Tints of Violet Red #ED438F
RGB
CMYK
RGB Variations
Color information
#ED438F (or 0xED438F) is known color: Violet Red. HEX triplet: ED, 43 and 8F. RGB value is (237,67,143). Sum of RGB (Red+Green+Blue) = 237+67+143=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED438F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED438F is #12BC70. Grayscale: #7E7E7E. Windows color (decimal): -1227889 or 9389037. OLE color: 9389037.
HSL color Cylindrical-coordinate representation of color #ED438F: hue angle of 333.18º 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 #ED438F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 143 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.07 |
| HSL | 333.18º | 0.83% | 0.6% | - |
| HSV(B) | 333.18º | 0.72% | 0.93% | - |
| XYZ | 41.89 | 24 | 28.41 | - |
| YUV | 126.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 143 | 0 | 0.72 | 0.40 | 0.07 | 333.18 | 0.83 | 0.6 |
| Hex | ED | 43 | 8F | 0 | 48 | 28 | 7 | 14D | 53 | 3C |
| Octal | 355 | 103 | 217 | 0 | 110 | 50 | 7 | 515 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10001111 | 0 | 1001000 | 101000 | 111 | 101001101 | 1010011 | 111100 |
Color Harmonies of #ED438F
Complementary color
Monochromatic Colors of #ED438F
Black with #ED438F
Text Example
Text Example
White with #ED438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED438F; }
p { color: rgb(237,67,143); }
H1.HeaderClassName
{
color: #ED438F;
}
.AnyTagClassName
{
color: #ED438F;
}
</style>
background-color css
<style>
a { background-color: #ED438F; }
a { background-color: rgb(237,67,143); }
div.DivClassName
{
background-color: #ED438F;
}
.BgClassName
{
background-color: #ED438F;
}
</style>
border-color css
<style>
span { border-color: #ED438F; }
span { border-color: rgb(237,67,143); }
td.TdClassName
{
border-color: #ED438F;
}
.TagClassName
{
border-color: #ED438F;
}
</style>