Shades of Razzmatazz #E6054D
Tints of Razzmatazz #E6054D
RGB
CMYK
RGB Variations
Color information
#E6054D (or 0xE6054D) is known color: Razzmatazz. HEX triplet: E6, 05 and 4D. RGB value is (230,5,77). Sum of RGB (Red+Green+Blue) = 230+5+77=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6054D is #19FAB2. Grayscale: #505050. Windows color (decimal): -1702579 or 5047782. OLE color: 5047782.
HSL color Cylindrical-coordinate representation of color #E6054D: hue angle of 340.8º 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 #E6054D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.10 |
| HSL | 340.8º | 0.96% | 0.46% | - |
| HSV(B) | 340.8º | 0.98% | 0.9% | - |
| XYZ | 34.03 | 17.47 | 8.6 | - |
| YUV | 80.48 | 126.04 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 77 | 0 | 0.98 | 0.67 | 0.10 | 340.8 | 0.96 | 0.46 |
| Hex | E6 | 5 | 4D | 0 | 62 | 43 | A | 155 | 60 | 2E |
| Octal | 346 | 5 | 115 | 0 | 142 | 103 | 12 | 525 | 140 | 56 |
| Binary | 11100110 | 101 | 1001101 | 0 | 1100010 | 1000011 | 1010 | 101010101 | 1100000 | 101110 |
Color Harmonies of #E6054D
Complementary color
Monochromatic Colors of #E6054D
Black with #E6054D
Text Example
Text Example
White with #E6054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6054D; }
p { color: rgb(230,5,77); }
H1.HeaderClassName
{
color: #E6054D;
}
.AnyTagClassName
{
color: #E6054D;
}
</style>
background-color css
<style>
a { background-color: #E6054D; }
a { background-color: rgb(230,5,77); }
div.DivClassName
{
background-color: #E6054D;
}
.BgClassName
{
background-color: #E6054D;
}
</style>
border-color css
<style>
span { border-color: #E6054D; }
span { border-color: rgb(230,5,77); }
td.TdClassName
{
border-color: #E6054D;
}
.TagClassName
{
border-color: #E6054D;
}
</style>