Shades of Razzmatazz #E40360
Tints of Razzmatazz #E40360
RGB
CMYK
RGB Variations
Color information
#E40360 (or 0xE40360) is known color: Razzmatazz. HEX triplet: E4, 03 and 60. RGB value is (228,3,96). Sum of RGB (Red+Green+Blue) = 228+3+96=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E40360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40360 is #1BFC9F. Grayscale: #505050. Windows color (decimal): -1834144 or 6292452. OLE color: 6292452.
HSL color Cylindrical-coordinate representation of color #E40360: hue angle of 335.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40360 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.11 |
| HSL | 335.2º | 0.97% | 0.45% | - |
| HSV(B) | 335.2º | 0.99% | 0.89% | - |
| XYZ | 34.14 | 17.4 | 12.63 | - |
| YUV | 80.88 | 136.54 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 96 | 0 | 0.99 | 0.58 | 0.11 | 335.2 | 0.97 | 0.45 |
| Hex | E4 | 3 | 60 | 0 | 63 | 3A | B | 14F | 61 | 2D |
| Octal | 344 | 3 | 140 | 0 | 143 | 72 | 13 | 517 | 141 | 55 |
| Binary | 11100100 | 11 | 1100000 | 0 | 1100011 | 111010 | 1011 | 101001111 | 1100001 | 101101 |
Color Harmonies of #E40360
Complementary color
Monochromatic Colors of #E40360
Black with #E40360
Text Example
Text Example
White with #E40360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40360; }
p { color: rgb(228,3,96); }
H1.HeaderClassName
{
color: #E40360;
}
.AnyTagClassName
{
color: #E40360;
}
</style>
background-color css
<style>
a { background-color: #E40360; }
a { background-color: rgb(228,3,96); }
div.DivClassName
{
background-color: #E40360;
}
.BgClassName
{
background-color: #E40360;
}
</style>
border-color css
<style>
span { border-color: #E40360; }
span { border-color: rgb(228,3,96); }
td.TdClassName
{
border-color: #E40360;
}
.TagClassName
{
border-color: #E40360;
}
</style>