Shades of Razzmatazz #EE045B
Tints of Razzmatazz #EE045B
RGB
CMYK
RGB Variations
Color information
#EE045B (or 0xEE045B) is known color: Razzmatazz. HEX triplet: EE, 04 and 5B. RGB value is (238,4,91). Sum of RGB (Red+Green+Blue) = 238+4+91=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE045B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE045B is #11FBA4. Grayscale: #535353. Windows color (decimal): -1178533 or 5965038. OLE color: 5965038.
HSL color Cylindrical-coordinate representation of color #EE045B: hue angle of 337.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE045B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.07 |
| HSL | 337.69º | 0.97% | 0.47% | - |
| HSV(B) | 337.69º | 0.98% | 0.93% | - |
| XYZ | 37.19 | 19.02 | 11.61 | - |
| YUV | 83.88 | 132.02 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 91 | 0 | 0.98 | 0.62 | 0.07 | 337.69 | 0.97 | 0.47 |
| Hex | EE | 4 | 5B | 0 | 62 | 3E | 7 | 152 | 61 | 2F |
| Octal | 356 | 4 | 133 | 0 | 142 | 76 | 7 | 522 | 141 | 57 |
| Binary | 11101110 | 100 | 1011011 | 0 | 1100010 | 111110 | 111 | 101010010 | 1100001 | 101111 |
Color Harmonies of #EE045B
Complementary color
Monochromatic Colors of #EE045B
Black with #EE045B
Text Example
Text Example
White with #EE045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE045B; }
p { color: rgb(238,4,91); }
H1.HeaderClassName
{
color: #EE045B;
}
.AnyTagClassName
{
color: #EE045B;
}
</style>
background-color css
<style>
a { background-color: #EE045B; }
a { background-color: rgb(238,4,91); }
div.DivClassName
{
background-color: #EE045B;
}
.BgClassName
{
background-color: #EE045B;
}
</style>
border-color css
<style>
span { border-color: #EE045B; }
span { border-color: rgb(238,4,91); }
td.TdClassName
{
border-color: #EE045B;
}
.TagClassName
{
border-color: #EE045B;
}
</style>