Shades of Razzmatazz #E00253
Tints of Razzmatazz #E00253
RGB
CMYK
RGB Variations
Color information
#E00253 (or 0xE00253) is known color: Razzmatazz. HEX triplet: E0, 02 and 53. RGB value is (224,2,83). Sum of RGB (Red+Green+Blue) = 224+2+83=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E00253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00253 is #1FFDAC. Grayscale: #4D4D4D. Windows color (decimal): -2096557 or 5440224. OLE color: 5440224.
HSL color Cylindrical-coordinate representation of color #E00253: hue angle of 338.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00253 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.12 |
| HSL | 338.11º | 0.98% | 0.44% | - |
| HSV(B) | 338.11º | 0.99% | 0.88% | - |
| XYZ | 32.32 | 16.52 | 9.67 | - |
| YUV | 77.61 | 131.05 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 83 | 0 | 0.99 | 0.63 | 0.12 | 338.11 | 0.98 | 0.44 |
| Hex | E0 | 2 | 53 | 0 | 63 | 3F | C | 152 | 62 | 2C |
| Octal | 340 | 2 | 123 | 0 | 143 | 77 | 14 | 522 | 142 | 54 |
| Binary | 11100000 | 10 | 1010011 | 0 | 1100011 | 111111 | 1100 | 101010010 | 1100010 | 101100 |
Color Harmonies of #E00253
Complementary color
Monochromatic Colors of #E00253
Black with #E00253
Text Example
Text Example
White with #E00253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00253; }
p { color: rgb(224,2,83); }
H1.HeaderClassName
{
color: #E00253;
}
.AnyTagClassName
{
color: #E00253;
}
</style>
background-color css
<style>
a { background-color: #E00253; }
a { background-color: rgb(224,2,83); }
div.DivClassName
{
background-color: #E00253;
}
.BgClassName
{
background-color: #E00253;
}
</style>
border-color css
<style>
span { border-color: #E00253; }
span { border-color: rgb(224,2,83); }
td.TdClassName
{
border-color: #E00253;
}
.TagClassName
{
border-color: #E00253;
}
</style>