Shades of Razzmatazz #E0025D
Tints of Razzmatazz #E0025D
RGB
CMYK
RGB Variations
Color information
#E0025D (or 0xE0025D) is known color: Razzmatazz. HEX triplet: E0, 02 and 5D. RGB value is (224,2,93). Sum of RGB (Red+Green+Blue) = 224+2+93=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0025D is #1FFDA2. Grayscale: #4E4E4E. Windows color (decimal): -2096547 or 6095584. OLE color: 6095584.
HSL color Cylindrical-coordinate representation of color #E0025D: hue angle of 335.41º 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 #E0025D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.12 |
| HSL | 335.41º | 0.98% | 0.44% | - |
| HSV(B) | 335.41º | 0.99% | 0.88% | - |
| XYZ | 32.74 | 16.68 | 11.85 | - |
| YUV | 78.75 | 136.05 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 93 | 0 | 0.99 | 0.58 | 0.12 | 335.41 | 0.98 | 0.44 |
| Hex | E0 | 2 | 5D | 0 | 63 | 3A | C | 14F | 62 | 2C |
| Octal | 340 | 2 | 135 | 0 | 143 | 72 | 14 | 517 | 142 | 54 |
| Binary | 11100000 | 10 | 1011101 | 0 | 1100011 | 111010 | 1100 | 101001111 | 1100010 | 101100 |
Color Harmonies of #E0025D
Complementary color
Monochromatic Colors of #E0025D
Black with #E0025D
Text Example
Text Example
White with #E0025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0025D; }
p { color: rgb(224,2,93); }
H1.HeaderClassName
{
color: #E0025D;
}
.AnyTagClassName
{
color: #E0025D;
}
</style>
background-color css
<style>
a { background-color: #E0025D; }
a { background-color: rgb(224,2,93); }
div.DivClassName
{
background-color: #E0025D;
}
.BgClassName
{
background-color: #E0025D;
}
</style>
border-color css
<style>
span { border-color: #E0025D; }
span { border-color: rgb(224,2,93); }
td.TdClassName
{
border-color: #E0025D;
}
.TagClassName
{
border-color: #E0025D;
}
</style>