Shades of Razzmatazz #EA144D
Tints of Razzmatazz #EA144D
RGB
CMYK
RGB Variations
Color information
#EA144D (or 0xEA144D) is known color: Razzmatazz. HEX triplet: EA, 14 and 4D. RGB value is (234,20,77). Sum of RGB (Red+Green+Blue) = 234+20+77=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA144D is #15EBB2. Grayscale: #5A5A5A. Windows color (decimal): -1436595 or 5051626. OLE color: 5051626.
HSL color Cylindrical-coordinate representation of color #EA144D: hue angle of 344.02º 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 #EA144D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.08 |
| HSL | 344.02º | 0.84% | 0.5% | - |
| HSV(B) | 344.02º | 0.91% | 0.92% | - |
| XYZ | 35.52 | 18.53 | 8.73 | - |
| YUV | 90.48 | 120.4 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 77 | 0 | 0.91 | 0.67 | 0.08 | 344.02 | 0.84 | 0.5 |
| Hex | EA | 14 | 4D | 0 | 5B | 43 | 8 | 158 | 54 | 32 |
| Octal | 352 | 24 | 115 | 0 | 133 | 103 | 10 | 530 | 124 | 62 |
| Binary | 11101010 | 10100 | 1001101 | 0 | 1011011 | 1000011 | 1000 | 101011000 | 1010100 | 110010 |
Color Harmonies of #EA144D
Complementary color
Monochromatic Colors of #EA144D
Black with #EA144D
Text Example
Text Example
White with #EA144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA144D; }
p { color: rgb(234,20,77); }
H1.HeaderClassName
{
color: #EA144D;
}
.AnyTagClassName
{
color: #EA144D;
}
</style>
background-color css
<style>
a { background-color: #EA144D; }
a { background-color: rgb(234,20,77); }
div.DivClassName
{
background-color: #EA144D;
}
.BgClassName
{
background-color: #EA144D;
}
</style>
border-color css
<style>
span { border-color: #EA144D; }
span { border-color: rgb(234,20,77); }
td.TdClassName
{
border-color: #EA144D;
}
.TagClassName
{
border-color: #EA144D;
}
</style>