Shades of Razzmatazz #E6065A
Tints of Razzmatazz #E6065A
RGB
CMYK
RGB Variations
Color information
#E6065A (or 0xE6065A) is known color: Razzmatazz. HEX triplet: E6, 06 and 5A. RGB value is (230,6,90). Sum of RGB (Red+Green+Blue) = 230+6+90=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6065A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6065A is #19F9A5. Grayscale: #525252. Windows color (decimal): -1702310 or 5900006. OLE color: 5900006.
HSL color Cylindrical-coordinate representation of color #E6065A: hue angle of 337.5º degrees, saturation: 0.95, 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 #E6065A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 90 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.10 |
| HSL | 337.5º | 0.95% | 0.46% | - |
| HSV(B) | 337.5º | 0.97% | 0.9% | - |
| XYZ | 34.54 | 17.69 | 11.27 | - |
| YUV | 82.55 | 132.21 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 90 | 0 | 0.97 | 0.61 | 0.10 | 337.5 | 0.95 | 0.46 |
| Hex | E6 | 6 | 5A | 0 | 61 | 3D | A | 152 | 5F | 2E |
| Octal | 346 | 6 | 132 | 0 | 141 | 75 | 12 | 522 | 137 | 56 |
| Binary | 11100110 | 110 | 1011010 | 0 | 1100001 | 111101 | 1010 | 101010010 | 1011111 | 101110 |
Color Harmonies of #E6065A
Complementary color
Monochromatic Colors of #E6065A
Black with #E6065A
Text Example
Text Example
White with #E6065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6065A; }
p { color: rgb(230,6,90); }
H1.HeaderClassName
{
color: #E6065A;
}
.AnyTagClassName
{
color: #E6065A;
}
</style>
background-color css
<style>
a { background-color: #E6065A; }
a { background-color: rgb(230,6,90); }
div.DivClassName
{
background-color: #E6065A;
}
.BgClassName
{
background-color: #E6065A;
}
</style>
border-color css
<style>
span { border-color: #E6065A; }
span { border-color: rgb(230,6,90); }
td.TdClassName
{
border-color: #E6065A;
}
.TagClassName
{
border-color: #E6065A;
}
</style>