Shades of Razzmatazz #EE0F4D
Tints of Razzmatazz #EE0F4D
RGB
CMYK
RGB Variations
Color information
#EE0F4D (or 0xEE0F4D) is known color: Razzmatazz. HEX triplet: EE, 0F and 4D. RGB value is (238,15,77). Sum of RGB (Red+Green+Blue) = 238+15+77=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F4D is #11F0B2. Grayscale: #585858. Windows color (decimal): -1175731 or 5050350. OLE color: 5050350.
HSL color Cylindrical-coordinate representation of color #EE0F4D: hue angle of 343.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F4D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 77 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.07 |
| HSL | 343.32º | 0.88% | 0.5% | - |
| HSV(B) | 343.32º | 0.94% | 0.93% | - |
| XYZ | 36.77 | 19.05 | 8.76 | - |
| YUV | 88.75 | 121.38 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 77 | 0 | 0.94 | 0.68 | 0.07 | 343.32 | 0.88 | 0.5 |
| Hex | EE | F | 4D | 0 | 5E | 44 | 7 | 157 | 58 | 32 |
| Octal | 356 | 17 | 115 | 0 | 136 | 104 | 7 | 527 | 130 | 62 |
| Binary | 11101110 | 1111 | 1001101 | 0 | 1011110 | 1000100 | 111 | 101010111 | 1011000 | 110010 |
Color Harmonies of #EE0F4D
Complementary color
Monochromatic Colors of #EE0F4D
Black with #EE0F4D
Text Example
Text Example
White with #EE0F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F4D; }
p { color: rgb(238,15,77); }
H1.HeaderClassName
{
color: #EE0F4D;
}
.AnyTagClassName
{
color: #EE0F4D;
}
</style>
background-color css
<style>
a { background-color: #EE0F4D; }
a { background-color: rgb(238,15,77); }
div.DivClassName
{
background-color: #EE0F4D;
}
.BgClassName
{
background-color: #EE0F4D;
}
</style>
border-color css
<style>
span { border-color: #EE0F4D; }
span { border-color: rgb(238,15,77); }
td.TdClassName
{
border-color: #EE0F4D;
}
.TagClassName
{
border-color: #EE0F4D;
}
</style>