Shades of Razzmatazz #EB015C
Tints of Razzmatazz #EB015C
RGB
CMYK
RGB Variations
Color information
#EB015C (or 0xEB015C) is known color: Razzmatazz. HEX triplet: EB, 01 and 5C. RGB value is (235,1,92). Sum of RGB (Red+Green+Blue) = 235+1+92=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB015C is #14FEA3. Grayscale: #515151. Windows color (decimal): -1375908 or 6029803. OLE color: 6029803.
HSL color Cylindrical-coordinate representation of color #EB015C: hue angle of 336.67º 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 #EB015C is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.08 |
| HSL | 336.67º | 0.99% | 0.46% | - |
| HSV(B) | 336.67º | 1% | 0.92% | - |
| XYZ | 36.2 | 18.46 | 11.78 | - |
| YUV | 81.34 | 134.02 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 92 | 0 | 1.00 | 0.61 | 0.08 | 336.67 | 0.99 | 0.46 |
| Hex | EB | 1 | 5C | 0 | 64 | 3D | 8 | 151 | 63 | 2E |
| Octal | 353 | 1 | 134 | 0 | 144 | 75 | 10 | 521 | 143 | 56 |
| Binary | 11101011 | 1 | 1011100 | 0 | 1100100 | 111101 | 1000 | 101010001 | 1100011 | 101110 |
Color Harmonies of #EB015C
Complementary color
Monochromatic Colors of #EB015C
Black with #EB015C
Text Example
Text Example
White with #EB015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB015C; }
p { color: rgb(235,1,92); }
H1.HeaderClassName
{
color: #EB015C;
}
.AnyTagClassName
{
color: #EB015C;
}
</style>
background-color css
<style>
a { background-color: #EB015C; }
a { background-color: rgb(235,1,92); }
div.DivClassName
{
background-color: #EB015C;
}
.BgClassName
{
background-color: #EB015C;
}
</style>
border-color css
<style>
span { border-color: #EB015C; }
span { border-color: rgb(235,1,92); }
td.TdClassName
{
border-color: #EB015C;
}
.TagClassName
{
border-color: #EB015C;
}
</style>