Shades of Razzmatazz #E00962
Tints of Razzmatazz #E00962
RGB
CMYK
RGB Variations
Color information
#E00962 (or 0xE00962) is known color: Razzmatazz. HEX triplet: E0, 09 and 62. RGB value is (224,9,98). Sum of RGB (Red+Green+Blue) = 224+9+98=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E00962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00962 is #1FF69D. Grayscale: #535353. Windows color (decimal): -2094750 or 6425056. OLE color: 6425056.
HSL color Cylindrical-coordinate representation of color #E00962: hue angle of 335.16º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00962 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.12 |
| HSL | 335.16º | 0.92% | 0.46% | - |
| HSV(B) | 335.16º | 0.96% | 0.88% | - |
| XYZ | 33.04 | 16.92 | 13.08 | - |
| YUV | 83.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 98 | 0 | 0.96 | 0.56 | 0.12 | 335.16 | 0.92 | 0.46 |
| Hex | E0 | 9 | 62 | 0 | 60 | 38 | C | 14F | 5C | 2E |
| Octal | 340 | 11 | 142 | 0 | 140 | 70 | 14 | 517 | 134 | 56 |
| Binary | 11100000 | 1001 | 1100010 | 0 | 1100000 | 111000 | 1100 | 101001111 | 1011100 | 101110 |
Color Harmonies of #E00962
Complementary color
Monochromatic Colors of #E00962
Black with #E00962
Text Example
Text Example
White with #E00962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00962; }
p { color: rgb(224,9,98); }
H1.HeaderClassName
{
color: #E00962;
}
.AnyTagClassName
{
color: #E00962;
}
</style>
background-color css
<style>
a { background-color: #E00962; }
a { background-color: rgb(224,9,98); }
div.DivClassName
{
background-color: #E00962;
}
.BgClassName
{
background-color: #E00962;
}
</style>
border-color css
<style>
span { border-color: #E00962; }
span { border-color: rgb(224,9,98); }
td.TdClassName
{
border-color: #E00962;
}
.TagClassName
{
border-color: #E00962;
}
</style>