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