Shades of Razzmatazz #EA1356
Tints of Razzmatazz #EA1356
RGB
CMYK
RGB Variations
Color information
#EA1356 (or 0xEA1356) is known color: Razzmatazz. HEX triplet: EA, 13 and 56. RGB value is (234,19,86). Sum of RGB (Red+Green+Blue) = 234+19+86=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1356 is #15ECA9. Grayscale: #5A5A5A. Windows color (decimal): -1436842 or 5641194. OLE color: 5641194.
HSL color Cylindrical-coordinate representation of color #EA1356: hue angle of 341.3º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1356 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 86 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.08 |
| HSL | 341.3º | 0.85% | 0.5% | - |
| HSV(B) | 341.3º | 0.92% | 0.92% | - |
| XYZ | 35.84 | 18.63 | 10.51 | - |
| YUV | 90.92 | 125.23 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 86 | 0 | 0.92 | 0.63 | 0.08 | 341.3 | 0.85 | 0.5 |
| Hex | EA | 13 | 56 | 0 | 5C | 3F | 8 | 155 | 55 | 32 |
| Octal | 352 | 23 | 126 | 0 | 134 | 77 | 10 | 525 | 125 | 62 |
| Binary | 11101010 | 10011 | 1010110 | 0 | 1011100 | 111111 | 1000 | 101010101 | 1010101 | 110010 |
Color Harmonies of #EA1356
Complementary color
Monochromatic Colors of #EA1356
Black with #EA1356
Text Example
Text Example
White with #EA1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1356; }
p { color: rgb(234,19,86); }
H1.HeaderClassName
{
color: #EA1356;
}
.AnyTagClassName
{
color: #EA1356;
}
</style>
background-color css
<style>
a { background-color: #EA1356; }
a { background-color: rgb(234,19,86); }
div.DivClassName
{
background-color: #EA1356;
}
.BgClassName
{
background-color: #EA1356;
}
</style>
border-color css
<style>
span { border-color: #EA1356; }
span { border-color: rgb(234,19,86); }
td.TdClassName
{
border-color: #EA1356;
}
.TagClassName
{
border-color: #EA1356;
}
</style>