Shades of Razzmatazz #E00B5A
Tints of Razzmatazz #E00B5A
RGB
CMYK
RGB Variations
Color information
#E00B5A (or 0xE00B5A) is known color: Razzmatazz. HEX triplet: E0, 0B and 5A. RGB value is (224,11,90). Sum of RGB (Red+Green+Blue) = 224+11+90=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B5A is #1FF4A5. Grayscale: #535353. Windows color (decimal): -2094246 or 5901280. OLE color: 5901280.
HSL color Cylindrical-coordinate representation of color #E00B5A: hue angle of 337.75º 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 #E00B5A is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.12 |
| HSL | 337.75º | 0.91% | 0.46% | - |
| HSV(B) | 337.75º | 0.95% | 0.88% | - |
| XYZ | 32.71 | 16.82 | 11.2 | - |
| YUV | 83.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 90 | 0 | 0.95 | 0.60 | 0.12 | 337.75 | 0.91 | 0.46 |
| Hex | E0 | B | 5A | 0 | 5F | 3C | C | 152 | 5B | 2E |
| Octal | 340 | 13 | 132 | 0 | 137 | 74 | 14 | 522 | 133 | 56 |
| Binary | 11100000 | 1011 | 1011010 | 0 | 1011111 | 111100 | 1100 | 101010010 | 1011011 | 101110 |
Color Harmonies of #E00B5A
Complementary color
Monochromatic Colors of #E00B5A
Black with #E00B5A
Text Example
Text Example
White with #E00B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B5A; }
p { color: rgb(224,11,90); }
H1.HeaderClassName
{
color: #E00B5A;
}
.AnyTagClassName
{
color: #E00B5A;
}
</style>
background-color css
<style>
a { background-color: #E00B5A; }
a { background-color: rgb(224,11,90); }
div.DivClassName
{
background-color: #E00B5A;
}
.BgClassName
{
background-color: #E00B5A;
}
</style>
border-color css
<style>
span { border-color: #E00B5A; }
span { border-color: rgb(224,11,90); }
td.TdClassName
{
border-color: #E00B5A;
}
.TagClassName
{
border-color: #E00B5A;
}
</style>