Shades of Razzmatazz #EE1458
Tints of Razzmatazz #EE1458
RGB
CMYK
RGB Variations
Color information
#EE1458 (or 0xEE1458) is known color: Razzmatazz. HEX triplet: EE, 14 and 58. RGB value is (238,20,88). Sum of RGB (Red+Green+Blue) = 238+20+88=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1458 is #11EBA7. Grayscale: #5C5C5C. Windows color (decimal): -1174440 or 5772526. OLE color: 5772526.
HSL color Cylindrical-coordinate representation of color #EE1458: hue angle of 341.28º 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 #EE1458 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.07 |
| HSL | 341.28º | 0.87% | 0.51% | - |
| HSV(B) | 341.28º | 0.92% | 0.93% | - |
| XYZ | 37.27 | 19.38 | 11.01 | - |
| YUV | 92.93 | 125.22 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 88 | 0 | 0.92 | 0.63 | 0.07 | 341.28 | 0.87 | 0.51 |
| Hex | EE | 14 | 58 | 0 | 5C | 3F | 7 | 155 | 57 | 33 |
| Octal | 356 | 24 | 130 | 0 | 134 | 77 | 7 | 525 | 127 | 63 |
| Binary | 11101110 | 10100 | 1011000 | 0 | 1011100 | 111111 | 111 | 101010101 | 1010111 | 110011 |
Color Harmonies of #EE1458
Complementary color
Monochromatic Colors of #EE1458
Black with #EE1458
Text Example
Text Example
White with #EE1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1458; }
p { color: rgb(238,20,88); }
H1.HeaderClassName
{
color: #EE1458;
}
.AnyTagClassName
{
color: #EE1458;
}
</style>
background-color css
<style>
a { background-color: #EE1458; }
a { background-color: rgb(238,20,88); }
div.DivClassName
{
background-color: #EE1458;
}
.BgClassName
{
background-color: #EE1458;
}
</style>
border-color css
<style>
span { border-color: #EE1458; }
span { border-color: rgb(238,20,88); }
td.TdClassName
{
border-color: #EE1458;
}
.TagClassName
{
border-color: #EE1458;
}
</style>