Shades of Razzmatazz #EE036E
Tints of Razzmatazz #EE036E
RGB
CMYK
RGB Variations
Color information
#EE036E (or 0xEE036E) is known color: Razzmatazz. HEX triplet: EE, 03 and 6E. RGB value is (238,3,110). Sum of RGB (Red+Green+Blue) = 238+3+110=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE036E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE036E is #11FC91. Grayscale: #555555. Windows color (decimal): -1178770 or 7209966. OLE color: 7209966.
HSL color Cylindrical-coordinate representation of color #EE036E: hue angle of 332.68º 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 #EE036E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.07 |
| HSL | 332.68º | 0.98% | 0.47% | - |
| HSV(B) | 332.68º | 0.99% | 0.93% | - |
| XYZ | 38.11 | 19.37 | 16.48 | - |
| YUV | 85.46 | 141.86 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 110 | 0 | 0.99 | 0.54 | 0.07 | 332.68 | 0.98 | 0.47 |
| Hex | EE | 3 | 6E | 0 | 63 | 36 | 7 | 14D | 62 | 2F |
| Octal | 356 | 3 | 156 | 0 | 143 | 66 | 7 | 515 | 142 | 57 |
| Binary | 11101110 | 11 | 1101110 | 0 | 1100011 | 110110 | 111 | 101001101 | 1100010 | 101111 |
Color Harmonies of #EE036E
Complementary color
Monochromatic Colors of #EE036E
Black with #EE036E
Text Example
Text Example
White with #EE036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE036E; }
p { color: rgb(238,3,110); }
H1.HeaderClassName
{
color: #EE036E;
}
.AnyTagClassName
{
color: #EE036E;
}
</style>
background-color css
<style>
a { background-color: #EE036E; }
a { background-color: rgb(238,3,110); }
div.DivClassName
{
background-color: #EE036E;
}
.BgClassName
{
background-color: #EE036E;
}
</style>
border-color css
<style>
span { border-color: #EE036E; }
span { border-color: rgb(238,3,110); }
td.TdClassName
{
border-color: #EE036E;
}
.TagClassName
{
border-color: #EE036E;
}
</style>