Shades of Razzmatazz #E5024B
Tints of Razzmatazz #E5024B
RGB
CMYK
RGB Variations
Color information
#E5024B (or 0xE5024B) is known color: Razzmatazz. HEX triplet: E5, 02 and 4B. RGB value is (229,2,75). Sum of RGB (Red+Green+Blue) = 229+2+75=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5024B is #1AFDB4. Grayscale: #4E4E4E. Windows color (decimal): -1768885 or 4915941. OLE color: 4915941.
HSL color Cylindrical-coordinate representation of color #E5024B: hue angle of 340.7º 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 #E5024B is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.10 |
| HSL | 340.7º | 0.98% | 0.45% | - |
| HSV(B) | 340.7º | 0.99% | 0.9% | - |
| XYZ | 33.6 | 17.21 | 8.21 | - |
| YUV | 78.2 | 126.21 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 75 | 0 | 0.99 | 0.67 | 0.10 | 340.7 | 0.98 | 0.45 |
| Hex | E5 | 2 | 4B | 0 | 63 | 43 | A | 155 | 62 | 2D |
| Octal | 345 | 2 | 113 | 0 | 143 | 103 | 12 | 525 | 142 | 55 |
| Binary | 11100101 | 10 | 1001011 | 0 | 1100011 | 1000011 | 1010 | 101010101 | 1100010 | 101101 |
Color Harmonies of #E5024B
Complementary color
Monochromatic Colors of #E5024B
Black with #E5024B
Text Example
Text Example
White with #E5024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5024B; }
p { color: rgb(229,2,75); }
H1.HeaderClassName
{
color: #E5024B;
}
.AnyTagClassName
{
color: #E5024B;
}
</style>
background-color css
<style>
a { background-color: #E5024B; }
a { background-color: rgb(229,2,75); }
div.DivClassName
{
background-color: #E5024B;
}
.BgClassName
{
background-color: #E5024B;
}
</style>
border-color css
<style>
span { border-color: #E5024B; }
span { border-color: rgb(229,2,75); }
td.TdClassName
{
border-color: #E5024B;
}
.TagClassName
{
border-color: #E5024B;
}
</style>