Shades of Razzmatazz #EE035D
Tints of Razzmatazz #EE035D
RGB
CMYK
RGB Variations
Color information
#EE035D (or 0xEE035D) is known color: Razzmatazz. HEX triplet: EE, 03 and 5D. RGB value is (238,3,93). Sum of RGB (Red+Green+Blue) = 238+3+93=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE035D is #11FCA2. Grayscale: #535353. Windows color (decimal): -1178787 or 6095854. OLE color: 6095854.
HSL color Cylindrical-coordinate representation of color #EE035D: hue angle of 337.02º 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 #EE035D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.07 |
| HSL | 337.02º | 0.98% | 0.47% | - |
| HSV(B) | 337.02º | 0.99% | 0.93% | - |
| XYZ | 37.27 | 19.03 | 12.07 | - |
| YUV | 83.53 | 133.36 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 93 | 0 | 0.99 | 0.61 | 0.07 | 337.02 | 0.98 | 0.47 |
| Hex | EE | 3 | 5D | 0 | 63 | 3D | 7 | 151 | 62 | 2F |
| Octal | 356 | 3 | 135 | 0 | 143 | 75 | 7 | 521 | 142 | 57 |
| Binary | 11101110 | 11 | 1011101 | 0 | 1100011 | 111101 | 111 | 101010001 | 1100010 | 101111 |
Color Harmonies of #EE035D
Complementary color
Monochromatic Colors of #EE035D
Black with #EE035D
Text Example
Text Example
White with #EE035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE035D; }
p { color: rgb(238,3,93); }
H1.HeaderClassName
{
color: #EE035D;
}
.AnyTagClassName
{
color: #EE035D;
}
</style>
background-color css
<style>
a { background-color: #EE035D; }
a { background-color: rgb(238,3,93); }
div.DivClassName
{
background-color: #EE035D;
}
.BgClassName
{
background-color: #EE035D;
}
</style>
border-color css
<style>
span { border-color: #EE035D; }
span { border-color: rgb(238,3,93); }
td.TdClassName
{
border-color: #EE035D;
}
.TagClassName
{
border-color: #EE035D;
}
</style>