Shades of Violet Red #EB448B
Tints of Violet Red #EB448B
RGB
CMYK
RGB Variations
Color information
#EB448B (or 0xEB448B) is known color: Violet Red. HEX triplet: EB, 44 and 8B. RGB value is (235,68,139). Sum of RGB (Red+Green+Blue) = 235+68+139=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB448B is #14BB74. Grayscale: #7D7D7D. Windows color (decimal): -1358709 or 9127147. OLE color: 9127147.
HSL color Cylindrical-coordinate representation of color #EB448B: hue angle of 334.49º 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 #EB448B is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 139 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.08 |
| HSL | 334.49º | 0.81% | 0.59% | - |
| HSV(B) | 334.49º | 0.71% | 0.92% | - |
| XYZ | 40.99 | 23.66 | 26.83 | - |
| YUV | 126.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 139 | 0 | 0.71 | 0.41 | 0.08 | 334.49 | 0.81 | 0.59 |
| Hex | EB | 44 | 8B | 0 | 47 | 29 | 8 | 14E | 51 | 3B |
| Octal | 353 | 104 | 213 | 0 | 107 | 51 | 10 | 516 | 121 | 73 |
| Binary | 11101011 | 1000100 | 10001011 | 0 | 1000111 | 101001 | 1000 | 101001110 | 1010001 | 111011 |
Color Harmonies of #EB448B
Complementary color
Monochromatic Colors of #EB448B
Black with #EB448B
Text Example
Text Example
White with #EB448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB448B; }
p { color: rgb(235,68,139); }
H1.HeaderClassName
{
color: #EB448B;
}
.AnyTagClassName
{
color: #EB448B;
}
</style>
background-color css
<style>
a { background-color: #EB448B; }
a { background-color: rgb(235,68,139); }
div.DivClassName
{
background-color: #EB448B;
}
.BgClassName
{
background-color: #EB448B;
}
</style>
border-color css
<style>
span { border-color: #EB448B; }
span { border-color: rgb(235,68,139); }
td.TdClassName
{
border-color: #EB448B;
}
.TagClassName
{
border-color: #EB448B;
}
</style>