Shades of Razzmatazz #EE0E4B
Tints of Razzmatazz #EE0E4B
RGB
CMYK
RGB Variations
Color information
#EE0E4B (or 0xEE0E4B) is known color: Razzmatazz. HEX triplet: EE, 0E and 4B. RGB value is (238,14,75). Sum of RGB (Red+Green+Blue) = 238+14+75=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E4B is #11F1B4. Grayscale: #575757. Windows color (decimal): -1175989 or 4919022. OLE color: 4919022.
HSL color Cylindrical-coordinate representation of color #EE0E4B: hue angle of 343.66º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E4B is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 75 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.07 |
| HSL | 343.66º | 0.89% | 0.49% | - |
| HSV(B) | 343.66º | 0.94% | 0.93% | - |
| XYZ | 36.69 | 19 | 8.39 | - |
| YUV | 87.93 | 120.71 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 75 | 0 | 0.94 | 0.68 | 0.07 | 343.66 | 0.89 | 0.49 |
| Hex | EE | E | 4B | 0 | 5E | 44 | 7 | 158 | 59 | 31 |
| Octal | 356 | 16 | 113 | 0 | 136 | 104 | 7 | 530 | 131 | 61 |
| Binary | 11101110 | 1110 | 1001011 | 0 | 1011110 | 1000100 | 111 | 101011000 | 1011001 | 110001 |
Color Harmonies of #EE0E4B
Complementary color
Monochromatic Colors of #EE0E4B
Black with #EE0E4B
Text Example
Text Example
White with #EE0E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E4B; }
p { color: rgb(238,14,75); }
H1.HeaderClassName
{
color: #EE0E4B;
}
.AnyTagClassName
{
color: #EE0E4B;
}
</style>
background-color css
<style>
a { background-color: #EE0E4B; }
a { background-color: rgb(238,14,75); }
div.DivClassName
{
background-color: #EE0E4B;
}
.BgClassName
{
background-color: #EE0E4B;
}
</style>
border-color css
<style>
span { border-color: #EE0E4B; }
span { border-color: rgb(238,14,75); }
td.TdClassName
{
border-color: #EE0E4B;
}
.TagClassName
{
border-color: #EE0E4B;
}
</style>