Shades of Razzmatazz #EE036F
Tints of Razzmatazz #EE036F
RGB
CMYK
RGB Variations
Color information
#EE036F (or 0xEE036F) is known color: Razzmatazz. HEX triplet: EE, 03 and 6F. RGB value is (238,3,111). Sum of RGB (Red+Green+Blue) = 238+3+111=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE036F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE036F is #11FC90. Grayscale: #555555. Windows color (decimal): -1178769 or 7275502. OLE color: 7275502.
HSL color Cylindrical-coordinate representation of color #EE036F: hue angle of 332.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE036F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 111 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.07 |
| HSL | 332.43º | 0.98% | 0.47% | - |
| HSV(B) | 332.43º | 0.99% | 0.93% | - |
| XYZ | 38.16 | 19.39 | 16.77 | - |
| YUV | 85.58 | 142.36 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 111 | 0 | 0.99 | 0.53 | 0.07 | 332.43 | 0.98 | 0.47 |
| Hex | EE | 3 | 6F | 0 | 63 | 35 | 7 | 14C | 62 | 2F |
| Octal | 356 | 3 | 157 | 0 | 143 | 65 | 7 | 514 | 142 | 57 |
| Binary | 11101110 | 11 | 1101111 | 0 | 1100011 | 110101 | 111 | 101001100 | 1100010 | 101111 |
Color Harmonies of #EE036F
Complementary color
Monochromatic Colors of #EE036F
Black with #EE036F
Text Example
Text Example
White with #EE036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE036F; }
p { color: rgb(238,3,111); }
H1.HeaderClassName
{
color: #EE036F;
}
.AnyTagClassName
{
color: #EE036F;
}
</style>
background-color css
<style>
a { background-color: #EE036F; }
a { background-color: rgb(238,3,111); }
div.DivClassName
{
background-color: #EE036F;
}
.BgClassName
{
background-color: #EE036F;
}
</style>
border-color css
<style>
span { border-color: #EE036F; }
span { border-color: rgb(238,3,111); }
td.TdClassName
{
border-color: #EE036F;
}
.TagClassName
{
border-color: #EE036F;
}
</style>