Shades of Razzmatazz #EE034D
Tints of Razzmatazz #EE034D
RGB
CMYK
RGB Variations
Color information
#EE034D (or 0xEE034D) is known color: Razzmatazz. HEX triplet: EE, 03 and 4D. RGB value is (238,3,77). Sum of RGB (Red+Green+Blue) = 238+3+77=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE034D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE034D is #11FCB2. Grayscale: #515151. Windows color (decimal): -1178803 or 5047278. OLE color: 5047278.
HSL color Cylindrical-coordinate representation of color #EE034D: hue angle of 341.11º 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 #EE034D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.07 |
| HSL | 341.11º | 0.98% | 0.47% | - |
| HSV(B) | 341.11º | 0.99% | 0.93% | - |
| XYZ | 36.63 | 18.78 | 8.71 | - |
| YUV | 81.7 | 125.36 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 77 | 0 | 0.99 | 0.68 | 0.07 | 341.11 | 0.98 | 0.47 |
| Hex | EE | 3 | 4D | 0 | 63 | 44 | 7 | 155 | 62 | 2F |
| Octal | 356 | 3 | 115 | 0 | 143 | 104 | 7 | 525 | 142 | 57 |
| Binary | 11101110 | 11 | 1001101 | 0 | 1100011 | 1000100 | 111 | 101010101 | 1100010 | 101111 |
Color Harmonies of #EE034D
Complementary color
Monochromatic Colors of #EE034D
Black with #EE034D
Text Example
Text Example
White with #EE034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE034D; }
p { color: rgb(238,3,77); }
H1.HeaderClassName
{
color: #EE034D;
}
.AnyTagClassName
{
color: #EE034D;
}
</style>
background-color css
<style>
a { background-color: #EE034D; }
a { background-color: rgb(238,3,77); }
div.DivClassName
{
background-color: #EE034D;
}
.BgClassName
{
background-color: #EE034D;
}
</style>
border-color css
<style>
span { border-color: #EE034D; }
span { border-color: rgb(238,3,77); }
td.TdClassName
{
border-color: #EE034D;
}
.TagClassName
{
border-color: #EE034D;
}
</style>