Shades of Razzmatazz #E60B4A
Tints of Razzmatazz #E60B4A
RGB
CMYK
RGB Variations
Color information
#E60B4A (or 0xE60B4A) is known color: Razzmatazz. HEX triplet: E6, 0B and 4A. RGB value is (230,11,74). Sum of RGB (Red+Green+Blue) = 230+11+74=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B4A is #19F4B5. Grayscale: #535353. Windows color (decimal): -1701046 or 4852710. OLE color: 4852710.
HSL color Cylindrical-coordinate representation of color #E60B4A: hue angle of 342.74º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B4A is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 74 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.10 |
| HSL | 342.74º | 0.91% | 0.47% | - |
| HSV(B) | 342.74º | 0.95% | 0.9% | - |
| XYZ | 33.99 | 17.56 | 8.08 | - |
| YUV | 83.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 74 | 0 | 0.95 | 0.68 | 0.10 | 342.74 | 0.91 | 0.47 |
| Hex | E6 | B | 4A | 0 | 5F | 44 | A | 157 | 5B | 2F |
| Octal | 346 | 13 | 112 | 0 | 137 | 104 | 12 | 527 | 133 | 57 |
| Binary | 11100110 | 1011 | 1001010 | 0 | 1011111 | 1000100 | 1010 | 101010111 | 1011011 | 101111 |
Color Harmonies of #E60B4A
Complementary color
Monochromatic Colors of #E60B4A
Black with #E60B4A
Text Example
Text Example
White with #E60B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B4A; }
p { color: rgb(230,11,74); }
H1.HeaderClassName
{
color: #E60B4A;
}
.AnyTagClassName
{
color: #E60B4A;
}
</style>
background-color css
<style>
a { background-color: #E60B4A; }
a { background-color: rgb(230,11,74); }
div.DivClassName
{
background-color: #E60B4A;
}
.BgClassName
{
background-color: #E60B4A;
}
</style>
border-color css
<style>
span { border-color: #E60B4A; }
span { border-color: rgb(230,11,74); }
td.TdClassName
{
border-color: #E60B4A;
}
.TagClassName
{
border-color: #E60B4A;
}
</style>