Shades of Razzmatazz #EB0355
Tints of Razzmatazz #EB0355
RGB
CMYK
RGB Variations
Color information
#EB0355 (or 0xEB0355) is known color: Razzmatazz. HEX triplet: EB, 03 and 55. RGB value is (235,3,85). Sum of RGB (Red+Green+Blue) = 235+3+85=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0355 is #14FCAA. Grayscale: #515151. Windows color (decimal): -1375403 or 5571563. OLE color: 5571563.
HSL color Cylindrical-coordinate representation of color #EB0355: hue angle of 338.79º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0355 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.08 |
| HSL | 338.79º | 0.97% | 0.47% | - |
| HSV(B) | 338.79º | 0.99% | 0.92% | - |
| XYZ | 35.93 | 18.38 | 10.25 | - |
| YUV | 81.72 | 129.86 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 85 | 0 | 0.99 | 0.64 | 0.08 | 338.79 | 0.97 | 0.47 |
| Hex | EB | 3 | 55 | 0 | 63 | 40 | 8 | 153 | 61 | 2F |
| Octal | 353 | 3 | 125 | 0 | 143 | 100 | 10 | 523 | 141 | 57 |
| Binary | 11101011 | 11 | 1010101 | 0 | 1100011 | 1000000 | 1000 | 101010011 | 1100001 | 101111 |
Color Harmonies of #EB0355
Complementary color
Monochromatic Colors of #EB0355
Black with #EB0355
Text Example
Text Example
White with #EB0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0355; }
p { color: rgb(235,3,85); }
H1.HeaderClassName
{
color: #EB0355;
}
.AnyTagClassName
{
color: #EB0355;
}
</style>
background-color css
<style>
a { background-color: #EB0355; }
a { background-color: rgb(235,3,85); }
div.DivClassName
{
background-color: #EB0355;
}
.BgClassName
{
background-color: #EB0355;
}
</style>
border-color css
<style>
span { border-color: #EB0355; }
span { border-color: rgb(235,3,85); }
td.TdClassName
{
border-color: #EB0355;
}
.TagClassName
{
border-color: #EB0355;
}
</style>