Shades of Razzmatazz #EE0450
Tints of Razzmatazz #EE0450
RGB
CMYK
RGB Variations
Color information
#EE0450 (or 0xEE0450) is known color: Razzmatazz. HEX triplet: EE, 04 and 50. RGB value is (238,4,80). Sum of RGB (Red+Green+Blue) = 238+4+80=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0450 is #11FBAF. Grayscale: #525252. Windows color (decimal): -1178544 or 5244142. OLE color: 5244142.
HSL color Cylindrical-coordinate representation of color #EE0450: hue angle of 340.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0450 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.07 |
| HSL | 340.51º | 0.97% | 0.47% | - |
| HSV(B) | 340.51º | 0.98% | 0.93% | - |
| XYZ | 36.75 | 18.84 | 9.29 | - |
| YUV | 82.63 | 126.52 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 80 | 0 | 0.98 | 0.66 | 0.07 | 340.51 | 0.97 | 0.47 |
| Hex | EE | 4 | 50 | 0 | 62 | 42 | 7 | 155 | 61 | 2F |
| Octal | 356 | 4 | 120 | 0 | 142 | 102 | 7 | 525 | 141 | 57 |
| Binary | 11101110 | 100 | 1010000 | 0 | 1100010 | 1000010 | 111 | 101010101 | 1100001 | 101111 |
Color Harmonies of #EE0450
Complementary color
Monochromatic Colors of #EE0450
Black with #EE0450
Text Example
Text Example
White with #EE0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0450; }
p { color: rgb(238,4,80); }
H1.HeaderClassName
{
color: #EE0450;
}
.AnyTagClassName
{
color: #EE0450;
}
</style>
background-color css
<style>
a { background-color: #EE0450; }
a { background-color: rgb(238,4,80); }
div.DivClassName
{
background-color: #EE0450;
}
.BgClassName
{
background-color: #EE0450;
}
</style>
border-color css
<style>
span { border-color: #EE0450; }
span { border-color: rgb(238,4,80); }
td.TdClassName
{
border-color: #EE0450;
}
.TagClassName
{
border-color: #EE0450;
}
</style>