Shades of Razzmatazz #EF125B
Tints of Razzmatazz #EF125B
RGB
CMYK
RGB Variations
Color information
#EF125B (or 0xEF125B) is known color: Razzmatazz. HEX triplet: EF, 12 and 5B. RGB value is (239,18,91). Sum of RGB (Red+Green+Blue) = 239+18+91=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF125B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF125B is #10EDA4. Grayscale: #5C5C5C. Windows color (decimal): -1109413 or 5968623. OLE color: 5968623.
HSL color Cylindrical-coordinate representation of color #EF125B: hue angle of 340.18º 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 #EF125B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 91 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.06 |
| HSL | 340.18º | 0.87% | 0.5% | - |
| HSV(B) | 340.18º | 0.92% | 0.94% | - |
| XYZ | 37.7 | 19.54 | 11.68 | - |
| YUV | 92.4 | 127.22 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 91 | 0 | 0.92 | 0.62 | 0.06 | 340.18 | 0.87 | 0.5 |
| Hex | EF | 12 | 5B | 0 | 5C | 3E | 6 | 154 | 57 | 32 |
| Octal | 357 | 22 | 133 | 0 | 134 | 76 | 6 | 524 | 127 | 62 |
| Binary | 11101111 | 10010 | 1011011 | 0 | 1011100 | 111110 | 110 | 101010100 | 1010111 | 110010 |
Color Harmonies of #EF125B
Complementary color
Monochromatic Colors of #EF125B
Black with #EF125B
Text Example
Text Example
White with #EF125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF125B; }
p { color: rgb(239,18,91); }
H1.HeaderClassName
{
color: #EF125B;
}
.AnyTagClassName
{
color: #EF125B;
}
</style>
background-color css
<style>
a { background-color: #EF125B; }
a { background-color: rgb(239,18,91); }
div.DivClassName
{
background-color: #EF125B;
}
.BgClassName
{
background-color: #EF125B;
}
</style>
border-color css
<style>
span { border-color: #EF125B; }
span { border-color: rgb(239,18,91); }
td.TdClassName
{
border-color: #EF125B;
}
.TagClassName
{
border-color: #EF125B;
}
</style>