Shades of Razzmatazz #E0026D
Tints of Razzmatazz #E0026D
RGB
CMYK
RGB Variations
Color information
#E0026D (or 0xE0026D) is known color: Razzmatazz. HEX triplet: E0, 02 and 6D. RGB value is (224,2,109). Sum of RGB (Red+Green+Blue) = 224+2+109=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0026D is #1FFD92. Grayscale: #505050. Windows color (decimal): -2096531 or 7144160. OLE color: 7144160.
HSL color Cylindrical-coordinate representation of color #E0026D: hue angle of 331.08º 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 #E0026D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.12 |
| HSL | 331.08º | 0.98% | 0.44% | - |
| HSV(B) | 331.08º | 0.99% | 0.88% | - |
| XYZ | 33.52 | 16.99 | 15.98 | - |
| YUV | 80.58 | 144.05 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 109 | 0 | 0.99 | 0.51 | 0.12 | 331.08 | 0.98 | 0.44 |
| Hex | E0 | 2 | 6D | 0 | 63 | 33 | C | 14B | 62 | 2C |
| Octal | 340 | 2 | 155 | 0 | 143 | 63 | 14 | 513 | 142 | 54 |
| Binary | 11100000 | 10 | 1101101 | 0 | 1100011 | 110011 | 1100 | 101001011 | 1100010 | 101100 |
Color Harmonies of #E0026D
Complementary color
Monochromatic Colors of #E0026D
Black with #E0026D
Text Example
Text Example
White with #E0026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0026D; }
p { color: rgb(224,2,109); }
H1.HeaderClassName
{
color: #E0026D;
}
.AnyTagClassName
{
color: #E0026D;
}
</style>
background-color css
<style>
a { background-color: #E0026D; }
a { background-color: rgb(224,2,109); }
div.DivClassName
{
background-color: #E0026D;
}
.BgClassName
{
background-color: #E0026D;
}
</style>
border-color css
<style>
span { border-color: #E0026D; }
span { border-color: rgb(224,2,109); }
td.TdClassName
{
border-color: #E0026D;
}
.TagClassName
{
border-color: #E0026D;
}
</style>