Shades of Razzmatazz #EE1451
Tints of Razzmatazz #EE1451
RGB
CMYK
RGB Variations
Color information
#EE1451 (or 0xEE1451) is known color: Razzmatazz. HEX triplet: EE, 14 and 51. RGB value is (238,20,81). Sum of RGB (Red+Green+Blue) = 238+20+81=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1451 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1451 is #11EBAE. Grayscale: #5C5C5C. Windows color (decimal): -1174447 or 5313774. OLE color: 5313774.
HSL color Cylindrical-coordinate representation of color #EE1451: hue angle of 343.21º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1451 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 81 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.07 |
| HSL | 343.21º | 0.87% | 0.51% | - |
| HSV(B) | 343.21º | 0.92% | 0.93% | - |
| XYZ | 37 | 19.27 | 9.55 | - |
| YUV | 92.14 | 121.72 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 81 | 0 | 0.92 | 0.66 | 0.07 | 343.21 | 0.87 | 0.51 |
| Hex | EE | 14 | 51 | 0 | 5C | 42 | 7 | 157 | 57 | 33 |
| Octal | 356 | 24 | 121 | 0 | 134 | 102 | 7 | 527 | 127 | 63 |
| Binary | 11101110 | 10100 | 1010001 | 0 | 1011100 | 1000010 | 111 | 101010111 | 1010111 | 110011 |
Color Harmonies of #EE1451
Complementary color
Monochromatic Colors of #EE1451
Black with #EE1451
Text Example
Text Example
White with #EE1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1451; }
p { color: rgb(238,20,81); }
H1.HeaderClassName
{
color: #EE1451;
}
.AnyTagClassName
{
color: #EE1451;
}
</style>
background-color css
<style>
a { background-color: #EE1451; }
a { background-color: rgb(238,20,81); }
div.DivClassName
{
background-color: #EE1451;
}
.BgClassName
{
background-color: #EE1451;
}
</style>
border-color css
<style>
span { border-color: #EE1451; }
span { border-color: rgb(238,20,81); }
td.TdClassName
{
border-color: #EE1451;
}
.TagClassName
{
border-color: #EE1451;
}
</style>