Shades of Razzmatazz #EB024B
Tints of Razzmatazz #EB024B
RGB
CMYK
RGB Variations
Color information
#EB024B (or 0xEB024B) is known color: Razzmatazz. HEX triplet: EB, 02 and 4B. RGB value is (235,2,75). Sum of RGB (Red+Green+Blue) = 235+2+75=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB024B is #14FDB4. Grayscale: #4F4F4F. Windows color (decimal): -1375669 or 4915947. OLE color: 4915947.
HSL color Cylindrical-coordinate representation of color #EB024B: hue angle of 341.2º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB024B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.08 |
| HSL | 341.2º | 0.98% | 0.46% | - |
| HSV(B) | 341.2º | 0.99% | 0.92% | - |
| XYZ | 35.55 | 18.21 | 8.3 | - |
| YUV | 79.99 | 125.19 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 75 | 0 | 0.99 | 0.68 | 0.08 | 341.2 | 0.98 | 0.46 |
| Hex | EB | 2 | 4B | 0 | 63 | 44 | 8 | 155 | 62 | 2E |
| Octal | 353 | 2 | 113 | 0 | 143 | 104 | 10 | 525 | 142 | 56 |
| Binary | 11101011 | 10 | 1001011 | 0 | 1100011 | 1000100 | 1000 | 101010101 | 1100010 | 101110 |
Color Harmonies of #EB024B
Complementary color
Monochromatic Colors of #EB024B
Black with #EB024B
Text Example
Text Example
White with #EB024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB024B; }
p { color: rgb(235,2,75); }
H1.HeaderClassName
{
color: #EB024B;
}
.AnyTagClassName
{
color: #EB024B;
}
</style>
background-color css
<style>
a { background-color: #EB024B; }
a { background-color: rgb(235,2,75); }
div.DivClassName
{
background-color: #EB024B;
}
.BgClassName
{
background-color: #EB024B;
}
</style>
border-color css
<style>
span { border-color: #EB024B; }
span { border-color: rgb(235,2,75); }
td.TdClassName
{
border-color: #EB024B;
}
.TagClassName
{
border-color: #EB024B;
}
</style>