Shades of Razzmatazz #E6056C
Tints of Razzmatazz #E6056C
RGB
CMYK
RGB Variations
Color information
#E6056C (or 0xE6056C) is known color: Razzmatazz. HEX triplet: E6, 05 and 6C. RGB value is (230,5,108). Sum of RGB (Red+Green+Blue) = 230+5+108=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6056C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6056C is #19FA93. Grayscale: #535353. Windows color (decimal): -1702548 or 7079398. OLE color: 7079398.
HSL color Cylindrical-coordinate representation of color #E6056C: hue angle of 332.53º degrees, saturation: 0.96, 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 #E6056C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.10 |
| HSL | 332.53º | 0.96% | 0.46% | - |
| HSV(B) | 332.53º | 0.98% | 0.9% | - |
| XYZ | 35.39 | 18.01 | 15.8 | - |
| YUV | 84.02 | 141.54 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 108 | 0 | 0.98 | 0.53 | 0.10 | 332.53 | 0.96 | 0.46 |
| Hex | E6 | 5 | 6C | 0 | 62 | 35 | A | 14D | 60 | 2E |
| Octal | 346 | 5 | 154 | 0 | 142 | 65 | 12 | 515 | 140 | 56 |
| Binary | 11100110 | 101 | 1101100 | 0 | 1100010 | 110101 | 1010 | 101001101 | 1100000 | 101110 |
Color Harmonies of #E6056C
Complementary color
Monochromatic Colors of #E6056C
Black with #E6056C
Text Example
Text Example
White with #E6056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6056C; }
p { color: rgb(230,5,108); }
H1.HeaderClassName
{
color: #E6056C;
}
.AnyTagClassName
{
color: #E6056C;
}
</style>
background-color css
<style>
a { background-color: #E6056C; }
a { background-color: rgb(230,5,108); }
div.DivClassName
{
background-color: #E6056C;
}
.BgClassName
{
background-color: #E6056C;
}
</style>
border-color css
<style>
span { border-color: #E6056C; }
span { border-color: rgb(230,5,108); }
td.TdClassName
{
border-color: #E6056C;
}
.TagClassName
{
border-color: #E6056C;
}
</style>