Shades of Razzmatazz #E5105C
Tints of Razzmatazz #E5105C
RGB
CMYK
RGB Variations
Color information
#E5105C (or 0xE5105C) is known color: Razzmatazz. HEX triplet: E5, 10 and 5C. RGB value is (229,16,92). Sum of RGB (Red+Green+Blue) = 229+16+92=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5105C is #1AEFA3. Grayscale: #585858. Windows color (decimal): -1765284 or 6033637. OLE color: 6033637.
HSL color Cylindrical-coordinate representation of color #E5105C: hue angle of 338.59º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5105C is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.10 |
| HSL | 338.59º | 0.87% | 0.48% | - |
| HSV(B) | 338.59º | 0.93% | 0.9% | - |
| XYZ | 34.43 | 17.8 | 11.75 | - |
| YUV | 88.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 92 | 0 | 0.93 | 0.60 | 0.10 | 338.59 | 0.87 | 0.48 |
| Hex | E5 | 10 | 5C | 0 | 5D | 3C | A | 153 | 57 | 30 |
| Octal | 345 | 20 | 134 | 0 | 135 | 74 | 12 | 523 | 127 | 60 |
| Binary | 11100101 | 10000 | 1011100 | 0 | 1011101 | 111100 | 1010 | 101010011 | 1010111 | 110000 |
Color Harmonies of #E5105C
Complementary color
Monochromatic Colors of #E5105C
Black with #E5105C
Text Example
Text Example
White with #E5105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5105C; }
p { color: rgb(229,16,92); }
H1.HeaderClassName
{
color: #E5105C;
}
.AnyTagClassName
{
color: #E5105C;
}
</style>
background-color css
<style>
a { background-color: #E5105C; }
a { background-color: rgb(229,16,92); }
div.DivClassName
{
background-color: #E5105C;
}
.BgClassName
{
background-color: #E5105C;
}
</style>
border-color css
<style>
span { border-color: #E5105C; }
span { border-color: rgb(229,16,92); }
td.TdClassName
{
border-color: #E5105C;
}
.TagClassName
{
border-color: #E5105C;
}
</style>