Shades of Razzmatazz #EB0154
Tints of Razzmatazz #EB0154
RGB
CMYK
RGB Variations
Color information
#EB0154 (or 0xEB0154) is known color: Razzmatazz. HEX triplet: EB, 01 and 54. RGB value is (235,1,84). Sum of RGB (Red+Green+Blue) = 235+1+84=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0154 is #14FEAB. Grayscale: #505050. Windows color (decimal): -1375916 or 5505515. OLE color: 5505515.
HSL color Cylindrical-coordinate representation of color #EB0154: hue angle of 338.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0154 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.08 |
| HSL | 338.72º | 0.99% | 0.46% | - |
| HSV(B) | 338.72º | 1% | 0.92% | - |
| XYZ | 35.87 | 18.32 | 10.03 | - |
| YUV | 80.43 | 130.02 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 84 | 0 | 1.00 | 0.64 | 0.08 | 338.72 | 0.99 | 0.46 |
| Hex | EB | 1 | 54 | 0 | 64 | 40 | 8 | 153 | 63 | 2E |
| Octal | 353 | 1 | 124 | 0 | 144 | 100 | 10 | 523 | 143 | 56 |
| Binary | 11101011 | 1 | 1010100 | 0 | 1100100 | 1000000 | 1000 | 101010011 | 1100011 | 101110 |
Color Harmonies of #EB0154
Complementary color
Monochromatic Colors of #EB0154
Black with #EB0154
Text Example
Text Example
White with #EB0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0154; }
p { color: rgb(235,1,84); }
H1.HeaderClassName
{
color: #EB0154;
}
.AnyTagClassName
{
color: #EB0154;
}
</style>
background-color css
<style>
a { background-color: #EB0154; }
a { background-color: rgb(235,1,84); }
div.DivClassName
{
background-color: #EB0154;
}
.BgClassName
{
background-color: #EB0154;
}
</style>
border-color css
<style>
span { border-color: #EB0154; }
span { border-color: rgb(235,1,84); }
td.TdClassName
{
border-color: #EB0154;
}
.TagClassName
{
border-color: #EB0154;
}
</style>