Shades of Razzmatazz #E00B5B
Tints of Razzmatazz #E00B5B
RGB
CMYK
RGB Variations
Color information
#E00B5B (or 0xE00B5B) is known color: Razzmatazz. HEX triplet: E0, 0B and 5B. RGB value is (224,11,91). Sum of RGB (Red+Green+Blue) = 224+11+91=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B5B is #1FF4A4. Grayscale: #535353. Windows color (decimal): -2094245 or 5966816. OLE color: 5966816.
HSL color Cylindrical-coordinate representation of color #E00B5B: hue angle of 337.46º 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 #E00B5B is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 91 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.12 |
| HSL | 337.46º | 0.91% | 0.46% | - |
| HSV(B) | 337.46º | 0.95% | 0.88% | - |
| XYZ | 32.75 | 16.84 | 11.42 | - |
| YUV | 83.81 | 132.07 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 91 | 0 | 0.95 | 0.59 | 0.12 | 337.46 | 0.91 | 0.46 |
| Hex | E0 | B | 5B | 0 | 5F | 3B | C | 151 | 5B | 2E |
| Octal | 340 | 13 | 133 | 0 | 137 | 73 | 14 | 521 | 133 | 56 |
| Binary | 11100000 | 1011 | 1011011 | 0 | 1011111 | 111011 | 1100 | 101010001 | 1011011 | 101110 |
Color Harmonies of #E00B5B
Complementary color
Monochromatic Colors of #E00B5B
Black with #E00B5B
Text Example
Text Example
White with #E00B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B5B; }
p { color: rgb(224,11,91); }
H1.HeaderClassName
{
color: #E00B5B;
}
.AnyTagClassName
{
color: #E00B5B;
}
</style>
background-color css
<style>
a { background-color: #E00B5B; }
a { background-color: rgb(224,11,91); }
div.DivClassName
{
background-color: #E00B5B;
}
.BgClassName
{
background-color: #E00B5B;
}
</style>
border-color css
<style>
span { border-color: #E00B5B; }
span { border-color: rgb(224,11,91); }
td.TdClassName
{
border-color: #E00B5B;
}
.TagClassName
{
border-color: #E00B5B;
}
</style>