Shades of Razzmatazz #E00353
Tints of Razzmatazz #E00353
RGB
CMYK
RGB Variations
Color information
#E00353 (or 0xE00353) is known color: Razzmatazz. HEX triplet: E0, 03 and 53. RGB value is (224,3,83). Sum of RGB (Red+Green+Blue) = 224+3+83=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E00353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00353 is #1FFCAC. Grayscale: #4E4E4E. Windows color (decimal): -2096301 or 5440480. OLE color: 5440480.
HSL color Cylindrical-coordinate representation of color #E00353: hue angle of 338.28º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00353 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.12 |
| HSL | 338.28º | 0.97% | 0.45% | - |
| HSV(B) | 338.28º | 0.99% | 0.88% | - |
| XYZ | 32.33 | 16.54 | 9.67 | - |
| YUV | 78.2 | 130.72 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 83 | 0 | 0.99 | 0.63 | 0.12 | 338.28 | 0.97 | 0.45 |
| Hex | E0 | 3 | 53 | 0 | 63 | 3F | C | 152 | 61 | 2D |
| Octal | 340 | 3 | 123 | 0 | 143 | 77 | 14 | 522 | 141 | 55 |
| Binary | 11100000 | 11 | 1010011 | 0 | 1100011 | 111111 | 1100 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E00353
Complementary color
Monochromatic Colors of #E00353
Black with #E00353
Text Example
Text Example
White with #E00353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00353; }
p { color: rgb(224,3,83); }
H1.HeaderClassName
{
color: #E00353;
}
.AnyTagClassName
{
color: #E00353;
}
</style>
background-color css
<style>
a { background-color: #E00353; }
a { background-color: rgb(224,3,83); }
div.DivClassName
{
background-color: #E00353;
}
.BgClassName
{
background-color: #E00353;
}
</style>
border-color css
<style>
span { border-color: #E00353; }
span { border-color: rgb(224,3,83); }
td.TdClassName
{
border-color: #E00353;
}
.TagClassName
{
border-color: #E00353;
}
</style>