Shades of Razzmatazz #E6104E
Tints of Razzmatazz #E6104E
RGB
CMYK
RGB Variations
Color information
#E6104E (or 0xE6104E) is known color: Razzmatazz. HEX triplet: E6, 10 and 4E. RGB value is (230,16,78). Sum of RGB (Red+Green+Blue) = 230+16+78=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6104E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6104E is #19EFB1. Grayscale: #575757. Windows color (decimal): -1699762 or 5116134. OLE color: 5116134.
HSL color Cylindrical-coordinate representation of color #E6104E: hue angle of 342.62º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6104E is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 78 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.10 |
| HSL | 342.62º | 0.87% | 0.48% | - |
| HSV(B) | 342.62º | 0.93% | 0.9% | - |
| XYZ | 34.19 | 17.74 | 8.83 | - |
| YUV | 87.05 | 122.9 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 78 | 0 | 0.93 | 0.66 | 0.10 | 342.62 | 0.87 | 0.48 |
| Hex | E6 | 10 | 4E | 0 | 5D | 42 | A | 157 | 57 | 30 |
| Octal | 346 | 20 | 116 | 0 | 135 | 102 | 12 | 527 | 127 | 60 |
| Binary | 11100110 | 10000 | 1001110 | 0 | 1011101 | 1000010 | 1010 | 101010111 | 1010111 | 110000 |
Color Harmonies of #E6104E
Complementary color
Monochromatic Colors of #E6104E
Black with #E6104E
Text Example
Text Example
White with #E6104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6104E; }
p { color: rgb(230,16,78); }
H1.HeaderClassName
{
color: #E6104E;
}
.AnyTagClassName
{
color: #E6104E;
}
</style>
background-color css
<style>
a { background-color: #E6104E; }
a { background-color: rgb(230,16,78); }
div.DivClassName
{
background-color: #E6104E;
}
.BgClassName
{
background-color: #E6104E;
}
</style>
border-color css
<style>
span { border-color: #E6104E; }
span { border-color: rgb(230,16,78); }
td.TdClassName
{
border-color: #E6104E;
}
.TagClassName
{
border-color: #E6104E;
}
</style>