Shades of Razzmatazz #E7006B
Tints of Razzmatazz #E7006B
RGB
CMYK
RGB Variations
Color information
#E7006B (or 0xE7006B) is known color: Razzmatazz. HEX triplet: E7, 00 and 6B. RGB value is (231,0,107). Sum of RGB (Red+Green+Blue) = 231+0+107=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E7006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7006B is #18FF94. Grayscale: #515151. Windows color (decimal): -1638293 or 7012583. OLE color: 7012583.
HSL color Cylindrical-coordinate representation of color #E7006B: hue angle of 332.21º 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 #E7006B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.54 | 0.09 |
| HSL | 332.21º | 1% | 0.45% | - |
| HSV(B) | 332.21º | 1% | 0.91% | - |
| XYZ | 35.61 | 18.05 | 15.52 | - |
| YUV | 81.27 | 142.53 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 107 | 0 | 1 | 0.54 | 0.09 | 332.21 | 1 | 0.45 |
| Hex | E7 | 0 | 6B | 0 | 64 | 36 | 9 | 14C | 64 | 2D |
| Octal | 347 | 0 | 153 | 0 | 144 | 66 | 11 | 514 | 144 | 55 |
| Binary | 11100111 | 0 | 1101011 | 0 | 1100100 | 110110 | 1001 | 101001100 | 1100100 | 101101 |
Color Harmonies of #E7006B
Complementary color
Monochromatic Colors of #E7006B
Black with #E7006B
Text Example
Text Example
White with #E7006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7006B; }
p { color: rgb(231,0,107); }
H1.HeaderClassName
{
color: #E7006B;
}
.AnyTagClassName
{
color: #E7006B;
}
</style>
background-color css
<style>
a { background-color: #E7006B; }
a { background-color: rgb(231,0,107); }
div.DivClassName
{
background-color: #E7006B;
}
.BgClassName
{
background-color: #E7006B;
}
</style>
border-color css
<style>
span { border-color: #E7006B; }
span { border-color: rgb(231,0,107); }
td.TdClassName
{
border-color: #E7006B;
}
.TagClassName
{
border-color: #E7006B;
}
</style>