Shades of Razzmatazz #E5105B
Tints of Razzmatazz #E5105B
RGB
CMYK
RGB Variations
Color information
#E5105B (or 0xE5105B) is known color: Razzmatazz. HEX triplet: E5, 10 and 5B. RGB value is (229,16,91). Sum of RGB (Red+Green+Blue) = 229+16+91=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5105B is #1AEFA4. Grayscale: #585858. Windows color (decimal): -1765285 or 5968101. OLE color: 5968101.
HSL color Cylindrical-coordinate representation of color #E5105B: hue angle of 338.87º 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 #E5105B is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 91 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.10 |
| HSL | 338.87º | 0.87% | 0.48% | - |
| HSV(B) | 338.87º | 0.93% | 0.9% | - |
| XYZ | 34.39 | 17.78 | 11.52 | - |
| YUV | 88.24 | 129.57 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 91 | 0 | 0.93 | 0.60 | 0.10 | 338.87 | 0.87 | 0.48 |
| Hex | E5 | 10 | 5B | 0 | 5D | 3C | A | 153 | 57 | 30 |
| Octal | 345 | 20 | 133 | 0 | 135 | 74 | 12 | 523 | 127 | 60 |
| Binary | 11100101 | 10000 | 1011011 | 0 | 1011101 | 111100 | 1010 | 101010011 | 1010111 | 110000 |
Color Harmonies of #E5105B
Complementary color
Monochromatic Colors of #E5105B
Black with #E5105B
Text Example
Text Example
White with #E5105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5105B; }
p { color: rgb(229,16,91); }
H1.HeaderClassName
{
color: #E5105B;
}
.AnyTagClassName
{
color: #E5105B;
}
</style>
background-color css
<style>
a { background-color: #E5105B; }
a { background-color: rgb(229,16,91); }
div.DivClassName
{
background-color: #E5105B;
}
.BgClassName
{
background-color: #E5105B;
}
</style>
border-color css
<style>
span { border-color: #E5105B; }
span { border-color: rgb(229,16,91); }
td.TdClassName
{
border-color: #E5105B;
}
.TagClassName
{
border-color: #E5105B;
}
</style>