Shades of Razzmatazz #E9055D
Tints of Razzmatazz #E9055D
RGB
CMYK
RGB Variations
Color information
#E9055D (or 0xE9055D) is known color: Razzmatazz. HEX triplet: E9, 05 and 5D. RGB value is (233,5,93). Sum of RGB (Red+Green+Blue) = 233+5+93=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9055D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9055D is #16FAA2. Grayscale: #535353. Windows color (decimal): -1505955 or 6096361. OLE color: 6096361.
HSL color Cylindrical-coordinate representation of color #E9055D: hue angle of 336.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9055D is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 93 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.09 |
| HSL | 336.84º | 0.96% | 0.47% | - |
| HSV(B) | 336.84º | 0.98% | 0.91% | - |
| XYZ | 35.63 | 18.22 | 12 | - |
| YUV | 83.2 | 133.54 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 93 | 0 | 0.98 | 0.60 | 0.09 | 336.84 | 0.96 | 0.47 |
| Hex | E9 | 5 | 5D | 0 | 62 | 3C | 9 | 151 | 60 | 2F |
| Octal | 351 | 5 | 135 | 0 | 142 | 74 | 11 | 521 | 140 | 57 |
| Binary | 11101001 | 101 | 1011101 | 0 | 1100010 | 111100 | 1001 | 101010001 | 1100000 | 101111 |
Color Harmonies of #E9055D
Complementary color
Monochromatic Colors of #E9055D
Black with #E9055D
Text Example
Text Example
White with #E9055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9055D; }
p { color: rgb(233,5,93); }
H1.HeaderClassName
{
color: #E9055D;
}
.AnyTagClassName
{
color: #E9055D;
}
</style>
background-color css
<style>
a { background-color: #E9055D; }
a { background-color: rgb(233,5,93); }
div.DivClassName
{
background-color: #E9055D;
}
.BgClassName
{
background-color: #E9055D;
}
</style>
border-color css
<style>
span { border-color: #E9055D; }
span { border-color: rgb(233,5,93); }
td.TdClassName
{
border-color: #E9055D;
}
.TagClassName
{
border-color: #E9055D;
}
</style>