Shades of Razzmatazz #EE114B
Tints of Razzmatazz #EE114B
RGB
CMYK
RGB Variations
Color information
#EE114B (or 0xEE114B) is known color: Razzmatazz. HEX triplet: EE, 11 and 4B. RGB value is (238,17,75). Sum of RGB (Red+Green+Blue) = 238+17+75=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE114B is #11EEB4. Grayscale: #595959. Windows color (decimal): -1175221 or 4919790. OLE color: 4919790.
HSL color Cylindrical-coordinate representation of color #EE114B: hue angle of 344.25º 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 #EE114B is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 75 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.07 |
| HSL | 344.25º | 0.87% | 0.5% | - |
| HSV(B) | 344.25º | 0.93% | 0.93% | - |
| XYZ | 36.73 | 19.09 | 8.4 | - |
| YUV | 89.69 | 119.72 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 75 | 0 | 0.93 | 0.68 | 0.07 | 344.25 | 0.87 | 0.5 |
| Hex | EE | 11 | 4B | 0 | 5D | 44 | 7 | 158 | 57 | 32 |
| Octal | 356 | 21 | 113 | 0 | 135 | 104 | 7 | 530 | 127 | 62 |
| Binary | 11101110 | 10001 | 1001011 | 0 | 1011101 | 1000100 | 111 | 101011000 | 1010111 | 110010 |
Color Harmonies of #EE114B
Complementary color
Monochromatic Colors of #EE114B
Black with #EE114B
Text Example
Text Example
White with #EE114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE114B; }
p { color: rgb(238,17,75); }
H1.HeaderClassName
{
color: #EE114B;
}
.AnyTagClassName
{
color: #EE114B;
}
</style>
background-color css
<style>
a { background-color: #EE114B; }
a { background-color: rgb(238,17,75); }
div.DivClassName
{
background-color: #EE114B;
}
.BgClassName
{
background-color: #EE114B;
}
</style>
border-color css
<style>
span { border-color: #EE114B; }
span { border-color: rgb(238,17,75); }
td.TdClassName
{
border-color: #EE114B;
}
.TagClassName
{
border-color: #EE114B;
}
</style>