Shades of Razzmatazz #E00852
Tints of Razzmatazz #E00852
RGB
CMYK
RGB Variations
Color information
#E00852 (or 0xE00852) is known color: Razzmatazz. HEX triplet: E0, 08 and 52. RGB value is (224,8,82). Sum of RGB (Red+Green+Blue) = 224+8+82=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E00852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00852 is #1FF7AD. Grayscale: #505050. Windows color (decimal): -2095022 or 5376224. OLE color: 5376224.
HSL color Cylindrical-coordinate representation of color #E00852: hue angle of 339.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00852 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.12 |
| HSL | 339.44º | 0.93% | 0.45% | - |
| HSV(B) | 339.44º | 0.96% | 0.88% | - |
| XYZ | 32.35 | 16.63 | 9.49 | - |
| YUV | 81.02 | 128.56 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 82 | 0 | 0.96 | 0.63 | 0.12 | 339.44 | 0.93 | 0.45 |
| Hex | E0 | 8 | 52 | 0 | 60 | 3F | C | 153 | 5D | 2D |
| Octal | 340 | 10 | 122 | 0 | 140 | 77 | 14 | 523 | 135 | 55 |
| Binary | 11100000 | 1000 | 1010010 | 0 | 1100000 | 111111 | 1100 | 101010011 | 1011101 | 101101 |
Color Harmonies of #E00852
Complementary color
Monochromatic Colors of #E00852
Black with #E00852
Text Example
Text Example
White with #E00852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00852; }
p { color: rgb(224,8,82); }
H1.HeaderClassName
{
color: #E00852;
}
.AnyTagClassName
{
color: #E00852;
}
</style>
background-color css
<style>
a { background-color: #E00852; }
a { background-color: rgb(224,8,82); }
div.DivClassName
{
background-color: #E00852;
}
.BgClassName
{
background-color: #E00852;
}
</style>
border-color css
<style>
span { border-color: #E00852; }
span { border-color: rgb(224,8,82); }
td.TdClassName
{
border-color: #E00852;
}
.TagClassName
{
border-color: #E00852;
}
</style>