Shades of Razzmatazz #E6045D
Tints of Razzmatazz #E6045D
RGB
CMYK
RGB Variations
Color information
#E6045D (or 0xE6045D) is known color: Razzmatazz. HEX triplet: E6, 04 and 5D. RGB value is (230,4,93). Sum of RGB (Red+Green+Blue) = 230+4+93=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6045D is #19FBA2. Grayscale: #515151. Windows color (decimal): -1702819 or 6096102. OLE color: 6096102.
HSL color Cylindrical-coordinate representation of color #E6045D: hue angle of 336.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6045D is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.10 |
| HSL | 336.37º | 0.97% | 0.46% | - |
| HSV(B) | 336.37º | 0.98% | 0.9% | - |
| XYZ | 34.65 | 17.7 | 11.95 | - |
| YUV | 81.72 | 134.37 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 93 | 0 | 0.98 | 0.60 | 0.10 | 336.37 | 0.97 | 0.46 |
| Hex | E6 | 4 | 5D | 0 | 62 | 3C | A | 150 | 61 | 2E |
| Octal | 346 | 4 | 135 | 0 | 142 | 74 | 12 | 520 | 141 | 56 |
| Binary | 11100110 | 100 | 1011101 | 0 | 1100010 | 111100 | 1010 | 101010000 | 1100001 | 101110 |
Color Harmonies of #E6045D
Complementary color
Monochromatic Colors of #E6045D
Black with #E6045D
Text Example
Text Example
White with #E6045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6045D; }
p { color: rgb(230,4,93); }
H1.HeaderClassName
{
color: #E6045D;
}
.AnyTagClassName
{
color: #E6045D;
}
</style>
background-color css
<style>
a { background-color: #E6045D; }
a { background-color: rgb(230,4,93); }
div.DivClassName
{
background-color: #E6045D;
}
.BgClassName
{
background-color: #E6045D;
}
</style>
border-color css
<style>
span { border-color: #E6045D; }
span { border-color: rgb(230,4,93); }
td.TdClassName
{
border-color: #E6045D;
}
.TagClassName
{
border-color: #E6045D;
}
</style>