Shades of Razzmatazz #EA0146
Tints of Razzmatazz #EA0146
RGB
CMYK
RGB Variations
Color information
#EA0146 (or 0xEA0146) is known color: Razzmatazz. HEX triplet: EA, 01 and 46. RGB value is (234,1,70). Sum of RGB (Red+Green+Blue) = 234+1+70=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0146 is #15FEB9. Grayscale: #4E4E4E. Windows color (decimal): -1441466 or 4588010. OLE color: 4588010.
HSL color Cylindrical-coordinate representation of color #EA0146: hue angle of 342.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0146 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.08 |
| HSL | 342.23º | 0.99% | 0.46% | - |
| HSV(B) | 342.23º | 1% | 0.92% | - |
| XYZ | 35.05 | 17.96 | 7.41 | - |
| YUV | 78.53 | 123.19 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 70 | 0 | 1.00 | 0.70 | 0.08 | 342.23 | 0.99 | 0.46 |
| Hex | EA | 1 | 46 | 0 | 64 | 46 | 8 | 156 | 63 | 2E |
| Octal | 352 | 1 | 106 | 0 | 144 | 106 | 10 | 526 | 143 | 56 |
| Binary | 11101010 | 1 | 1000110 | 0 | 1100100 | 1000110 | 1000 | 101010110 | 1100011 | 101110 |
Color Harmonies of #EA0146
Complementary color
Monochromatic Colors of #EA0146
Black with #EA0146
Text Example
Text Example
White with #EA0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0146; }
p { color: rgb(234,1,70); }
H1.HeaderClassName
{
color: #EA0146;
}
.AnyTagClassName
{
color: #EA0146;
}
</style>
background-color css
<style>
a { background-color: #EA0146; }
a { background-color: rgb(234,1,70); }
div.DivClassName
{
background-color: #EA0146;
}
.BgClassName
{
background-color: #EA0146;
}
</style>
border-color css
<style>
span { border-color: #EA0146; }
span { border-color: rgb(234,1,70); }
td.TdClassName
{
border-color: #EA0146;
}
.TagClassName
{
border-color: #EA0146;
}
</style>