Shades of Razzmatazz #EE0374
Tints of Razzmatazz #EE0374
RGB
CMYK
RGB Variations
Color information
#EE0374 (or 0xEE0374) is known color: Razzmatazz. HEX triplet: EE, 03 and 74. RGB value is (238,3,116). Sum of RGB (Red+Green+Blue) = 238+3+116=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0374 is #11FC8B. Grayscale: #555555. Windows color (decimal): -1178764 or 7603182. OLE color: 7603182.
HSL color Cylindrical-coordinate representation of color #EE0374: hue angle of 331.15º 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 #EE0374 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.07 |
| HSL | 331.15º | 0.98% | 0.47% | - |
| HSV(B) | 331.15º | 0.99% | 0.93% | - |
| XYZ | 38.44 | 19.5 | 18.26 | - |
| YUV | 86.15 | 144.86 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 116 | 0 | 0.99 | 0.51 | 0.07 | 331.15 | 0.98 | 0.47 |
| Hex | EE | 3 | 74 | 0 | 63 | 33 | 7 | 14B | 62 | 2F |
| Octal | 356 | 3 | 164 | 0 | 143 | 63 | 7 | 513 | 142 | 57 |
| Binary | 11101110 | 11 | 1110100 | 0 | 1100011 | 110011 | 111 | 101001011 | 1100010 | 101111 |
Color Harmonies of #EE0374
Complementary color
Monochromatic Colors of #EE0374
Black with #EE0374
Text Example
Text Example
White with #EE0374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0374; }
p { color: rgb(238,3,116); }
H1.HeaderClassName
{
color: #EE0374;
}
.AnyTagClassName
{
color: #EE0374;
}
</style>
background-color css
<style>
a { background-color: #EE0374; }
a { background-color: rgb(238,3,116); }
div.DivClassName
{
background-color: #EE0374;
}
.BgClassName
{
background-color: #EE0374;
}
</style>
border-color css
<style>
span { border-color: #EE0374; }
span { border-color: rgb(238,3,116); }
td.TdClassName
{
border-color: #EE0374;
}
.TagClassName
{
border-color: #EE0374;
}
</style>