Shades of Razzmatazz #E6015B
Tints of Razzmatazz #E6015B
RGB
CMYK
RGB Variations
Color information
#E6015B (or 0xE6015B) is known color: Razzmatazz. HEX triplet: E6, 01 and 5B. RGB value is (230,1,91). Sum of RGB (Red+Green+Blue) = 230+1+91=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6015B is #19FEA4. Grayscale: #4F4F4F. Windows color (decimal): -1703589 or 5964262. OLE color: 5964262.
HSL color Cylindrical-coordinate representation of color #E6015B: hue angle of 336.42º 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 #E6015B is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.10 |
| HSL | 336.42º | 0.99% | 0.45% | - |
| HSV(B) | 336.42º | 1% | 0.9% | - |
| XYZ | 34.53 | 17.6 | 11.47 | - |
| YUV | 79.73 | 134.37 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 91 | 0 | 1.00 | 0.60 | 0.10 | 336.42 | 0.99 | 0.45 |
| Hex | E6 | 1 | 5B | 0 | 64 | 3C | A | 150 | 63 | 2D |
| Octal | 346 | 1 | 133 | 0 | 144 | 74 | 12 | 520 | 143 | 55 |
| Binary | 11100110 | 1 | 1011011 | 0 | 1100100 | 111100 | 1010 | 101010000 | 1100011 | 101101 |
Color Harmonies of #E6015B
Complementary color
Monochromatic Colors of #E6015B
Black with #E6015B
Text Example
Text Example
White with #E6015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6015B; }
p { color: rgb(230,1,91); }
H1.HeaderClassName
{
color: #E6015B;
}
.AnyTagClassName
{
color: #E6015B;
}
</style>
background-color css
<style>
a { background-color: #E6015B; }
a { background-color: rgb(230,1,91); }
div.DivClassName
{
background-color: #E6015B;
}
.BgClassName
{
background-color: #E6015B;
}
</style>
border-color css
<style>
span { border-color: #E6015B; }
span { border-color: rgb(230,1,91); }
td.TdClassName
{
border-color: #E6015B;
}
.TagClassName
{
border-color: #E6015B;
}
</style>