Shades of Razzmatazz #E40E4B
Tints of Razzmatazz #E40E4B
RGB
CMYK
RGB Variations
Color information
#E40E4B (or 0xE40E4B) is known color: Razzmatazz. HEX triplet: E4, 0E and 4B. RGB value is (228,14,75). Sum of RGB (Red+Green+Blue) = 228+14+75=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40E4B is #1BF1B4. Grayscale: #545454. Windows color (decimal): -1831349 or 4919012. OLE color: 4919012.
HSL color Cylindrical-coordinate representation of color #E40E4B: hue angle of 342.9º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E4B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 75 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.11 |
| HSL | 342.9º | 0.88% | 0.47% | - |
| HSV(B) | 342.9º | 0.94% | 0.89% | - |
| XYZ | 33.42 | 17.32 | 8.24 | - |
| YUV | 84.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 75 | 0 | 0.94 | 0.67 | 0.11 | 342.9 | 0.88 | 0.47 |
| Hex | E4 | E | 4B | 0 | 5E | 43 | B | 157 | 58 | 2F |
| Octal | 344 | 16 | 113 | 0 | 136 | 103 | 13 | 527 | 130 | 57 |
| Binary | 11100100 | 1110 | 1001011 | 0 | 1011110 | 1000011 | 1011 | 101010111 | 1011000 | 101111 |
Color Harmonies of #E40E4B
Complementary color
Monochromatic Colors of #E40E4B
Black with #E40E4B
Text Example
Text Example
White with #E40E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E4B; }
p { color: rgb(228,14,75); }
H1.HeaderClassName
{
color: #E40E4B;
}
.AnyTagClassName
{
color: #E40E4B;
}
</style>
background-color css
<style>
a { background-color: #E40E4B; }
a { background-color: rgb(228,14,75); }
div.DivClassName
{
background-color: #E40E4B;
}
.BgClassName
{
background-color: #E40E4B;
}
</style>
border-color css
<style>
span { border-color: #E40E4B; }
span { border-color: rgb(228,14,75); }
td.TdClassName
{
border-color: #E40E4B;
}
.TagClassName
{
border-color: #E40E4B;
}
</style>