Shades of Razzmatazz #E10E5A
Tints of Razzmatazz #E10E5A
RGB
CMYK
RGB Variations
Color information
#E10E5A (or 0xE10E5A) is known color: Razzmatazz. HEX triplet: E1, 0E and 5A. RGB value is (225,14,90). Sum of RGB (Red+Green+Blue) = 225+14+90=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E5A is #1EF1A5. Grayscale: #555555. Windows color (decimal): -2027942 or 5902049. OLE color: 5902049.
HSL color Cylindrical-coordinate representation of color #E10E5A: hue angle of 338.39º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10E5A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 90 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.12 |
| HSL | 338.39º | 0.88% | 0.47% | - |
| HSV(B) | 338.39º | 0.94% | 0.88% | - |
| XYZ | 33.05 | 17.06 | 11.22 | - |
| YUV | 85.75 | 130.4 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 90 | 0 | 0.94 | 0.60 | 0.12 | 338.39 | 0.88 | 0.47 |
| Hex | E1 | E | 5A | 0 | 5E | 3C | C | 152 | 58 | 2F |
| Octal | 341 | 16 | 132 | 0 | 136 | 74 | 14 | 522 | 130 | 57 |
| Binary | 11100001 | 1110 | 1011010 | 0 | 1011110 | 111100 | 1100 | 101010010 | 1011000 | 101111 |
Color Harmonies of #E10E5A
Complementary color
Monochromatic Colors of #E10E5A
Black with #E10E5A
Text Example
Text Example
White with #E10E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10E5A; }
p { color: rgb(225,14,90); }
H1.HeaderClassName
{
color: #E10E5A;
}
.AnyTagClassName
{
color: #E10E5A;
}
</style>
background-color css
<style>
a { background-color: #E10E5A; }
a { background-color: rgb(225,14,90); }
div.DivClassName
{
background-color: #E10E5A;
}
.BgClassName
{
background-color: #E10E5A;
}
</style>
border-color css
<style>
span { border-color: #E10E5A; }
span { border-color: rgb(225,14,90); }
td.TdClassName
{
border-color: #E10E5A;
}
.TagClassName
{
border-color: #E10E5A;
}
</style>