Shades of Razzmatazz #E6096B
Tints of Razzmatazz #E6096B
RGB
CMYK
RGB Variations
Color information
#E6096B (or 0xE6096B) is known color: Razzmatazz. HEX triplet: E6, 09 and 6B. RGB value is (230,9,107). Sum of RGB (Red+Green+Blue) = 230+9+107=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6096B is #19F694. Grayscale: #565656. Windows color (decimal): -1701525 or 7014886. OLE color: 7014886.
HSL color Cylindrical-coordinate representation of color #E6096B: hue angle of 333.39º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6096B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.10 |
| HSL | 333.39º | 0.92% | 0.47% | - |
| HSV(B) | 333.39º | 0.96% | 0.9% | - |
| XYZ | 35.38 | 18.08 | 15.53 | - |
| YUV | 86.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 107 | 0 | 0.96 | 0.53 | 0.10 | 333.39 | 0.92 | 0.47 |
| Hex | E6 | 9 | 6B | 0 | 60 | 35 | A | 14D | 5C | 2F |
| Octal | 346 | 11 | 153 | 0 | 140 | 65 | 12 | 515 | 134 | 57 |
| Binary | 11100110 | 1001 | 1101011 | 0 | 1100000 | 110101 | 1010 | 101001101 | 1011100 | 101111 |
Color Harmonies of #E6096B
Complementary color
Monochromatic Colors of #E6096B
Black with #E6096B
Text Example
Text Example
White with #E6096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6096B; }
p { color: rgb(230,9,107); }
H1.HeaderClassName
{
color: #E6096B;
}
.AnyTagClassName
{
color: #E6096B;
}
</style>
background-color css
<style>
a { background-color: #E6096B; }
a { background-color: rgb(230,9,107); }
div.DivClassName
{
background-color: #E6096B;
}
.BgClassName
{
background-color: #E6096B;
}
</style>
border-color css
<style>
span { border-color: #E6096B; }
span { border-color: rgb(230,9,107); }
td.TdClassName
{
border-color: #E6096B;
}
.TagClassName
{
border-color: #E6096B;
}
</style>