Shades of Razzmatazz #EF105A
Tints of Razzmatazz #EF105A
RGB
CMYK
RGB Variations
Color information
#EF105A (or 0xEF105A) is known color: Razzmatazz. HEX triplet: EF, 10 and 5A. RGB value is (239,16,90). Sum of RGB (Red+Green+Blue) = 239+16+90=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF105A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF105A is #10EFA5. Grayscale: #5B5B5B. Windows color (decimal): -1109926 or 5902575. OLE color: 5902575.
HSL color Cylindrical-coordinate representation of color #EF105A: hue angle of 340.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF105A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 90 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.06 |
| HSL | 340.09º | 0.87% | 0.5% | - |
| HSV(B) | 340.09º | 0.93% | 0.94% | - |
| XYZ | 37.63 | 19.46 | 11.45 | - |
| YUV | 91.11 | 127.38 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 90 | 0 | 0.93 | 0.62 | 0.06 | 340.09 | 0.87 | 0.5 |
| Hex | EF | 10 | 5A | 0 | 5D | 3E | 6 | 154 | 57 | 32 |
| Octal | 357 | 20 | 132 | 0 | 135 | 76 | 6 | 524 | 127 | 62 |
| Binary | 11101111 | 10000 | 1011010 | 0 | 1011101 | 111110 | 110 | 101010100 | 1010111 | 110010 |
Color Harmonies of #EF105A
Complementary color
Monochromatic Colors of #EF105A
Black with #EF105A
Text Example
Text Example
White with #EF105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF105A; }
p { color: rgb(239,16,90); }
H1.HeaderClassName
{
color: #EF105A;
}
.AnyTagClassName
{
color: #EF105A;
}
</style>
background-color css
<style>
a { background-color: #EF105A; }
a { background-color: rgb(239,16,90); }
div.DivClassName
{
background-color: #EF105A;
}
.BgClassName
{
background-color: #EF105A;
}
</style>
border-color css
<style>
span { border-color: #EF105A; }
span { border-color: rgb(239,16,90); }
td.TdClassName
{
border-color: #EF105A;
}
.TagClassName
{
border-color: #EF105A;
}
</style>