Shades of Razzmatazz #E4055D
Tints of Razzmatazz #E4055D
RGB
CMYK
RGB Variations
Color information
#E4055D (or 0xE4055D) is known color: Razzmatazz. HEX triplet: E4, 05 and 5D. RGB value is (228,5,93). Sum of RGB (Red+Green+Blue) = 228+5+93=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4055D is #1BFAA2. Grayscale: #515151. Windows color (decimal): -1833635 or 6096356. OLE color: 6096356.
HSL color Cylindrical-coordinate representation of color #E4055D: hue angle of 336.32º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4055D is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 93 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.11 |
| HSL | 336.32º | 0.96% | 0.46% | - |
| HSV(B) | 336.32º | 0.98% | 0.89% | - |
| XYZ | 34.02 | 17.39 | 11.92 | - |
| YUV | 81.71 | 134.38 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 93 | 0 | 0.98 | 0.59 | 0.11 | 336.32 | 0.96 | 0.46 |
| Hex | E4 | 5 | 5D | 0 | 62 | 3B | B | 150 | 60 | 2E |
| Octal | 344 | 5 | 135 | 0 | 142 | 73 | 13 | 520 | 140 | 56 |
| Binary | 11100100 | 101 | 1011101 | 0 | 1100010 | 111011 | 1011 | 101010000 | 1100000 | 101110 |
Color Harmonies of #E4055D
Complementary color
Monochromatic Colors of #E4055D
Black with #E4055D
Text Example
Text Example
White with #E4055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4055D; }
p { color: rgb(228,5,93); }
H1.HeaderClassName
{
color: #E4055D;
}
.AnyTagClassName
{
color: #E4055D;
}
</style>
background-color css
<style>
a { background-color: #E4055D; }
a { background-color: rgb(228,5,93); }
div.DivClassName
{
background-color: #E4055D;
}
.BgClassName
{
background-color: #E4055D;
}
</style>
border-color css
<style>
span { border-color: #E4055D; }
span { border-color: rgb(228,5,93); }
td.TdClassName
{
border-color: #E4055D;
}
.TagClassName
{
border-color: #E4055D;
}
</style>