Shades of Razzmatazz #E40353
Tints of Razzmatazz #E40353
RGB
CMYK
RGB Variations
Color information
#E40353 (or 0xE40353) is known color: Razzmatazz. HEX triplet: E4, 03 and 53. RGB value is (228,3,83). Sum of RGB (Red+Green+Blue) = 228+3+83=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E40353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40353 is #1BFCAC. Grayscale: #4F4F4F. Windows color (decimal): -1834157 or 5440484. OLE color: 5440484.
HSL color Cylindrical-coordinate representation of color #E40353: hue angle of 338.67º 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 #E40353 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.11 |
| HSL | 338.67º | 0.97% | 0.45% | - |
| HSV(B) | 338.67º | 0.99% | 0.89% | - |
| XYZ | 33.59 | 17.18 | 9.73 | - |
| YUV | 79.4 | 130.04 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 83 | 0 | 0.99 | 0.64 | 0.11 | 338.67 | 0.97 | 0.45 |
| Hex | E4 | 3 | 53 | 0 | 63 | 40 | B | 153 | 61 | 2D |
| Octal | 344 | 3 | 123 | 0 | 143 | 100 | 13 | 523 | 141 | 55 |
| Binary | 11100100 | 11 | 1010011 | 0 | 1100011 | 1000000 | 1011 | 101010011 | 1100001 | 101101 |
Color Harmonies of #E40353
Complementary color
Monochromatic Colors of #E40353
Black with #E40353
Text Example
Text Example
White with #E40353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40353; }
p { color: rgb(228,3,83); }
H1.HeaderClassName
{
color: #E40353;
}
.AnyTagClassName
{
color: #E40353;
}
</style>
background-color css
<style>
a { background-color: #E40353; }
a { background-color: rgb(228,3,83); }
div.DivClassName
{
background-color: #E40353;
}
.BgClassName
{
background-color: #E40353;
}
</style>
border-color css
<style>
span { border-color: #E40353; }
span { border-color: rgb(228,3,83); }
td.TdClassName
{
border-color: #E40353;
}
.TagClassName
{
border-color: #E40353;
}
</style>