Shades of Razzmatazz #E6075F
Tints of Razzmatazz #E6075F
RGB
CMYK
RGB Variations
Color information
#E6075F (or 0xE6075F) is known color: Razzmatazz. HEX triplet: E6, 07 and 5F. RGB value is (230,7,95). Sum of RGB (Red+Green+Blue) = 230+7+95=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E6075F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6075F is #19F8A0. Grayscale: #535353. Windows color (decimal): -1702049 or 6227942. OLE color: 6227942.
HSL color Cylindrical-coordinate representation of color #E6075F: hue angle of 336.32º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6075F is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.10 |
| HSL | 336.32º | 0.94% | 0.46% | - |
| HSV(B) | 336.32º | 0.97% | 0.9% | - |
| XYZ | 34.77 | 17.8 | 12.43 | - |
| YUV | 83.71 | 134.38 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 95 | 0 | 0.97 | 0.59 | 0.10 | 336.32 | 0.94 | 0.46 |
| Hex | E6 | 7 | 5F | 0 | 61 | 3B | A | 150 | 5E | 2E |
| Octal | 346 | 7 | 137 | 0 | 141 | 73 | 12 | 520 | 136 | 56 |
| Binary | 11100110 | 111 | 1011111 | 0 | 1100001 | 111011 | 1010 | 101010000 | 1011110 | 101110 |
Color Harmonies of #E6075F
Complementary color
Monochromatic Colors of #E6075F
Black with #E6075F
Text Example
Text Example
White with #E6075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6075F; }
p { color: rgb(230,7,95); }
H1.HeaderClassName
{
color: #E6075F;
}
.AnyTagClassName
{
color: #E6075F;
}
</style>
background-color css
<style>
a { background-color: #E6075F; }
a { background-color: rgb(230,7,95); }
div.DivClassName
{
background-color: #E6075F;
}
.BgClassName
{
background-color: #E6075F;
}
</style>
border-color css
<style>
span { border-color: #E6075F; }
span { border-color: rgb(230,7,95); }
td.TdClassName
{
border-color: #E6075F;
}
.TagClassName
{
border-color: #E6075F;
}
</style>