Shades of Razzmatazz #EE046D
Tints of Razzmatazz #EE046D
RGB
CMYK
RGB Variations
Color information
#EE046D (or 0xEE046D) is known color: Razzmatazz. HEX triplet: EE, 04 and 6D. RGB value is (238,4,109). Sum of RGB (Red+Green+Blue) = 238+4+109=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE046D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE046D is #11FB92. Grayscale: #555555. Windows color (decimal): -1178515 or 7144686. OLE color: 7144686.
HSL color Cylindrical-coordinate representation of color #EE046D: hue angle of 333.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE046D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.07 |
| HSL | 333.08º | 0.97% | 0.47% | - |
| HSV(B) | 333.08º | 0.98% | 0.93% | - |
| XYZ | 38.06 | 19.37 | 16.2 | - |
| YUV | 85.94 | 141.02 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 109 | 0 | 0.98 | 0.54 | 0.07 | 333.08 | 0.97 | 0.47 |
| Hex | EE | 4 | 6D | 0 | 62 | 36 | 7 | 14D | 61 | 2F |
| Octal | 356 | 4 | 155 | 0 | 142 | 66 | 7 | 515 | 141 | 57 |
| Binary | 11101110 | 100 | 1101101 | 0 | 1100010 | 110110 | 111 | 101001101 | 1100001 | 101111 |
Color Harmonies of #EE046D
Complementary color
Monochromatic Colors of #EE046D
Black with #EE046D
Text Example
Text Example
White with #EE046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE046D; }
p { color: rgb(238,4,109); }
H1.HeaderClassName
{
color: #EE046D;
}
.AnyTagClassName
{
color: #EE046D;
}
</style>
background-color css
<style>
a { background-color: #EE046D; }
a { background-color: rgb(238,4,109); }
div.DivClassName
{
background-color: #EE046D;
}
.BgClassName
{
background-color: #EE046D;
}
</style>
border-color css
<style>
span { border-color: #EE046D; }
span { border-color: rgb(238,4,109); }
td.TdClassName
{
border-color: #EE046D;
}
.TagClassName
{
border-color: #EE046D;
}
</style>