Shades of Razzmatazz #EE004B
Tints of Razzmatazz #EE004B
RGB
CMYK
RGB Variations
Color information
#EE004B (or 0xEE004B) is known color: Razzmatazz. HEX triplet: EE, 00 and 4B. RGB value is (238,0,75). Sum of RGB (Red+Green+Blue) = 238+0+75=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE004B is #11FFB4. Grayscale: #4F4F4F. Windows color (decimal): -1179573 or 4915438. OLE color: 4915438.
HSL color Cylindrical-coordinate representation of color #EE004B: hue angle of 341.09º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE004B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.68 | 0.07 |
| HSL | 341.09º | 1% | 0.47% | - |
| HSV(B) | 341.09º | 1% | 0.93% | - |
| XYZ | 36.53 | 18.69 | 8.34 | - |
| YUV | 79.71 | 125.35 | 240.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 75 | 0 | 1 | 0.68 | 0.07 | 341.09 | 1 | 0.47 |
| Hex | EE | 0 | 4B | 0 | 64 | 44 | 7 | 155 | 64 | 2F |
| Octal | 356 | 0 | 113 | 0 | 144 | 104 | 7 | 525 | 144 | 57 |
| Binary | 11101110 | 0 | 1001011 | 0 | 1100100 | 1000100 | 111 | 101010101 | 1100100 | 101111 |
Color Harmonies of #EE004B
Complementary color
Monochromatic Colors of #EE004B
Black with #EE004B
Text Example
Text Example
White with #EE004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE004B; }
p { color: rgb(238,0,75); }
H1.HeaderClassName
{
color: #EE004B;
}
.AnyTagClassName
{
color: #EE004B;
}
</style>
background-color css
<style>
a { background-color: #EE004B; }
a { background-color: rgb(238,0,75); }
div.DivClassName
{
background-color: #EE004B;
}
.BgClassName
{
background-color: #EE004B;
}
</style>
border-color css
<style>
span { border-color: #EE004B; }
span { border-color: rgb(238,0,75); }
td.TdClassName
{
border-color: #EE004B;
}
.TagClassName
{
border-color: #EE004B;
}
</style>