Shades of Razzmatazz #EA1555
Tints of Razzmatazz #EA1555
RGB
CMYK
RGB Variations
Color information
#EA1555 (or 0xEA1555) is known color: Razzmatazz. HEX triplet: EA, 15 and 55. RGB value is (234,21,85). Sum of RGB (Red+Green+Blue) = 234+21+85=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1555 is #15EAAA. Grayscale: #5B5B5B. Windows color (decimal): -1436331 or 5576170. OLE color: 5576170.
HSL color Cylindrical-coordinate representation of color #EA1555: hue angle of 341.97º 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 #EA1555 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 85 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.08 |
| HSL | 341.97º | 0.84% | 0.5% | - |
| HSV(B) | 341.97º | 0.91% | 0.92% | - |
| XYZ | 35.84 | 18.68 | 10.31 | - |
| YUV | 91.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 85 | 0 | 0.91 | 0.64 | 0.08 | 341.97 | 0.84 | 0.5 |
| Hex | EA | 15 | 55 | 0 | 5B | 40 | 8 | 156 | 54 | 32 |
| Octal | 352 | 25 | 125 | 0 | 133 | 100 | 10 | 526 | 124 | 62 |
| Binary | 11101010 | 10101 | 1010101 | 0 | 1011011 | 1000000 | 1000 | 101010110 | 1010100 | 110010 |
Color Harmonies of #EA1555
Complementary color
Monochromatic Colors of #EA1555
Black with #EA1555
Text Example
Text Example
White with #EA1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1555; }
p { color: rgb(234,21,85); }
H1.HeaderClassName
{
color: #EA1555;
}
.AnyTagClassName
{
color: #EA1555;
}
</style>
background-color css
<style>
a { background-color: #EA1555; }
a { background-color: rgb(234,21,85); }
div.DivClassName
{
background-color: #EA1555;
}
.BgClassName
{
background-color: #EA1555;
}
</style>
border-color css
<style>
span { border-color: #EA1555; }
span { border-color: rgb(234,21,85); }
td.TdClassName
{
border-color: #EA1555;
}
.TagClassName
{
border-color: #EA1555;
}
</style>