Shades of Razzmatazz #EE145D
Tints of Razzmatazz #EE145D
RGB
CMYK
RGB Variations
Color information
#EE145D (or 0xEE145D) is known color: Razzmatazz. HEX triplet: EE, 14 and 5D. RGB value is (238,20,93). Sum of RGB (Red+Green+Blue) = 238+20+93=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE145D is #11EBA2. Grayscale: #5D5D5D. Windows color (decimal): -1174435 or 6100206. OLE color: 6100206.
HSL color Cylindrical-coordinate representation of color #EE145D: hue angle of 339.91º 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 #EE145D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 339.91º | 0.87% | 0.51% | - |
| HSV(B) | 339.91º | 0.92% | 0.93% | - |
| XYZ | 37.49 | 19.47 | 12.14 | - |
| YUV | 93.5 | 127.72 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 93 | 0 | 0.92 | 0.61 | 0.07 | 339.91 | 0.87 | 0.51 |
| Hex | EE | 14 | 5D | 0 | 5C | 3D | 7 | 154 | 57 | 33 |
| Octal | 356 | 24 | 135 | 0 | 134 | 75 | 7 | 524 | 127 | 63 |
| Binary | 11101110 | 10100 | 1011101 | 0 | 1011100 | 111101 | 111 | 101010100 | 1010111 | 110011 |
Color Harmonies of #EE145D
Complementary color
Monochromatic Colors of #EE145D
Black with #EE145D
Text Example
Text Example
White with #EE145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE145D; }
p { color: rgb(238,20,93); }
H1.HeaderClassName
{
color: #EE145D;
}
.AnyTagClassName
{
color: #EE145D;
}
</style>
background-color css
<style>
a { background-color: #EE145D; }
a { background-color: rgb(238,20,93); }
div.DivClassName
{
background-color: #EE145D;
}
.BgClassName
{
background-color: #EE145D;
}
</style>
border-color css
<style>
span { border-color: #EE145D; }
span { border-color: rgb(238,20,93); }
td.TdClassName
{
border-color: #EE145D;
}
.TagClassName
{
border-color: #EE145D;
}
</style>