Shades of Razzmatazz #E6154D
Tints of Razzmatazz #E6154D
RGB
CMYK
RGB Variations
Color information
#E6154D (or 0xE6154D) is known color: Razzmatazz. HEX triplet: E6, 15 and 4D. RGB value is (230,21,77). Sum of RGB (Red+Green+Blue) = 230+21+77=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6154D is #19EAB2. Grayscale: #595959. Windows color (decimal): -1698483 or 5051878. OLE color: 5051878.
HSL color Cylindrical-coordinate representation of color #E6154D: hue angle of 343.92º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6154D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.10 |
| HSL | 343.92º | 0.83% | 0.49% | - |
| HSV(B) | 343.92º | 0.91% | 0.9% | - |
| XYZ | 34.24 | 17.9 | 8.67 | - |
| YUV | 89.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 77 | 0 | 0.91 | 0.67 | 0.10 | 343.92 | 0.83 | 0.49 |
| Hex | E6 | 15 | 4D | 0 | 5B | 43 | A | 158 | 53 | 31 |
| Octal | 346 | 25 | 115 | 0 | 133 | 103 | 12 | 530 | 123 | 61 |
| Binary | 11100110 | 10101 | 1001101 | 0 | 1011011 | 1000011 | 1010 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E6154D
Complementary color
Monochromatic Colors of #E6154D
Black with #E6154D
Text Example
Text Example
White with #E6154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6154D; }
p { color: rgb(230,21,77); }
H1.HeaderClassName
{
color: #E6154D;
}
.AnyTagClassName
{
color: #E6154D;
}
</style>
background-color css
<style>
a { background-color: #E6154D; }
a { background-color: rgb(230,21,77); }
div.DivClassName
{
background-color: #E6154D;
}
.BgClassName
{
background-color: #E6154D;
}
</style>
border-color css
<style>
span { border-color: #E6154D; }
span { border-color: rgb(230,21,77); }
td.TdClassName
{
border-color: #E6154D;
}
.TagClassName
{
border-color: #E6154D;
}
</style>