Shades of Razzmatazz #EB144E
Tints of Razzmatazz #EB144E
RGB
CMYK
RGB Variations
Color information
#EB144E (or 0xEB144E) is known color: Razzmatazz. HEX triplet: EB, 14 and 4E. RGB value is (235,20,78). Sum of RGB (Red+Green+Blue) = 235+20+78=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB144E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB144E is #14EBB1. Grayscale: #5A5A5A. Windows color (decimal): -1371058 or 5117163. OLE color: 5117163.
HSL color Cylindrical-coordinate representation of color #EB144E: hue angle of 343.81º 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 #EB144E is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.08 |
| HSL | 343.81º | 0.84% | 0.5% | - |
| HSV(B) | 343.81º | 0.91% | 0.92% | - |
| XYZ | 35.89 | 18.71 | 8.93 | - |
| YUV | 90.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 78 | 0 | 0.91 | 0.67 | 0.08 | 343.81 | 0.84 | 0.5 |
| Hex | EB | 14 | 4E | 0 | 5B | 43 | 8 | 158 | 54 | 32 |
| Octal | 353 | 24 | 116 | 0 | 133 | 103 | 10 | 530 | 124 | 62 |
| Binary | 11101011 | 10100 | 1001110 | 0 | 1011011 | 1000011 | 1000 | 101011000 | 1010100 | 110010 |
Color Harmonies of #EB144E
Complementary color
Monochromatic Colors of #EB144E
Black with #EB144E
Text Example
Text Example
White with #EB144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB144E; }
p { color: rgb(235,20,78); }
H1.HeaderClassName
{
color: #EB144E;
}
.AnyTagClassName
{
color: #EB144E;
}
</style>
background-color css
<style>
a { background-color: #EB144E; }
a { background-color: rgb(235,20,78); }
div.DivClassName
{
background-color: #EB144E;
}
.BgClassName
{
background-color: #EB144E;
}
</style>
border-color css
<style>
span { border-color: #EB144E; }
span { border-color: rgb(235,20,78); }
td.TdClassName
{
border-color: #EB144E;
}
.TagClassName
{
border-color: #EB144E;
}
</style>