Shades of Razzmatazz #E40952
Tints of Razzmatazz #E40952
RGB
CMYK
RGB Variations
Color information
#E40952 (or 0xE40952) is known color: Razzmatazz. HEX triplet: E4, 09 and 52. RGB value is (228,9,82). Sum of RGB (Red+Green+Blue) = 228+9+82=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E40952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40952 is #1BF6AD. Grayscale: #525252. Windows color (decimal): -1832622 or 5376484. OLE color: 5376484.
HSL color Cylindrical-coordinate representation of color #E40952: hue angle of 340º 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 #E40952 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.11 |
| HSL | 340º | 0.92% | 0.46% | - |
| HSV(B) | 340º | 0.96% | 0.89% | - |
| XYZ | 33.62 | 17.3 | 9.55 | - |
| YUV | 82.8 | 127.55 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 82 | 0 | 0.96 | 0.64 | 0.11 | 340 | 0.92 | 0.46 |
| Hex | E4 | 9 | 52 | 0 | 60 | 40 | B | 154 | 5C | 2E |
| Octal | 344 | 11 | 122 | 0 | 140 | 100 | 13 | 524 | 134 | 56 |
| Binary | 11100100 | 1001 | 1010010 | 0 | 1100000 | 1000000 | 1011 | 101010100 | 1011100 | 101110 |
Color Harmonies of #E40952
Complementary color
Monochromatic Colors of #E40952
Black with #E40952
Text Example
Text Example
White with #E40952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40952; }
p { color: rgb(228,9,82); }
H1.HeaderClassName
{
color: #E40952;
}
.AnyTagClassName
{
color: #E40952;
}
</style>
background-color css
<style>
a { background-color: #E40952; }
a { background-color: rgb(228,9,82); }
div.DivClassName
{
background-color: #E40952;
}
.BgClassName
{
background-color: #E40952;
}
</style>
border-color css
<style>
span { border-color: #E40952; }
span { border-color: rgb(228,9,82); }
td.TdClassName
{
border-color: #E40952;
}
.TagClassName
{
border-color: #E40952;
}
</style>