Shades of Razzmatazz #EB044D
Tints of Razzmatazz #EB044D
RGB
CMYK
RGB Variations
Color information
#EB044D (or 0xEB044D) is known color: Razzmatazz. HEX triplet: EB, 04 and 4D. RGB value is (235,4,77). Sum of RGB (Red+Green+Blue) = 235+4+77=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB044D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB044D is #14FBB2. Grayscale: #515151. Windows color (decimal): -1375155 or 5047531. OLE color: 5047531.
HSL color Cylindrical-coordinate representation of color #EB044D: hue angle of 341.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB044D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.08 |
| HSL | 341.04º | 0.97% | 0.47% | - |
| HSV(B) | 341.04º | 0.98% | 0.92% | - |
| XYZ | 35.64 | 18.28 | 8.67 | - |
| YUV | 81.39 | 125.53 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 4 | 77 | 0 | 0.98 | 0.67 | 0.08 | 341.04 | 0.97 | 0.47 |
| Hex | EB | 4 | 4D | 0 | 62 | 43 | 8 | 155 | 61 | 2F |
| Octal | 353 | 4 | 115 | 0 | 142 | 103 | 10 | 525 | 141 | 57 |
| Binary | 11101011 | 100 | 1001101 | 0 | 1100010 | 1000011 | 1000 | 101010101 | 1100001 | 101111 |
Color Harmonies of #EB044D
Complementary color
Monochromatic Colors of #EB044D
Black with #EB044D
Text Example
Text Example
White with #EB044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB044D; }
p { color: rgb(235,4,77); }
H1.HeaderClassName
{
color: #EB044D;
}
.AnyTagClassName
{
color: #EB044D;
}
</style>
background-color css
<style>
a { background-color: #EB044D; }
a { background-color: rgb(235,4,77); }
div.DivClassName
{
background-color: #EB044D;
}
.BgClassName
{
background-color: #EB044D;
}
</style>
border-color css
<style>
span { border-color: #EB044D; }
span { border-color: rgb(235,4,77); }
td.TdClassName
{
border-color: #EB044D;
}
.TagClassName
{
border-color: #EB044D;
}
</style>