Shades of Razzmatazz #E7006D
Tints of Razzmatazz #E7006D
RGB
CMYK
RGB Variations
Color information
#E7006D (or 0xE7006D) is known color: Razzmatazz. HEX triplet: E7, 00 and 6D. RGB value is (231,0,109). Sum of RGB (Red+Green+Blue) = 231+0+109=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E7006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7006D is #18FF92. Grayscale: #515151. Windows color (decimal): -1638291 or 7143655. OLE color: 7143655.
HSL color Cylindrical-coordinate representation of color #E7006D: hue angle of 331.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7006D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.53 | 0.09 |
| HSL | 331.69º | 1% | 0.45% | - |
| HSV(B) | 331.69º | 1% | 0.91% | - |
| XYZ | 35.72 | 18.09 | 16.08 | - |
| YUV | 81.5 | 143.53 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 109 | 0 | 1 | 0.53 | 0.09 | 331.69 | 1 | 0.45 |
| Hex | E7 | 0 | 6D | 0 | 64 | 35 | 9 | 14C | 64 | 2D |
| Octal | 347 | 0 | 155 | 0 | 144 | 65 | 11 | 514 | 144 | 55 |
| Binary | 11100111 | 0 | 1101101 | 0 | 1100100 | 110101 | 1001 | 101001100 | 1100100 | 101101 |
Color Harmonies of #E7006D
Complementary color
Monochromatic Colors of #E7006D
Black with #E7006D
Text Example
Text Example
White with #E7006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7006D; }
p { color: rgb(231,0,109); }
H1.HeaderClassName
{
color: #E7006D;
}
.AnyTagClassName
{
color: #E7006D;
}
</style>
background-color css
<style>
a { background-color: #E7006D; }
a { background-color: rgb(231,0,109); }
div.DivClassName
{
background-color: #E7006D;
}
.BgClassName
{
background-color: #E7006D;
}
</style>
border-color css
<style>
span { border-color: #E7006D; }
span { border-color: rgb(231,0,109); }
td.TdClassName
{
border-color: #E7006D;
}
.TagClassName
{
border-color: #E7006D;
}
</style>