Shades of Razzmatazz #EF0A6B
Tints of Razzmatazz #EF0A6B
RGB
CMYK
RGB Variations
Color information
#EF0A6B (or 0xEF0A6B) is known color: Razzmatazz. HEX triplet: EF, 0A and 6B. RGB value is (239,10,107). Sum of RGB (Red+Green+Blue) = 239+10+107=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0A6B is #10F594. Grayscale: #595959. Windows color (decimal): -1111445 or 7015151. OLE color: 7015151.
HSL color Cylindrical-coordinate representation of color #EF0A6B: hue angle of 334.59º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A6B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 107 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.06 |
| HSL | 334.59º | 0.92% | 0.49% | - |
| HSV(B) | 334.59º | 0.96% | 0.94% | - |
| XYZ | 38.36 | 19.63 | 15.68 | - |
| YUV | 89.53 | 137.87 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 107 | 0 | 0.96 | 0.55 | 0.06 | 334.59 | 0.92 | 0.49 |
| Hex | EF | A | 6B | 0 | 60 | 37 | 6 | 14F | 5C | 31 |
| Octal | 357 | 12 | 153 | 0 | 140 | 67 | 6 | 517 | 134 | 61 |
| Binary | 11101111 | 1010 | 1101011 | 0 | 1100000 | 110111 | 110 | 101001111 | 1011100 | 110001 |
Color Harmonies of #EF0A6B
Complementary color
Monochromatic Colors of #EF0A6B
Black with #EF0A6B
Text Example
Text Example
White with #EF0A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A6B; }
p { color: rgb(239,10,107); }
H1.HeaderClassName
{
color: #EF0A6B;
}
.AnyTagClassName
{
color: #EF0A6B;
}
</style>
background-color css
<style>
a { background-color: #EF0A6B; }
a { background-color: rgb(239,10,107); }
div.DivClassName
{
background-color: #EF0A6B;
}
.BgClassName
{
background-color: #EF0A6B;
}
</style>
border-color css
<style>
span { border-color: #EF0A6B; }
span { border-color: rgb(239,10,107); }
td.TdClassName
{
border-color: #EF0A6B;
}
.TagClassName
{
border-color: #EF0A6B;
}
</style>