Shades of Razzmatazz #EB145B
Tints of Razzmatazz #EB145B
RGB
CMYK
RGB Variations
Color information
#EB145B (or 0xEB145B) is known color: Razzmatazz. HEX triplet: EB, 14 and 5B. RGB value is (235,20,91). Sum of RGB (Red+Green+Blue) = 235+20+91=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB145B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB145B is #14EBA4. Grayscale: #5C5C5C. Windows color (decimal): -1371045 or 5969131. OLE color: 5969131.
HSL color Cylindrical-coordinate representation of color #EB145B: hue angle of 340.19º 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 #EB145B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 91 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.08 |
| HSL | 340.19º | 0.84% | 0.5% | - |
| HSV(B) | 340.19º | 0.91% | 0.92% | - |
| XYZ | 36.4 | 18.92 | 11.63 | - |
| YUV | 92.38 | 127.23 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 91 | 0 | 0.91 | 0.61 | 0.08 | 340.19 | 0.84 | 0.5 |
| Hex | EB | 14 | 5B | 0 | 5B | 3D | 8 | 154 | 54 | 32 |
| Octal | 353 | 24 | 133 | 0 | 133 | 75 | 10 | 524 | 124 | 62 |
| Binary | 11101011 | 10100 | 1011011 | 0 | 1011011 | 111101 | 1000 | 101010100 | 1010100 | 110010 |
Color Harmonies of #EB145B
Complementary color
Monochromatic Colors of #EB145B
Black with #EB145B
Text Example
Text Example
White with #EB145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB145B; }
p { color: rgb(235,20,91); }
H1.HeaderClassName
{
color: #EB145B;
}
.AnyTagClassName
{
color: #EB145B;
}
</style>
background-color css
<style>
a { background-color: #EB145B; }
a { background-color: rgb(235,20,91); }
div.DivClassName
{
background-color: #EB145B;
}
.BgClassName
{
background-color: #EB145B;
}
</style>
border-color css
<style>
span { border-color: #EB145B; }
span { border-color: rgb(235,20,91); }
td.TdClassName
{
border-color: #EB145B;
}
.TagClassName
{
border-color: #EB145B;
}
</style>