Shades of Razzmatazz #E5025E
Tints of Razzmatazz #E5025E
RGB
CMYK
RGB Variations
Color information
#E5025E (or 0xE5025E) is known color: Razzmatazz. HEX triplet: E5, 02 and 5E. RGB value is (229,2,94). Sum of RGB (Red+Green+Blue) = 229+2+94=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5025E is #1AFDA1. Grayscale: #505050. Windows color (decimal): -1768866 or 6161125. OLE color: 6161125.
HSL color Cylindrical-coordinate representation of color #E5025E: hue angle of 335.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5025E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.10 |
| HSL | 335.68º | 0.98% | 0.45% | - |
| HSV(B) | 335.68º | 0.99% | 0.9% | - |
| XYZ | 34.36 | 17.51 | 12.16 | - |
| YUV | 80.36 | 135.71 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 94 | 0 | 0.99 | 0.59 | 0.10 | 335.68 | 0.98 | 0.45 |
| Hex | E5 | 2 | 5E | 0 | 63 | 3B | A | 150 | 62 | 2D |
| Octal | 345 | 2 | 136 | 0 | 143 | 73 | 12 | 520 | 142 | 55 |
| Binary | 11100101 | 10 | 1011110 | 0 | 1100011 | 111011 | 1010 | 101010000 | 1100010 | 101101 |
Color Harmonies of #E5025E
Complementary color
Monochromatic Colors of #E5025E
Black with #E5025E
Text Example
Text Example
White with #E5025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5025E; }
p { color: rgb(229,2,94); }
H1.HeaderClassName
{
color: #E5025E;
}
.AnyTagClassName
{
color: #E5025E;
}
</style>
background-color css
<style>
a { background-color: #E5025E; }
a { background-color: rgb(229,2,94); }
div.DivClassName
{
background-color: #E5025E;
}
.BgClassName
{
background-color: #E5025E;
}
</style>
border-color css
<style>
span { border-color: #E5025E; }
span { border-color: rgb(229,2,94); }
td.TdClassName
{
border-color: #E5025E;
}
.TagClassName
{
border-color: #E5025E;
}
</style>