Shades of Razzmatazz #EE034A
Tints of Razzmatazz #EE034A
RGB
CMYK
RGB Variations
Color information
#EE034A (or 0xEE034A) is known color: Razzmatazz. HEX triplet: EE, 03 and 4A. RGB value is (238,3,74). Sum of RGB (Red+Green+Blue) = 238+3+74=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE034A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE034A is #11FCB5. Grayscale: #515151. Windows color (decimal): -1178806 or 4850670. OLE color: 4850670.
HSL color Cylindrical-coordinate representation of color #EE034A: hue angle of 341.87º 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 #EE034A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.07 |
| HSL | 341.87º | 0.98% | 0.47% | - |
| HSV(B) | 341.87º | 0.99% | 0.93% | - |
| XYZ | 36.53 | 18.74 | 8.17 | - |
| YUV | 81.36 | 123.86 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 74 | 0 | 0.99 | 0.69 | 0.07 | 341.87 | 0.98 | 0.47 |
| Hex | EE | 3 | 4A | 0 | 63 | 45 | 7 | 156 | 62 | 2F |
| Octal | 356 | 3 | 112 | 0 | 143 | 105 | 7 | 526 | 142 | 57 |
| Binary | 11101110 | 11 | 1001010 | 0 | 1100011 | 1000101 | 111 | 101010110 | 1100010 | 101111 |
Color Harmonies of #EE034A
Complementary color
Monochromatic Colors of #EE034A
Black with #EE034A
Text Example
Text Example
White with #EE034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE034A; }
p { color: rgb(238,3,74); }
H1.HeaderClassName
{
color: #EE034A;
}
.AnyTagClassName
{
color: #EE034A;
}
</style>
background-color css
<style>
a { background-color: #EE034A; }
a { background-color: rgb(238,3,74); }
div.DivClassName
{
background-color: #EE034A;
}
.BgClassName
{
background-color: #EE034A;
}
</style>
border-color css
<style>
span { border-color: #EE034A; }
span { border-color: rgb(238,3,74); }
td.TdClassName
{
border-color: #EE034A;
}
.TagClassName
{
border-color: #EE034A;
}
</style>