Shades of Razzmatazz #E00455
Tints of Razzmatazz #E00455
RGB
CMYK
RGB Variations
Color information
#E00455 (or 0xE00455) is known color: Razzmatazz. HEX triplet: E0, 04 and 55. RGB value is (224,4,85). Sum of RGB (Red+Green+Blue) = 224+4+85=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00455 is #1FFBAA. Grayscale: #4E4E4E. Windows color (decimal): -2096043 or 5571808. OLE color: 5571808.
HSL color Cylindrical-coordinate representation of color #E00455: hue angle of 337.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00455 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.12 |
| HSL | 337.91º | 0.96% | 0.45% | - |
| HSV(B) | 337.91º | 0.98% | 0.88% | - |
| XYZ | 32.42 | 16.59 | 10.09 | - |
| YUV | 79.01 | 131.39 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 85 | 0 | 0.98 | 0.62 | 0.12 | 337.91 | 0.96 | 0.45 |
| Hex | E0 | 4 | 55 | 0 | 62 | 3E | C | 152 | 60 | 2D |
| Octal | 340 | 4 | 125 | 0 | 142 | 76 | 14 | 522 | 140 | 55 |
| Binary | 11100000 | 100 | 1010101 | 0 | 1100010 | 111110 | 1100 | 101010010 | 1100000 | 101101 |
Color Harmonies of #E00455
Complementary color
Monochromatic Colors of #E00455
Black with #E00455
Text Example
Text Example
White with #E00455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00455; }
p { color: rgb(224,4,85); }
H1.HeaderClassName
{
color: #E00455;
}
.AnyTagClassName
{
color: #E00455;
}
</style>
background-color css
<style>
a { background-color: #E00455; }
a { background-color: rgb(224,4,85); }
div.DivClassName
{
background-color: #E00455;
}
.BgClassName
{
background-color: #E00455;
}
</style>
border-color css
<style>
span { border-color: #E00455; }
span { border-color: rgb(224,4,85); }
td.TdClassName
{
border-color: #E00455;
}
.TagClassName
{
border-color: #E00455;
}
</style>