Shades of Razzmatazz #EA1153
Tints of Razzmatazz #EA1153
RGB
CMYK
RGB Variations
Color information
#EA1153 (or 0xEA1153) is known color: Razzmatazz. HEX triplet: EA, 11 and 53. RGB value is (234,17,83). Sum of RGB (Red+Green+Blue) = 234+17+83=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1153 is #15EEAC. Grayscale: #595959. Windows color (decimal): -1437357 or 5444074. OLE color: 5444074.
HSL color Cylindrical-coordinate representation of color #EA1153: hue angle of 341.75º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1153 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.08 |
| HSL | 341.75º | 0.86% | 0.49% | - |
| HSV(B) | 341.75º | 0.93% | 0.92% | - |
| XYZ | 35.69 | 18.52 | 9.88 | - |
| YUV | 89.41 | 124.39 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 83 | 0 | 0.93 | 0.65 | 0.08 | 341.75 | 0.86 | 0.49 |
| Hex | EA | 11 | 53 | 0 | 5D | 41 | 8 | 156 | 56 | 31 |
| Octal | 352 | 21 | 123 | 0 | 135 | 101 | 10 | 526 | 126 | 61 |
| Binary | 11101010 | 10001 | 1010011 | 0 | 1011101 | 1000001 | 1000 | 101010110 | 1010110 | 110001 |
Color Harmonies of #EA1153
Complementary color
Monochromatic Colors of #EA1153
Black with #EA1153
Text Example
Text Example
White with #EA1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1153; }
p { color: rgb(234,17,83); }
H1.HeaderClassName
{
color: #EA1153;
}
.AnyTagClassName
{
color: #EA1153;
}
</style>
background-color css
<style>
a { background-color: #EA1153; }
a { background-color: rgb(234,17,83); }
div.DivClassName
{
background-color: #EA1153;
}
.BgClassName
{
background-color: #EA1153;
}
</style>
border-color css
<style>
span { border-color: #EA1153; }
span { border-color: rgb(234,17,83); }
td.TdClassName
{
border-color: #EA1153;
}
.TagClassName
{
border-color: #EA1153;
}
</style>