Shades of Razzmatazz #E1024E
Tints of Razzmatazz #E1024E
RGB
CMYK
RGB Variations
Color information
#E1024E (or 0xE1024E) is known color: Razzmatazz. HEX triplet: E1, 02 and 4E. RGB value is (225,2,78). Sum of RGB (Red+Green+Blue) = 225+2+78=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1024E is #1EFDB1. Grayscale: #4D4D4D. Windows color (decimal): -2031026 or 5112545. OLE color: 5112545.
HSL color Cylindrical-coordinate representation of color #E1024E: hue angle of 339.55º 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 #E1024E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.12 |
| HSL | 339.55º | 0.98% | 0.45% | - |
| HSV(B) | 339.55º | 0.99% | 0.88% | - |
| XYZ | 32.45 | 16.6 | 8.7 | - |
| YUV | 77.34 | 128.38 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 78 | 0 | 0.99 | 0.65 | 0.12 | 339.55 | 0.98 | 0.45 |
| Hex | E1 | 2 | 4E | 0 | 63 | 41 | C | 154 | 62 | 2D |
| Octal | 341 | 2 | 116 | 0 | 143 | 101 | 14 | 524 | 142 | 55 |
| Binary | 11100001 | 10 | 1001110 | 0 | 1100011 | 1000001 | 1100 | 101010100 | 1100010 | 101101 |
Color Harmonies of #E1024E
Complementary color
Monochromatic Colors of #E1024E
Black with #E1024E
Text Example
Text Example
White with #E1024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1024E; }
p { color: rgb(225,2,78); }
H1.HeaderClassName
{
color: #E1024E;
}
.AnyTagClassName
{
color: #E1024E;
}
</style>
background-color css
<style>
a { background-color: #E1024E; }
a { background-color: rgb(225,2,78); }
div.DivClassName
{
background-color: #E1024E;
}
.BgClassName
{
background-color: #E1024E;
}
</style>
border-color css
<style>
span { border-color: #E1024E; }
span { border-color: rgb(225,2,78); }
td.TdClassName
{
border-color: #E1024E;
}
.TagClassName
{
border-color: #E1024E;
}
</style>