Shades of Razzmatazz #E1025F
Tints of Razzmatazz #E1025F
RGB
CMYK
RGB Variations
Color information
#E1025F (or 0xE1025F) is known color: Razzmatazz. HEX triplet: E1, 02 and 5F. RGB value is (225,2,95). Sum of RGB (Red+Green+Blue) = 225+2+95=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1025F is #1EFDA0. Grayscale: #4F4F4F. Windows color (decimal): -2031009 or 6226657. OLE color: 6226657.
HSL color Cylindrical-coordinate representation of color #E1025F: hue angle of 334.98º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1025F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.12 |
| HSL | 334.98º | 0.98% | 0.45% | - |
| HSV(B) | 334.98º | 0.99% | 0.88% | - |
| XYZ | 33.14 | 16.88 | 12.34 | - |
| YUV | 79.28 | 136.88 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 95 | 0 | 0.99 | 0.58 | 0.12 | 334.98 | 0.98 | 0.45 |
| Hex | E1 | 2 | 5F | 0 | 63 | 3A | C | 14F | 62 | 2D |
| Octal | 341 | 2 | 137 | 0 | 143 | 72 | 14 | 517 | 142 | 55 |
| Binary | 11100001 | 10 | 1011111 | 0 | 1100011 | 111010 | 1100 | 101001111 | 1100010 | 101101 |
Color Harmonies of #E1025F
Complementary color
Monochromatic Colors of #E1025F
Black with #E1025F
Text Example
Text Example
White with #E1025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1025F; }
p { color: rgb(225,2,95); }
H1.HeaderClassName
{
color: #E1025F;
}
.AnyTagClassName
{
color: #E1025F;
}
</style>
background-color css
<style>
a { background-color: #E1025F; }
a { background-color: rgb(225,2,95); }
div.DivClassName
{
background-color: #E1025F;
}
.BgClassName
{
background-color: #E1025F;
}
</style>
border-color css
<style>
span { border-color: #E1025F; }
span { border-color: rgb(225,2,95); }
td.TdClassName
{
border-color: #E1025F;
}
.TagClassName
{
border-color: #E1025F;
}
</style>