Shades of Razzmatazz #E7014B
Tints of Razzmatazz #E7014B
RGB
CMYK
RGB Variations
Color information
#E7014B (or 0xE7014B) is known color: Razzmatazz. HEX triplet: E7, 01 and 4B. RGB value is (231,1,75). Sum of RGB (Red+Green+Blue) = 231+1+75=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7014B is #18FEB4. Grayscale: #4E4E4E. Windows color (decimal): -1638069 or 4915687. OLE color: 4915687.
HSL color Cylindrical-coordinate representation of color #E7014B: hue angle of 340.7º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7014B is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.09 |
| HSL | 340.7º | 0.99% | 0.45% | - |
| HSV(B) | 340.7º | 1% | 0.91% | - |
| XYZ | 34.24 | 17.52 | 8.23 | - |
| YUV | 78.21 | 126.2 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 75 | 0 | 1.00 | 0.68 | 0.09 | 340.7 | 0.99 | 0.45 |
| Hex | E7 | 1 | 4B | 0 | 64 | 44 | 9 | 155 | 63 | 2D |
| Octal | 347 | 1 | 113 | 0 | 144 | 104 | 11 | 525 | 143 | 55 |
| Binary | 11100111 | 1 | 1001011 | 0 | 1100100 | 1000100 | 1001 | 101010101 | 1100011 | 101101 |
Color Harmonies of #E7014B
Complementary color
Monochromatic Colors of #E7014B
Black with #E7014B
Text Example
Text Example
White with #E7014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7014B; }
p { color: rgb(231,1,75); }
H1.HeaderClassName
{
color: #E7014B;
}
.AnyTagClassName
{
color: #E7014B;
}
</style>
background-color css
<style>
a { background-color: #E7014B; }
a { background-color: rgb(231,1,75); }
div.DivClassName
{
background-color: #E7014B;
}
.BgClassName
{
background-color: #E7014B;
}
</style>
border-color css
<style>
span { border-color: #E7014B; }
span { border-color: rgb(231,1,75); }
td.TdClassName
{
border-color: #E7014B;
}
.TagClassName
{
border-color: #E7014B;
}
</style>