Shades of Razzmatazz #E10C5B
Tints of Razzmatazz #E10C5B
RGB
CMYK
RGB Variations
Color information
#E10C5B (or 0xE10C5B) is known color: Razzmatazz. HEX triplet: E1, 0C and 5B. RGB value is (225,12,91). Sum of RGB (Red+Green+Blue) = 225+12+91=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C5B is #1EF3A4. Grayscale: #545454. Windows color (decimal): -2028453 or 5967073. OLE color: 5967073.
HSL color Cylindrical-coordinate representation of color #E10C5B: hue angle of 337.75º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C5B is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 91 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.12 |
| HSL | 337.75º | 0.9% | 0.46% | - |
| HSV(B) | 337.75º | 0.95% | 0.88% | - |
| XYZ | 33.07 | 17.03 | 11.44 | - |
| YUV | 84.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 91 | 0 | 0.95 | 0.60 | 0.12 | 337.75 | 0.9 | 0.46 |
| Hex | E1 | C | 5B | 0 | 5F | 3C | C | 152 | 5A | 2E |
| Octal | 341 | 14 | 133 | 0 | 137 | 74 | 14 | 522 | 132 | 56 |
| Binary | 11100001 | 1100 | 1011011 | 0 | 1011111 | 111100 | 1100 | 101010010 | 1011010 | 101110 |
Color Harmonies of #E10C5B
Complementary color
Monochromatic Colors of #E10C5B
Black with #E10C5B
Text Example
Text Example
White with #E10C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C5B; }
p { color: rgb(225,12,91); }
H1.HeaderClassName
{
color: #E10C5B;
}
.AnyTagClassName
{
color: #E10C5B;
}
</style>
background-color css
<style>
a { background-color: #E10C5B; }
a { background-color: rgb(225,12,91); }
div.DivClassName
{
background-color: #E10C5B;
}
.BgClassName
{
background-color: #E10C5B;
}
</style>
border-color css
<style>
span { border-color: #E10C5B; }
span { border-color: rgb(225,12,91); }
td.TdClassName
{
border-color: #E10C5B;
}
.TagClassName
{
border-color: #E10C5B;
}
</style>