Shades of Razzmatazz #E00D55
Tints of Razzmatazz #E00D55
RGB
CMYK
RGB Variations
Color information
#E00D55 (or 0xE00D55) is known color: Razzmatazz. HEX triplet: E0, 0D and 55. RGB value is (224,13,85). Sum of RGB (Red+Green+Blue) = 224+13+85=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D55 is #1FF2AA. Grayscale: #545454. Windows color (decimal): -2093739 or 5574112. OLE color: 5574112.
HSL color Cylindrical-coordinate representation of color #E00D55: hue angle of 339.53º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D55 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 85 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.12 |
| HSL | 339.53º | 0.89% | 0.46% | - |
| HSV(B) | 339.53º | 0.94% | 0.88% | - |
| XYZ | 32.52 | 16.79 | 10.12 | - |
| YUV | 84.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 85 | 0 | 0.94 | 0.62 | 0.12 | 339.53 | 0.89 | 0.46 |
| Hex | E0 | D | 55 | 0 | 5E | 3E | C | 154 | 59 | 2E |
| Octal | 340 | 15 | 125 | 0 | 136 | 76 | 14 | 524 | 131 | 56 |
| Binary | 11100000 | 1101 | 1010101 | 0 | 1011110 | 111110 | 1100 | 101010100 | 1011001 | 101110 |
Color Harmonies of #E00D55
Complementary color
Monochromatic Colors of #E00D55
Black with #E00D55
Text Example
Text Example
White with #E00D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D55; }
p { color: rgb(224,13,85); }
H1.HeaderClassName
{
color: #E00D55;
}
.AnyTagClassName
{
color: #E00D55;
}
</style>
background-color css
<style>
a { background-color: #E00D55; }
a { background-color: rgb(224,13,85); }
div.DivClassName
{
background-color: #E00D55;
}
.BgClassName
{
background-color: #E00D55;
}
</style>
border-color css
<style>
span { border-color: #E00D55; }
span { border-color: rgb(224,13,85); }
td.TdClassName
{
border-color: #E00D55;
}
.TagClassName
{
border-color: #E00D55;
}
</style>