Shades of Razzmatazz #E6015A
Tints of Razzmatazz #E6015A
RGB
CMYK
RGB Variations
Color information
#E6015A (or 0xE6015A) is known color: Razzmatazz. HEX triplet: E6, 01 and 5A. RGB value is (230,1,90). Sum of RGB (Red+Green+Blue) = 230+1+90=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E6015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6015A is #19FEA5. Grayscale: #4F4F4F. Windows color (decimal): -1703590 or 5898726. OLE color: 5898726.
HSL color Cylindrical-coordinate representation of color #E6015A: hue angle of 336.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6015A is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.10 |
| HSL | 336.68º | 0.99% | 0.45% | - |
| HSV(B) | 336.68º | 1% | 0.9% | - |
| XYZ | 34.49 | 17.58 | 11.25 | - |
| YUV | 79.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 90 | 0 | 1.00 | 0.61 | 0.10 | 336.68 | 0.99 | 0.45 |
| Hex | E6 | 1 | 5A | 0 | 64 | 3D | A | 151 | 63 | 2D |
| Octal | 346 | 1 | 132 | 0 | 144 | 75 | 12 | 521 | 143 | 55 |
| Binary | 11100110 | 1 | 1011010 | 0 | 1100100 | 111101 | 1010 | 101010001 | 1100011 | 101101 |
Color Harmonies of #E6015A
Complementary color
Monochromatic Colors of #E6015A
Black with #E6015A
Text Example
Text Example
White with #E6015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6015A; }
p { color: rgb(230,1,90); }
H1.HeaderClassName
{
color: #E6015A;
}
.AnyTagClassName
{
color: #E6015A;
}
</style>
background-color css
<style>
a { background-color: #E6015A; }
a { background-color: rgb(230,1,90); }
div.DivClassName
{
background-color: #E6015A;
}
.BgClassName
{
background-color: #E6015A;
}
</style>
border-color css
<style>
span { border-color: #E6015A; }
span { border-color: rgb(230,1,90); }
td.TdClassName
{
border-color: #E6015A;
}
.TagClassName
{
border-color: #E6015A;
}
</style>