Shades of Razzmatazz #EB016D
Tints of Razzmatazz #EB016D
RGB
CMYK
RGB Variations
Color information
#EB016D (or 0xEB016D) is known color: Razzmatazz. HEX triplet: EB, 01 and 6D. RGB value is (235,1,109). Sum of RGB (Red+Green+Blue) = 235+1+109=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB016D is #14FE92. Grayscale: #535353. Windows color (decimal): -1375891 or 7143915. OLE color: 7143915.
HSL color Cylindrical-coordinate representation of color #EB016D: hue angle of 332.31º 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 #EB016D is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.08 |
| HSL | 332.31º | 0.99% | 0.46% | - |
| HSV(B) | 332.31º | 1% | 0.92% | - |
| XYZ | 37.03 | 18.79 | 16.14 | - |
| YUV | 83.28 | 142.52 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 109 | 0 | 1.00 | 0.54 | 0.08 | 332.31 | 0.99 | 0.46 |
| Hex | EB | 1 | 6D | 0 | 64 | 36 | 8 | 14C | 63 | 2E |
| Octal | 353 | 1 | 155 | 0 | 144 | 66 | 10 | 514 | 143 | 56 |
| Binary | 11101011 | 1 | 1101101 | 0 | 1100100 | 110110 | 1000 | 101001100 | 1100011 | 101110 |
Color Harmonies of #EB016D
Complementary color
Monochromatic Colors of #EB016D
Black with #EB016D
Text Example
Text Example
White with #EB016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB016D; }
p { color: rgb(235,1,109); }
H1.HeaderClassName
{
color: #EB016D;
}
.AnyTagClassName
{
color: #EB016D;
}
</style>
background-color css
<style>
a { background-color: #EB016D; }
a { background-color: rgb(235,1,109); }
div.DivClassName
{
background-color: #EB016D;
}
.BgClassName
{
background-color: #EB016D;
}
</style>
border-color css
<style>
span { border-color: #EB016D; }
span { border-color: rgb(235,1,109); }
td.TdClassName
{
border-color: #EB016D;
}
.TagClassName
{
border-color: #EB016D;
}
</style>