Shades of Razzmatazz #E21352
Tints of Razzmatazz #E21352
RGB
CMYK
RGB Variations
Color information
#E21352 (or 0xE21352) is known color: Razzmatazz. HEX triplet: E2, 13 and 52. RGB value is (226,19,82). Sum of RGB (Red+Green+Blue) = 226+19+82=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E21352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21352 is #1DECAD. Grayscale: #585858. Windows color (decimal): -1961134 or 5379042. OLE color: 5379042.
HSL color Cylindrical-coordinate representation of color #E21352: hue angle of 341.74º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21352 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 82 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.11 |
| HSL | 341.74º | 0.84% | 0.48% | - |
| HSV(B) | 341.74º | 0.92% | 0.89% | - |
| XYZ | 33.12 | 17.24 | 9.57 | - |
| YUV | 88.08 | 124.58 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 82 | 0 | 0.92 | 0.64 | 0.11 | 341.74 | 0.84 | 0.48 |
| Hex | E2 | 13 | 52 | 0 | 5C | 40 | B | 156 | 54 | 30 |
| Octal | 342 | 23 | 122 | 0 | 134 | 100 | 13 | 526 | 124 | 60 |
| Binary | 11100010 | 10011 | 1010010 | 0 | 1011100 | 1000000 | 1011 | 101010110 | 1010100 | 110000 |
Color Harmonies of #E21352
Complementary color
Monochromatic Colors of #E21352
Black with #E21352
Text Example
Text Example
White with #E21352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21352; }
p { color: rgb(226,19,82); }
H1.HeaderClassName
{
color: #E21352;
}
.AnyTagClassName
{
color: #E21352;
}
</style>
background-color css
<style>
a { background-color: #E21352; }
a { background-color: rgb(226,19,82); }
div.DivClassName
{
background-color: #E21352;
}
.BgClassName
{
background-color: #E21352;
}
</style>
border-color css
<style>
span { border-color: #E21352; }
span { border-color: rgb(226,19,82); }
td.TdClassName
{
border-color: #E21352;
}
.TagClassName
{
border-color: #E21352;
}
</style>