Shades of Razzmatazz #EE0351
Tints of Razzmatazz #EE0351
RGB
CMYK
RGB Variations
Color information
#EE0351 (or 0xEE0351) is known color: Razzmatazz. HEX triplet: EE, 03 and 51. RGB value is (238,3,81). Sum of RGB (Red+Green+Blue) = 238+3+81=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0351 is #11FCAE. Grayscale: #525252. Windows color (decimal): -1178799 or 5309422. OLE color: 5309422.
HSL color Cylindrical-coordinate representation of color #EE0351: hue angle of 340.09º 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 #EE0351 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.07 |
| HSL | 340.09º | 0.98% | 0.47% | - |
| HSV(B) | 340.09º | 0.99% | 0.93% | - |
| XYZ | 36.78 | 18.84 | 9.48 | - |
| YUV | 82.16 | 127.36 | 239.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 81 | 0 | 0.99 | 0.66 | 0.07 | 340.09 | 0.98 | 0.47 |
| Hex | EE | 3 | 51 | 0 | 63 | 42 | 7 | 154 | 62 | 2F |
| Octal | 356 | 3 | 121 | 0 | 143 | 102 | 7 | 524 | 142 | 57 |
| Binary | 11101110 | 11 | 1010001 | 0 | 1100011 | 1000010 | 111 | 101010100 | 1100010 | 101111 |
Color Harmonies of #EE0351
Complementary color
Monochromatic Colors of #EE0351
Black with #EE0351
Text Example
Text Example
White with #EE0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0351; }
p { color: rgb(238,3,81); }
H1.HeaderClassName
{
color: #EE0351;
}
.AnyTagClassName
{
color: #EE0351;
}
</style>
background-color css
<style>
a { background-color: #EE0351; }
a { background-color: rgb(238,3,81); }
div.DivClassName
{
background-color: #EE0351;
}
.BgClassName
{
background-color: #EE0351;
}
</style>
border-color css
<style>
span { border-color: #EE0351; }
span { border-color: rgb(238,3,81); }
td.TdClassName
{
border-color: #EE0351;
}
.TagClassName
{
border-color: #EE0351;
}
</style>