Shades of Razzmatazz #E6086B
Tints of Razzmatazz #E6086B
RGB
CMYK
RGB Variations
Color information
#E6086B (or 0xE6086B) is known color: Razzmatazz. HEX triplet: E6, 08 and 6B. RGB value is (230,8,107). Sum of RGB (Red+Green+Blue) = 230+8+107=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6086B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6086B is #19F794. Grayscale: #555555. Windows color (decimal): -1701781 or 7014630. OLE color: 7014630.
HSL color Cylindrical-coordinate representation of color #E6086B: hue angle of 333.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6086B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 107 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.10 |
| HSL | 333.24º | 0.93% | 0.47% | - |
| HSV(B) | 333.24º | 0.97% | 0.9% | - |
| XYZ | 35.37 | 18.06 | 15.53 | - |
| YUV | 85.66 | 140.05 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 107 | 0 | 0.97 | 0.53 | 0.10 | 333.24 | 0.93 | 0.47 |
| Hex | E6 | 8 | 6B | 0 | 61 | 35 | A | 14D | 5D | 2F |
| Octal | 346 | 10 | 153 | 0 | 141 | 65 | 12 | 515 | 135 | 57 |
| Binary | 11100110 | 1000 | 1101011 | 0 | 1100001 | 110101 | 1010 | 101001101 | 1011101 | 101111 |
Color Harmonies of #E6086B
Complementary color
Monochromatic Colors of #E6086B
Black with #E6086B
Text Example
Text Example
White with #E6086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6086B; }
p { color: rgb(230,8,107); }
H1.HeaderClassName
{
color: #E6086B;
}
.AnyTagClassName
{
color: #E6086B;
}
</style>
background-color css
<style>
a { background-color: #E6086B; }
a { background-color: rgb(230,8,107); }
div.DivClassName
{
background-color: #E6086B;
}
.BgClassName
{
background-color: #E6086B;
}
</style>
border-color css
<style>
span { border-color: #E6086B; }
span { border-color: rgb(230,8,107); }
td.TdClassName
{
border-color: #E6086B;
}
.TagClassName
{
border-color: #E6086B;
}
</style>