Shades of Razzmatazz #E40852
Tints of Razzmatazz #E40852
RGB
CMYK
RGB Variations
Color information
#E40852 (or 0xE40852) is known color: Razzmatazz. HEX triplet: E4, 08 and 52. RGB value is (228,8,82). Sum of RGB (Red+Green+Blue) = 228+8+82=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E40852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40852 is #1BF7AD. Grayscale: #525252. Windows color (decimal): -1832878 or 5376228. OLE color: 5376228.
HSL color Cylindrical-coordinate representation of color #E40852: hue angle of 339.82º degrees, saturation: 0.93, 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 #E40852 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.11 |
| HSL | 339.82º | 0.93% | 0.46% | - |
| HSV(B) | 339.82º | 0.96% | 0.89% | - |
| XYZ | 33.6 | 17.28 | 9.55 | - |
| YUV | 82.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 82 | 0 | 0.96 | 0.64 | 0.11 | 339.82 | 0.93 | 0.46 |
| Hex | E4 | 8 | 52 | 0 | 60 | 40 | B | 154 | 5D | 2E |
| Octal | 344 | 10 | 122 | 0 | 140 | 100 | 13 | 524 | 135 | 56 |
| Binary | 11100100 | 1000 | 1010010 | 0 | 1100000 | 1000000 | 1011 | 101010100 | 1011101 | 101110 |
Color Harmonies of #E40852
Complementary color
Monochromatic Colors of #E40852
Black with #E40852
Text Example
Text Example
White with #E40852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40852; }
p { color: rgb(228,8,82); }
H1.HeaderClassName
{
color: #E40852;
}
.AnyTagClassName
{
color: #E40852;
}
</style>
background-color css
<style>
a { background-color: #E40852; }
a { background-color: rgb(228,8,82); }
div.DivClassName
{
background-color: #E40852;
}
.BgClassName
{
background-color: #E40852;
}
</style>
border-color css
<style>
span { border-color: #E40852; }
span { border-color: rgb(228,8,82); }
td.TdClassName
{
border-color: #E40852;
}
.TagClassName
{
border-color: #E40852;
}
</style>