Shades of Razzmatazz #EE125D
Tints of Razzmatazz #EE125D
RGB
CMYK
RGB Variations
Color information
#EE125D (or 0xEE125D) is known color: Razzmatazz. HEX triplet: EE, 12 and 5D. RGB value is (238,18,93). Sum of RGB (Red+Green+Blue) = 238+18+93=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE125D is #11EDA2. Grayscale: #5C5C5C. Windows color (decimal): -1174947 or 6099694. OLE color: 6099694.
HSL color Cylindrical-coordinate representation of color #EE125D: hue angle of 339.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE125D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 339.55º | 0.87% | 0.5% | - |
| HSV(B) | 339.55º | 0.92% | 0.93% | - |
| XYZ | 37.45 | 19.4 | 12.13 | - |
| YUV | 92.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 93 | 0 | 0.92 | 0.61 | 0.07 | 339.55 | 0.87 | 0.5 |
| Hex | EE | 12 | 5D | 0 | 5C | 3D | 7 | 154 | 57 | 32 |
| Octal | 356 | 22 | 135 | 0 | 134 | 75 | 7 | 524 | 127 | 62 |
| Binary | 11101110 | 10010 | 1011101 | 0 | 1011100 | 111101 | 111 | 101010100 | 1010111 | 110010 |
Color Harmonies of #EE125D
Complementary color
Monochromatic Colors of #EE125D
Black with #EE125D
Text Example
Text Example
White with #EE125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE125D; }
p { color: rgb(238,18,93); }
H1.HeaderClassName
{
color: #EE125D;
}
.AnyTagClassName
{
color: #EE125D;
}
</style>
background-color css
<style>
a { background-color: #EE125D; }
a { background-color: rgb(238,18,93); }
div.DivClassName
{
background-color: #EE125D;
}
.BgClassName
{
background-color: #EE125D;
}
</style>
border-color css
<style>
span { border-color: #EE125D; }
span { border-color: rgb(238,18,93); }
td.TdClassName
{
border-color: #EE125D;
}
.TagClassName
{
border-color: #EE125D;
}
</style>