Shades of Razzmatazz #E40153
Tints of Razzmatazz #E40153
RGB
CMYK
RGB Variations
Color information
#E40153 (or 0xE40153) is known color: Razzmatazz. HEX triplet: E4, 01 and 53. RGB value is (228,1,83). Sum of RGB (Red+Green+Blue) = 228+1+83=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E40153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40153 is #1BFEAC. Grayscale: #4E4E4E. Windows color (decimal): -1834669 or 5439972. OLE color: 5439972.
HSL color Cylindrical-coordinate representation of color #E40153: hue angle of 338.33º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40153 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.11 |
| HSL | 338.33º | 0.99% | 0.45% | - |
| HSV(B) | 338.33º | 1% | 0.89% | - |
| XYZ | 33.57 | 17.14 | 9.72 | - |
| YUV | 78.22 | 130.71 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 83 | 0 | 1.00 | 0.64 | 0.11 | 338.33 | 0.99 | 0.45 |
| Hex | E4 | 1 | 53 | 0 | 64 | 40 | B | 152 | 63 | 2D |
| Octal | 344 | 1 | 123 | 0 | 144 | 100 | 13 | 522 | 143 | 55 |
| Binary | 11100100 | 1 | 1010011 | 0 | 1100100 | 1000000 | 1011 | 101010010 | 1100011 | 101101 |
Color Harmonies of #E40153
Complementary color
Monochromatic Colors of #E40153
Black with #E40153
Text Example
Text Example
White with #E40153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40153; }
p { color: rgb(228,1,83); }
H1.HeaderClassName
{
color: #E40153;
}
.AnyTagClassName
{
color: #E40153;
}
</style>
background-color css
<style>
a { background-color: #E40153; }
a { background-color: rgb(228,1,83); }
div.DivClassName
{
background-color: #E40153;
}
.BgClassName
{
background-color: #E40153;
}
</style>
border-color css
<style>
span { border-color: #E40153; }
span { border-color: rgb(228,1,83); }
td.TdClassName
{
border-color: #E40153;
}
.TagClassName
{
border-color: #E40153;
}
</style>