Shades of Razzmatazz #E40953
Tints of Razzmatazz #E40953
RGB
CMYK
RGB Variations
Color information
#E40953 (or 0xE40953) is known color: Razzmatazz. HEX triplet: E4, 09 and 53. RGB value is (228,9,83). Sum of RGB (Red+Green+Blue) = 228+9+83=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E40953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40953 is #1BF6AC. Grayscale: #525252. Windows color (decimal): -1832621 or 5442020. OLE color: 5442020.
HSL color Cylindrical-coordinate representation of color #E40953: hue angle of 339.73º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40953 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.11 |
| HSL | 339.73º | 0.92% | 0.46% | - |
| HSV(B) | 339.73º | 0.96% | 0.89% | - |
| XYZ | 33.65 | 17.31 | 9.75 | - |
| YUV | 82.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 83 | 0 | 0.96 | 0.64 | 0.11 | 339.73 | 0.92 | 0.46 |
| Hex | E4 | 9 | 53 | 0 | 60 | 40 | B | 154 | 5C | 2E |
| Octal | 344 | 11 | 123 | 0 | 140 | 100 | 13 | 524 | 134 | 56 |
| Binary | 11100100 | 1001 | 1010011 | 0 | 1100000 | 1000000 | 1011 | 101010100 | 1011100 | 101110 |
Color Harmonies of #E40953
Complementary color
Monochromatic Colors of #E40953
Black with #E40953
Text Example
Text Example
White with #E40953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40953; }
p { color: rgb(228,9,83); }
H1.HeaderClassName
{
color: #E40953;
}
.AnyTagClassName
{
color: #E40953;
}
</style>
background-color css
<style>
a { background-color: #E40953; }
a { background-color: rgb(228,9,83); }
div.DivClassName
{
background-color: #E40953;
}
.BgClassName
{
background-color: #E40953;
}
</style>
border-color css
<style>
span { border-color: #E40953; }
span { border-color: rgb(228,9,83); }
td.TdClassName
{
border-color: #E40953;
}
.TagClassName
{
border-color: #E40953;
}
</style>