Shades of Razzmatazz #E6056D
Tints of Razzmatazz #E6056D
RGB
CMYK
RGB Variations
Color information
#E6056D (or 0xE6056D) is known color: Razzmatazz. HEX triplet: E6, 05 and 6D. RGB value is (230,5,109). Sum of RGB (Red+Green+Blue) = 230+5+109=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6056D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6056D is #19FA92. Grayscale: #535353. Windows color (decimal): -1702547 or 7144934. OLE color: 7144934.
HSL color Cylindrical-coordinate representation of color #E6056D: hue angle of 332.27º 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 #E6056D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.10 |
| HSL | 332.27º | 0.96% | 0.46% | - |
| HSV(B) | 332.27º | 0.98% | 0.9% | - |
| XYZ | 35.45 | 18.04 | 16.08 | - |
| YUV | 84.13 | 142.04 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 109 | 0 | 0.98 | 0.53 | 0.10 | 332.27 | 0.96 | 0.46 |
| Hex | E6 | 5 | 6D | 0 | 62 | 35 | A | 14C | 60 | 2E |
| Octal | 346 | 5 | 155 | 0 | 142 | 65 | 12 | 514 | 140 | 56 |
| Binary | 11100110 | 101 | 1101101 | 0 | 1100010 | 110101 | 1010 | 101001100 | 1100000 | 101110 |
Color Harmonies of #E6056D
Complementary color
Monochromatic Colors of #E6056D
Black with #E6056D
Text Example
Text Example
White with #E6056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6056D; }
p { color: rgb(230,5,109); }
H1.HeaderClassName
{
color: #E6056D;
}
.AnyTagClassName
{
color: #E6056D;
}
</style>
background-color css
<style>
a { background-color: #E6056D; }
a { background-color: rgb(230,5,109); }
div.DivClassName
{
background-color: #E6056D;
}
.BgClassName
{
background-color: #E6056D;
}
</style>
border-color css
<style>
span { border-color: #E6056D; }
span { border-color: rgb(230,5,109); }
td.TdClassName
{
border-color: #E6056D;
}
.TagClassName
{
border-color: #E6056D;
}
</style>