Shades of Razzmatazz #EA144C
Tints of Razzmatazz #EA144C
RGB
CMYK
RGB Variations
Color information
#EA144C (or 0xEA144C) is known color: Razzmatazz. HEX triplet: EA, 14 and 4C. RGB value is (234,20,76). Sum of RGB (Red+Green+Blue) = 234+20+76=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA144C is #15EBB3. Grayscale: #5A5A5A. Windows color (decimal): -1436596 or 4986090. OLE color: 4986090.
HSL color Cylindrical-coordinate representation of color #EA144C: hue angle of 344.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA144C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 76 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.08 |
| HSL | 344.3º | 0.84% | 0.5% | - |
| HSV(B) | 344.3º | 0.91% | 0.92% | - |
| XYZ | 35.49 | 18.51 | 8.54 | - |
| YUV | 90.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 76 | 0 | 0.91 | 0.68 | 0.08 | 344.3 | 0.84 | 0.5 |
| Hex | EA | 14 | 4C | 0 | 5B | 44 | 8 | 158 | 54 | 32 |
| Octal | 352 | 24 | 114 | 0 | 133 | 104 | 10 | 530 | 124 | 62 |
| Binary | 11101010 | 10100 | 1001100 | 0 | 1011011 | 1000100 | 1000 | 101011000 | 1010100 | 110010 |
Color Harmonies of #EA144C
Complementary color
Monochromatic Colors of #EA144C
Black with #EA144C
Text Example
Text Example
White with #EA144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA144C; }
p { color: rgb(234,20,76); }
H1.HeaderClassName
{
color: #EA144C;
}
.AnyTagClassName
{
color: #EA144C;
}
</style>
background-color css
<style>
a { background-color: #EA144C; }
a { background-color: rgb(234,20,76); }
div.DivClassName
{
background-color: #EA144C;
}
.BgClassName
{
background-color: #EA144C;
}
</style>
border-color css
<style>
span { border-color: #EA144C; }
span { border-color: rgb(234,20,76); }
td.TdClassName
{
border-color: #EA144C;
}
.TagClassName
{
border-color: #EA144C;
}
</style>