Shades of Razzmatazz #EA004C
Tints of Razzmatazz #EA004C
RGB
CMYK
RGB Variations
Color information
#EA004C (or 0xEA004C) is known color: Razzmatazz. HEX triplet: EA, 00 and 4C. RGB value is (234,0,76). Sum of RGB (Red+Green+Blue) = 234+0+76=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA004C is #15FFB3. Grayscale: #4E4E4E. Windows color (decimal): -1441716 or 4980970. OLE color: 4980970.
HSL color Cylindrical-coordinate representation of color #EA004C: hue angle of 340.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA004C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.68 | 0.08 |
| HSL | 340.51º | 1% | 0.46% | - |
| HSV(B) | 340.51º | 1% | 0.92% | - |
| XYZ | 35.24 | 18.01 | 8.46 | - |
| YUV | 78.63 | 126.52 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 76 | 0 | 1 | 0.68 | 0.08 | 340.51 | 1 | 0.46 |
| Hex | EA | 0 | 4C | 0 | 64 | 44 | 8 | 155 | 64 | 2E |
| Octal | 352 | 0 | 114 | 0 | 144 | 104 | 10 | 525 | 144 | 56 |
| Binary | 11101010 | 0 | 1001100 | 0 | 1100100 | 1000100 | 1000 | 101010101 | 1100100 | 101110 |
Color Harmonies of #EA004C
Complementary color
Monochromatic Colors of #EA004C
Black with #EA004C
Text Example
Text Example
White with #EA004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA004C; }
p { color: rgb(234,0,76); }
H1.HeaderClassName
{
color: #EA004C;
}
.AnyTagClassName
{
color: #EA004C;
}
</style>
background-color css
<style>
a { background-color: #EA004C; }
a { background-color: rgb(234,0,76); }
div.DivClassName
{
background-color: #EA004C;
}
.BgClassName
{
background-color: #EA004C;
}
</style>
border-color css
<style>
span { border-color: #EA004C; }
span { border-color: rgb(234,0,76); }
td.TdClassName
{
border-color: #EA004C;
}
.TagClassName
{
border-color: #EA004C;
}
</style>