Shades of Razzmatazz #E7025D
Tints of Razzmatazz #E7025D
RGB
CMYK
RGB Variations
Color information
#E7025D (or 0xE7025D) is known color: Razzmatazz. HEX triplet: E7, 02 and 5D. RGB value is (231,2,93). Sum of RGB (Red+Green+Blue) = 231+2+93=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7025D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7025D is #18FDA2. Grayscale: #505050. Windows color (decimal): -1637795 or 6095591. OLE color: 6095591.
HSL color Cylindrical-coordinate representation of color #E7025D: hue angle of 336.16º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7025D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.09 |
| HSL | 336.16º | 0.98% | 0.46% | - |
| HSV(B) | 336.16º | 0.99% | 0.91% | - |
| XYZ | 34.95 | 17.82 | 11.95 | - |
| YUV | 80.85 | 134.87 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 93 | 0 | 0.99 | 0.60 | 0.09 | 336.16 | 0.98 | 0.46 |
| Hex | E7 | 2 | 5D | 0 | 63 | 3C | 9 | 150 | 62 | 2E |
| Octal | 347 | 2 | 135 | 0 | 143 | 74 | 11 | 520 | 142 | 56 |
| Binary | 11100111 | 10 | 1011101 | 0 | 1100011 | 111100 | 1001 | 101010000 | 1100010 | 101110 |
Color Harmonies of #E7025D
Complementary color
Monochromatic Colors of #E7025D
Black with #E7025D
Text Example
Text Example
White with #E7025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7025D; }
p { color: rgb(231,2,93); }
H1.HeaderClassName
{
color: #E7025D;
}
.AnyTagClassName
{
color: #E7025D;
}
</style>
background-color css
<style>
a { background-color: #E7025D; }
a { background-color: rgb(231,2,93); }
div.DivClassName
{
background-color: #E7025D;
}
.BgClassName
{
background-color: #E7025D;
}
</style>
border-color css
<style>
span { border-color: #E7025D; }
span { border-color: rgb(231,2,93); }
td.TdClassName
{
border-color: #E7025D;
}
.TagClassName
{
border-color: #E7025D;
}
</style>