Shades of Razzmatazz #E40A5D
Tints of Razzmatazz #E40A5D
RGB
CMYK
RGB Variations
Color information
#E40A5D (or 0xE40A5D) is known color: Razzmatazz. HEX triplet: E4, 0A and 5D. RGB value is (228,10,93). Sum of RGB (Red+Green+Blue) = 228+10+93=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40A5D is #1BF5A2. Grayscale: #545454. Windows color (decimal): -1832355 or 6097636. OLE color: 6097636.
HSL color Cylindrical-coordinate representation of color #E40A5D: hue angle of 337.16º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A5D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 93 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.11 |
| HSL | 337.16º | 0.92% | 0.47% | - |
| HSV(B) | 337.16º | 0.96% | 0.89% | - |
| XYZ | 34.08 | 17.5 | 11.94 | - |
| YUV | 84.64 | 132.72 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 93 | 0 | 0.96 | 0.59 | 0.11 | 337.16 | 0.92 | 0.47 |
| Hex | E4 | A | 5D | 0 | 60 | 3B | B | 151 | 5C | 2F |
| Octal | 344 | 12 | 135 | 0 | 140 | 73 | 13 | 521 | 134 | 57 |
| Binary | 11100100 | 1010 | 1011101 | 0 | 1100000 | 111011 | 1011 | 101010001 | 1011100 | 101111 |
Color Harmonies of #E40A5D
Complementary color
Monochromatic Colors of #E40A5D
Black with #E40A5D
Text Example
Text Example
White with #E40A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A5D; }
p { color: rgb(228,10,93); }
H1.HeaderClassName
{
color: #E40A5D;
}
.AnyTagClassName
{
color: #E40A5D;
}
</style>
background-color css
<style>
a { background-color: #E40A5D; }
a { background-color: rgb(228,10,93); }
div.DivClassName
{
background-color: #E40A5D;
}
.BgClassName
{
background-color: #E40A5D;
}
</style>
border-color css
<style>
span { border-color: #E40A5D; }
span { border-color: rgb(228,10,93); }
td.TdClassName
{
border-color: #E40A5D;
}
.TagClassName
{
border-color: #E40A5D;
}
</style>