Shades of Razzmatazz #E7014E
Tints of Razzmatazz #E7014E
RGB
CMYK
RGB Variations
Color information
#E7014E (or 0xE7014E) is known color: Razzmatazz. HEX triplet: E7, 01 and 4E. RGB value is (231,1,78). Sum of RGB (Red+Green+Blue) = 231+1+78=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7014E is #18FEB1. Grayscale: #4E4E4E. Windows color (decimal): -1638066 or 5112295. OLE color: 5112295.
HSL color Cylindrical-coordinate representation of color #E7014E: hue angle of 339.91º 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 #E7014E is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.09 |
| HSL | 339.91º | 0.99% | 0.45% | - |
| HSV(B) | 339.91º | 1% | 0.91% | - |
| XYZ | 34.34 | 17.56 | 8.79 | - |
| YUV | 78.55 | 127.7 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 78 | 0 | 1.00 | 0.66 | 0.09 | 339.91 | 0.99 | 0.45 |
| Hex | E7 | 1 | 4E | 0 | 64 | 42 | 9 | 154 | 63 | 2D |
| Octal | 347 | 1 | 116 | 0 | 144 | 102 | 11 | 524 | 143 | 55 |
| Binary | 11100111 | 1 | 1001110 | 0 | 1100100 | 1000010 | 1001 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E7014E
Complementary color
Monochromatic Colors of #E7014E
Black with #E7014E
Text Example
Text Example
White with #E7014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7014E; }
p { color: rgb(231,1,78); }
H1.HeaderClassName
{
color: #E7014E;
}
.AnyTagClassName
{
color: #E7014E;
}
</style>
background-color css
<style>
a { background-color: #E7014E; }
a { background-color: rgb(231,1,78); }
div.DivClassName
{
background-color: #E7014E;
}
.BgClassName
{
background-color: #E7014E;
}
</style>
border-color css
<style>
span { border-color: #E7014E; }
span { border-color: rgb(231,1,78); }
td.TdClassName
{
border-color: #E7014E;
}
.TagClassName
{
border-color: #E7014E;
}
</style>