Shades of Razzmatazz #E00965
Tints of Razzmatazz #E00965
RGB
CMYK
RGB Variations
Color information
#E00965 (or 0xE00965) is known color: Razzmatazz. HEX triplet: E0, 09 and 65. RGB value is (224,9,101). Sum of RGB (Red+Green+Blue) = 224+9+101=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E00965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00965 is #1FF69A. Grayscale: #535353. Windows color (decimal): -2094747 or 6621664. OLE color: 6621664.
HSL color Cylindrical-coordinate representation of color #E00965: hue angle of 334.33º 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 #E00965 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.12 |
| HSL | 334.33º | 0.92% | 0.46% | - |
| HSV(B) | 334.33º | 0.96% | 0.88% | - |
| XYZ | 33.19 | 16.98 | 13.84 | - |
| YUV | 83.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 101 | 0 | 0.96 | 0.55 | 0.12 | 334.33 | 0.92 | 0.46 |
| Hex | E0 | 9 | 65 | 0 | 60 | 37 | C | 14E | 5C | 2E |
| Octal | 340 | 11 | 145 | 0 | 140 | 67 | 14 | 516 | 134 | 56 |
| Binary | 11100000 | 1001 | 1100101 | 0 | 1100000 | 110111 | 1100 | 101001110 | 1011100 | 101110 |
Color Harmonies of #E00965
Complementary color
Monochromatic Colors of #E00965
Black with #E00965
Text Example
Text Example
White with #E00965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00965; }
p { color: rgb(224,9,101); }
H1.HeaderClassName
{
color: #E00965;
}
.AnyTagClassName
{
color: #E00965;
}
</style>
background-color css
<style>
a { background-color: #E00965; }
a { background-color: rgb(224,9,101); }
div.DivClassName
{
background-color: #E00965;
}
.BgClassName
{
background-color: #E00965;
}
</style>
border-color css
<style>
span { border-color: #E00965; }
span { border-color: rgb(224,9,101); }
td.TdClassName
{
border-color: #E00965;
}
.TagClassName
{
border-color: #E00965;
}
</style>