Shades of Razzmatazz #E1046D
Tints of Razzmatazz #E1046D
RGB
CMYK
RGB Variations
Color information
#E1046D (or 0xE1046D) is known color: Razzmatazz. HEX triplet: E1, 04 and 6D. RGB value is (225,4,109). Sum of RGB (Red+Green+Blue) = 225+4+109=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1046D is #1EFB92. Grayscale: #515151. Windows color (decimal): -2030483 or 7144673. OLE color: 7144673.
HSL color Cylindrical-coordinate representation of color #E1046D: hue angle of 331.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1046D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.12 |
| HSL | 331.49º | 0.97% | 0.45% | - |
| HSV(B) | 331.49º | 0.98% | 0.88% | - |
| XYZ | 33.86 | 17.2 | 16 | - |
| YUV | 82.05 | 143.22 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 109 | 0 | 0.98 | 0.52 | 0.12 | 331.49 | 0.97 | 0.45 |
| Hex | E1 | 4 | 6D | 0 | 62 | 34 | C | 14B | 61 | 2D |
| Octal | 341 | 4 | 155 | 0 | 142 | 64 | 14 | 513 | 141 | 55 |
| Binary | 11100001 | 100 | 1101101 | 0 | 1100010 | 110100 | 1100 | 101001011 | 1100001 | 101101 |
Color Harmonies of #E1046D
Complementary color
Monochromatic Colors of #E1046D
Black with #E1046D
Text Example
Text Example
White with #E1046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1046D; }
p { color: rgb(225,4,109); }
H1.HeaderClassName
{
color: #E1046D;
}
.AnyTagClassName
{
color: #E1046D;
}
</style>
background-color css
<style>
a { background-color: #E1046D; }
a { background-color: rgb(225,4,109); }
div.DivClassName
{
background-color: #E1046D;
}
.BgClassName
{
background-color: #E1046D;
}
</style>
border-color css
<style>
span { border-color: #E1046D; }
span { border-color: rgb(225,4,109); }
td.TdClassName
{
border-color: #E1046D;
}
.TagClassName
{
border-color: #E1046D;
}
</style>