Shades of Razzmatazz #EB154D
Tints of Razzmatazz #EB154D
RGB
CMYK
RGB Variations
Color information
#EB154D (or 0xEB154D) is known color: Razzmatazz. HEX triplet: EB, 15 and 4D. RGB value is (235,21,77). Sum of RGB (Red+Green+Blue) = 235+21+77=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB154D is #14EAB2. Grayscale: #5B5B5B. Windows color (decimal): -1370803 or 5051883. OLE color: 5051883.
HSL color Cylindrical-coordinate representation of color #EB154D: hue angle of 344.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB154D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.08 |
| HSL | 344.3º | 0.84% | 0.5% | - |
| HSV(B) | 344.3º | 0.91% | 0.92% | - |
| XYZ | 35.87 | 18.73 | 8.75 | - |
| YUV | 91.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 77 | 0 | 0.91 | 0.67 | 0.08 | 344.3 | 0.84 | 0.5 |
| Hex | EB | 15 | 4D | 0 | 5B | 43 | 8 | 158 | 54 | 32 |
| Octal | 353 | 25 | 115 | 0 | 133 | 103 | 10 | 530 | 124 | 62 |
| Binary | 11101011 | 10101 | 1001101 | 0 | 1011011 | 1000011 | 1000 | 101011000 | 1010100 | 110010 |
Color Harmonies of #EB154D
Complementary color
Monochromatic Colors of #EB154D
Black with #EB154D
Text Example
Text Example
White with #EB154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB154D; }
p { color: rgb(235,21,77); }
H1.HeaderClassName
{
color: #EB154D;
}
.AnyTagClassName
{
color: #EB154D;
}
</style>
background-color css
<style>
a { background-color: #EB154D; }
a { background-color: rgb(235,21,77); }
div.DivClassName
{
background-color: #EB154D;
}
.BgClassName
{
background-color: #EB154D;
}
</style>
border-color css
<style>
span { border-color: #EB154D; }
span { border-color: rgb(235,21,77); }
td.TdClassName
{
border-color: #EB154D;
}
.TagClassName
{
border-color: #EB154D;
}
</style>