Shades of Razzmatazz #EE144D
Tints of Razzmatazz #EE144D
RGB
CMYK
RGB Variations
Color information
#EE144D (or 0xEE144D) is known color: Razzmatazz. HEX triplet: EE, 14 and 4D. RGB value is (238,20,77). Sum of RGB (Red+Green+Blue) = 238+20+77=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE144D is #11EBB2. Grayscale: #5B5B5B. Windows color (decimal): -1174451 or 5051630. OLE color: 5051630.
HSL color Cylindrical-coordinate representation of color #EE144D: hue angle of 344.31º 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 #EE144D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 77 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.07 |
| HSL | 344.31º | 0.87% | 0.51% | - |
| HSV(B) | 344.31º | 0.92% | 0.93% | - |
| XYZ | 36.85 | 19.21 | 8.79 | - |
| YUV | 91.68 | 119.72 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 77 | 0 | 0.92 | 0.68 | 0.07 | 344.31 | 0.87 | 0.51 |
| Hex | EE | 14 | 4D | 0 | 5C | 44 | 7 | 158 | 57 | 33 |
| Octal | 356 | 24 | 115 | 0 | 134 | 104 | 7 | 530 | 127 | 63 |
| Binary | 11101110 | 10100 | 1001101 | 0 | 1011100 | 1000100 | 111 | 101011000 | 1010111 | 110011 |
Color Harmonies of #EE144D
Complementary color
Monochromatic Colors of #EE144D
Black with #EE144D
Text Example
Text Example
White with #EE144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE144D; }
p { color: rgb(238,20,77); }
H1.HeaderClassName
{
color: #EE144D;
}
.AnyTagClassName
{
color: #EE144D;
}
</style>
background-color css
<style>
a { background-color: #EE144D; }
a { background-color: rgb(238,20,77); }
div.DivClassName
{
background-color: #EE144D;
}
.BgClassName
{
background-color: #EE144D;
}
</style>
border-color css
<style>
span { border-color: #EE144D; }
span { border-color: rgb(238,20,77); }
td.TdClassName
{
border-color: #EE144D;
}
.TagClassName
{
border-color: #EE144D;
}
</style>