Shades of Razzmatazz #EE104B
Tints of Razzmatazz #EE104B
RGB
CMYK
RGB Variations
Color information
#EE104B (or 0xEE104B) is known color: Razzmatazz. HEX triplet: EE, 10 and 4B. RGB value is (238,16,75). Sum of RGB (Red+Green+Blue) = 238+16+75=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE104B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE104B is #11EFB4. Grayscale: #595959. Windows color (decimal): -1175477 or 4919534. OLE color: 4919534.
HSL color Cylindrical-coordinate representation of color #EE104B: hue angle of 344.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE104B is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 75 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.07 |
| HSL | 344.05º | 0.87% | 0.5% | - |
| HSV(B) | 344.05º | 0.93% | 0.93% | - |
| XYZ | 36.72 | 19.06 | 8.4 | - |
| YUV | 89.1 | 120.05 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 75 | 0 | 0.93 | 0.68 | 0.07 | 344.05 | 0.87 | 0.5 |
| Hex | EE | 10 | 4B | 0 | 5D | 44 | 7 | 158 | 57 | 32 |
| Octal | 356 | 20 | 113 | 0 | 135 | 104 | 7 | 530 | 127 | 62 |
| Binary | 11101110 | 10000 | 1001011 | 0 | 1011101 | 1000100 | 111 | 101011000 | 1010111 | 110010 |
Color Harmonies of #EE104B
Complementary color
Monochromatic Colors of #EE104B
Black with #EE104B
Text Example
Text Example
White with #EE104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE104B; }
p { color: rgb(238,16,75); }
H1.HeaderClassName
{
color: #EE104B;
}
.AnyTagClassName
{
color: #EE104B;
}
</style>
background-color css
<style>
a { background-color: #EE104B; }
a { background-color: rgb(238,16,75); }
div.DivClassName
{
background-color: #EE104B;
}
.BgClassName
{
background-color: #EE104B;
}
</style>
border-color css
<style>
span { border-color: #EE104B; }
span { border-color: rgb(238,16,75); }
td.TdClassName
{
border-color: #EE104B;
}
.TagClassName
{
border-color: #EE104B;
}
</style>