Shades of Razzmatazz #E00B4B
Tints of Razzmatazz #E00B4B
RGB
CMYK
RGB Variations
Color information
#E00B4B (or 0xE00B4B) is known color: Razzmatazz. HEX triplet: E0, 0B and 4B. RGB value is (224,11,75). Sum of RGB (Red+Green+Blue) = 224+11+75=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B4B is #1FF4B4. Grayscale: #515151. Windows color (decimal): -2094261 or 4918240. OLE color: 4918240.
HSL color Cylindrical-coordinate representation of color #E00B4B: hue angle of 341.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00B4B is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 75 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.12 |
| HSL | 341.97º | 0.91% | 0.46% | - |
| HSV(B) | 341.97º | 0.95% | 0.88% | - |
| XYZ | 32.13 | 16.59 | 8.17 | - |
| YUV | 81.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 75 | 0 | 0.95 | 0.67 | 0.12 | 341.97 | 0.91 | 0.46 |
| Hex | E0 | B | 4B | 0 | 5F | 43 | C | 156 | 5B | 2E |
| Octal | 340 | 13 | 113 | 0 | 137 | 103 | 14 | 526 | 133 | 56 |
| Binary | 11100000 | 1011 | 1001011 | 0 | 1011111 | 1000011 | 1100 | 101010110 | 1011011 | 101110 |
Color Harmonies of #E00B4B
Complementary color
Monochromatic Colors of #E00B4B
Black with #E00B4B
Text Example
Text Example
White with #E00B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B4B; }
p { color: rgb(224,11,75); }
H1.HeaderClassName
{
color: #E00B4B;
}
.AnyTagClassName
{
color: #E00B4B;
}
</style>
background-color css
<style>
a { background-color: #E00B4B; }
a { background-color: rgb(224,11,75); }
div.DivClassName
{
background-color: #E00B4B;
}
.BgClassName
{
background-color: #E00B4B;
}
</style>
border-color css
<style>
span { border-color: #E00B4B; }
span { border-color: rgb(224,11,75); }
td.TdClassName
{
border-color: #E00B4B;
}
.TagClassName
{
border-color: #E00B4B;
}
</style>