Shades of Razzmatazz #EF125D
Tints of Razzmatazz #EF125D
RGB
CMYK
RGB Variations
Color information
#EF125D (or 0xEF125D) is known color: Razzmatazz. HEX triplet: EF, 12 and 5D. RGB value is (239,18,93). Sum of RGB (Red+Green+Blue) = 239+18+93=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF125D is #10EDA2. Grayscale: #5C5C5C. Windows color (decimal): -1109411 or 6099695. OLE color: 6099695.
HSL color Cylindrical-coordinate representation of color #EF125D: hue angle of 339.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF125D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.06 |
| HSL | 339.64º | 0.87% | 0.5% | - |
| HSV(B) | 339.64º | 0.92% | 0.94% | - |
| XYZ | 37.79 | 19.57 | 12.14 | - |
| YUV | 92.63 | 128.22 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 93 | 0 | 0.92 | 0.61 | 0.06 | 339.64 | 0.87 | 0.5 |
| Hex | EF | 12 | 5D | 0 | 5C | 3D | 6 | 154 | 57 | 32 |
| Octal | 357 | 22 | 135 | 0 | 134 | 75 | 6 | 524 | 127 | 62 |
| Binary | 11101111 | 10010 | 1011101 | 0 | 1011100 | 111101 | 110 | 101010100 | 1010111 | 110010 |
Color Harmonies of #EF125D
Complementary color
Monochromatic Colors of #EF125D
Black with #EF125D
Text Example
Text Example
White with #EF125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF125D; }
p { color: rgb(239,18,93); }
H1.HeaderClassName
{
color: #EF125D;
}
.AnyTagClassName
{
color: #EF125D;
}
</style>
background-color css
<style>
a { background-color: #EF125D; }
a { background-color: rgb(239,18,93); }
div.DivClassName
{
background-color: #EF125D;
}
.BgClassName
{
background-color: #EF125D;
}
</style>
border-color css
<style>
span { border-color: #EF125D; }
span { border-color: rgb(239,18,93); }
td.TdClassName
{
border-color: #EF125D;
}
.TagClassName
{
border-color: #EF125D;
}
</style>