Shades of Razzmatazz #EE036A
Tints of Razzmatazz #EE036A
RGB
CMYK
RGB Variations
Color information
#EE036A (or 0xEE036A) is known color: Razzmatazz. HEX triplet: EE, 03 and 6A. RGB value is (238,3,106). Sum of RGB (Red+Green+Blue) = 238+3+106=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE036A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE036A is #11FC95. Grayscale: #545454. Windows color (decimal): -1178774 or 6947822. OLE color: 6947822.
HSL color Cylindrical-coordinate representation of color #EE036A: hue angle of 333.7º 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 #EE036A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.07 |
| HSL | 333.7º | 0.98% | 0.47% | - |
| HSV(B) | 333.7º | 0.99% | 0.93% | - |
| XYZ | 37.89 | 19.28 | 15.36 | - |
| YUV | 85.01 | 139.86 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 106 | 0 | 0.99 | 0.55 | 0.07 | 333.7 | 0.98 | 0.47 |
| Hex | EE | 3 | 6A | 0 | 63 | 37 | 7 | 14E | 62 | 2F |
| Octal | 356 | 3 | 152 | 0 | 143 | 67 | 7 | 516 | 142 | 57 |
| Binary | 11101110 | 11 | 1101010 | 0 | 1100011 | 110111 | 111 | 101001110 | 1100010 | 101111 |
Color Harmonies of #EE036A
Complementary color
Monochromatic Colors of #EE036A
Black with #EE036A
Text Example
Text Example
White with #EE036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE036A; }
p { color: rgb(238,3,106); }
H1.HeaderClassName
{
color: #EE036A;
}
.AnyTagClassName
{
color: #EE036A;
}
</style>
background-color css
<style>
a { background-color: #EE036A; }
a { background-color: rgb(238,3,106); }
div.DivClassName
{
background-color: #EE036A;
}
.BgClassName
{
background-color: #EE036A;
}
</style>
border-color css
<style>
span { border-color: #EE036A; }
span { border-color: rgb(238,3,106); }
td.TdClassName
{
border-color: #EE036A;
}
.TagClassName
{
border-color: #EE036A;
}
</style>