Shades of Razzmatazz #EA0156
Tints of Razzmatazz #EA0156
RGB
CMYK
RGB Variations
Color information
#EA0156 (or 0xEA0156) is known color: Razzmatazz. HEX triplet: EA, 01 and 56. RGB value is (234,1,86). Sum of RGB (Red+Green+Blue) = 234+1+86=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0156 is #15FEA9. Grayscale: #505050. Windows color (decimal): -1441450 or 5636586. OLE color: 5636586.
HSL color Cylindrical-coordinate representation of color #EA0156: hue angle of 338.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0156 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.08 |
| HSL | 338.11º | 0.99% | 0.46% | - |
| HSV(B) | 338.11º | 1% | 0.92% | - |
| XYZ | 35.62 | 18.19 | 10.44 | - |
| YUV | 80.36 | 131.19 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 86 | 0 | 1.00 | 0.63 | 0.08 | 338.11 | 0.99 | 0.46 |
| Hex | EA | 1 | 56 | 0 | 64 | 3F | 8 | 152 | 63 | 2E |
| Octal | 352 | 1 | 126 | 0 | 144 | 77 | 10 | 522 | 143 | 56 |
| Binary | 11101010 | 1 | 1010110 | 0 | 1100100 | 111111 | 1000 | 101010010 | 1100011 | 101110 |
Color Harmonies of #EA0156
Complementary color
Monochromatic Colors of #EA0156
Black with #EA0156
Text Example
Text Example
White with #EA0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0156; }
p { color: rgb(234,1,86); }
H1.HeaderClassName
{
color: #EA0156;
}
.AnyTagClassName
{
color: #EA0156;
}
</style>
background-color css
<style>
a { background-color: #EA0156; }
a { background-color: rgb(234,1,86); }
div.DivClassName
{
background-color: #EA0156;
}
.BgClassName
{
background-color: #EA0156;
}
</style>
border-color css
<style>
span { border-color: #EA0156; }
span { border-color: rgb(234,1,86); }
td.TdClassName
{
border-color: #EA0156;
}
.TagClassName
{
border-color: #EA0156;
}
</style>