Shades of Violet Red #ED459B
Tints of Violet Red #ED459B
RGB
CMYK
RGB Variations
Color information
#ED459B (or 0xED459B) is known color: Violet Red. HEX triplet: ED, 45 and 9B. RGB value is (237,69,155). Sum of RGB (Red+Green+Blue) = 237+69+155=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED459B is #12BA64. Grayscale: #808080. Windows color (decimal): -1227365 or 10175981. OLE color: 10175981.
HSL color Cylindrical-coordinate representation of color #ED459B: hue angle of 329.29º 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 #ED459B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 155 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.07 |
| HSL | 329.29º | 0.82% | 0.6% | - |
| HSV(B) | 329.29º | 0.71% | 0.93% | - |
| XYZ | 42.97 | 24.63 | 33.5 | - |
| YUV | 129.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 155 | 0 | 0.71 | 0.35 | 0.07 | 329.29 | 0.82 | 0.6 |
| Hex | ED | 45 | 9B | 0 | 47 | 23 | 7 | 149 | 52 | 3C |
| Octal | 355 | 105 | 233 | 0 | 107 | 43 | 7 | 511 | 122 | 74 |
| Binary | 11101101 | 1000101 | 10011011 | 0 | 1000111 | 100011 | 111 | 101001001 | 1010010 | 111100 |
Color Harmonies of #ED459B
Complementary color
Monochromatic Colors of #ED459B
Black with #ED459B
Text Example
Text Example
White with #ED459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED459B; }
p { color: rgb(237,69,155); }
H1.HeaderClassName
{
color: #ED459B;
}
.AnyTagClassName
{
color: #ED459B;
}
</style>
background-color css
<style>
a { background-color: #ED459B; }
a { background-color: rgb(237,69,155); }
div.DivClassName
{
background-color: #ED459B;
}
.BgClassName
{
background-color: #ED459B;
}
</style>
border-color css
<style>
span { border-color: #ED459B; }
span { border-color: rgb(237,69,155); }
td.TdClassName
{
border-color: #ED459B;
}
.TagClassName
{
border-color: #ED459B;
}
</style>