Shades of Razzmatazz #E40064
Tints of Razzmatazz #E40064
RGB
CMYK
RGB Variations
Color information
#E40064 (or 0xE40064) is known color: Razzmatazz. HEX triplet: E4, 00 and 64. RGB value is (228,0,100). Sum of RGB (Red+Green+Blue) = 228+0+100=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E40064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40064 is #1BFF9B. Grayscale: #4F4F4F. Windows color (decimal): -1834908 or 6553828. OLE color: 6553828.
HSL color Cylindrical-coordinate representation of color #E40064: hue angle of 333.68º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40064 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.56 | 0.11 |
| HSL | 333.68º | 1% | 0.45% | - |
| HSV(B) | 333.68º | 1% | 0.89% | - |
| XYZ | 34.3 | 17.41 | 13.61 | - |
| YUV | 79.57 | 139.54 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 100 | 0 | 1 | 0.56 | 0.11 | 333.68 | 1 | 0.45 |
| Hex | E4 | 0 | 64 | 0 | 64 | 38 | B | 14E | 64 | 2D |
| Octal | 344 | 0 | 144 | 0 | 144 | 70 | 13 | 516 | 144 | 55 |
| Binary | 11100100 | 0 | 1100100 | 0 | 1100100 | 111000 | 1011 | 101001110 | 1100100 | 101101 |
Color Harmonies of #E40064
Complementary color
Monochromatic Colors of #E40064
Black with #E40064
Text Example
Text Example
White with #E40064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40064; }
p { color: rgb(228,0,100); }
H1.HeaderClassName
{
color: #E40064;
}
.AnyTagClassName
{
color: #E40064;
}
</style>
background-color css
<style>
a { background-color: #E40064; }
a { background-color: rgb(228,0,100); }
div.DivClassName
{
background-color: #E40064;
}
.BgClassName
{
background-color: #E40064;
}
</style>
border-color css
<style>
span { border-color: #E40064; }
span { border-color: rgb(228,0,100); }
td.TdClassName
{
border-color: #E40064;
}
.TagClassName
{
border-color: #E40064;
}
</style>