Shades of Violet Red #EB449B
Tints of Violet Red #EB449B
RGB
CMYK
RGB Variations
Color information
#EB449B (or 0xEB449B) is known color: Violet Red. HEX triplet: EB, 44 and 9B. RGB value is (235,68,155). Sum of RGB (Red+Green+Blue) = 235+68+155=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB449B is #14BB64. Grayscale: #7F7F7F. Windows color (decimal): -1358693 or 10175723. OLE color: 10175723.
HSL color Cylindrical-coordinate representation of color #EB449B: hue angle of 328.74º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB449B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 155 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.08 |
| HSL | 328.74º | 0.81% | 0.59% | - |
| HSV(B) | 328.74º | 0.71% | 0.92% | - |
| XYZ | 42.24 | 24.16 | 33.45 | - |
| YUV | 127.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 155 | 0 | 0.71 | 0.34 | 0.08 | 328.74 | 0.81 | 0.59 |
| Hex | EB | 44 | 9B | 0 | 47 | 22 | 8 | 149 | 51 | 3B |
| Octal | 353 | 104 | 233 | 0 | 107 | 42 | 10 | 511 | 121 | 73 |
| Binary | 11101011 | 1000100 | 10011011 | 0 | 1000111 | 100010 | 1000 | 101001001 | 1010001 | 111011 |
Color Harmonies of #EB449B
Complementary color
Monochromatic Colors of #EB449B
Black with #EB449B
Text Example
Text Example
White with #EB449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB449B; }
p { color: rgb(235,68,155); }
H1.HeaderClassName
{
color: #EB449B;
}
.AnyTagClassName
{
color: #EB449B;
}
</style>
background-color css
<style>
a { background-color: #EB449B; }
a { background-color: rgb(235,68,155); }
div.DivClassName
{
background-color: #EB449B;
}
.BgClassName
{
background-color: #EB449B;
}
</style>
border-color css
<style>
span { border-color: #EB449B; }
span { border-color: rgb(235,68,155); }
td.TdClassName
{
border-color: #EB449B;
}
.TagClassName
{
border-color: #EB449B;
}
</style>