Shades of Razzmatazz #E4006D
Tints of Razzmatazz #E4006D
RGB
CMYK
RGB Variations
Color information
#E4006D (or 0xE4006D) is known color: Razzmatazz. HEX triplet: E4, 00 and 6D. RGB value is (228,0,109). Sum of RGB (Red+Green+Blue) = 228+0+109=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E4006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4006D is #1BFF92. Grayscale: #505050. Windows color (decimal): -1834899 or 7143652. OLE color: 7143652.
HSL color Cylindrical-coordinate representation of color #E4006D: hue angle of 331.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4006D is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.52 | 0.11 |
| HSL | 331.32º | 1% | 0.45% | - |
| HSV(B) | 331.32º | 1% | 0.89% | - |
| XYZ | 34.76 | 17.6 | 16.03 | - |
| YUV | 80.6 | 144.04 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 109 | 0 | 1 | 0.52 | 0.11 | 331.32 | 1 | 0.45 |
| Hex | E4 | 0 | 6D | 0 | 64 | 34 | B | 14B | 64 | 2D |
| Octal | 344 | 0 | 155 | 0 | 144 | 64 | 13 | 513 | 144 | 55 |
| Binary | 11100100 | 0 | 1101101 | 0 | 1100100 | 110100 | 1011 | 101001011 | 1100100 | 101101 |
Color Harmonies of #E4006D
Complementary color
Monochromatic Colors of #E4006D
Black with #E4006D
Text Example
Text Example
White with #E4006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4006D; }
p { color: rgb(228,0,109); }
H1.HeaderClassName
{
color: #E4006D;
}
.AnyTagClassName
{
color: #E4006D;
}
</style>
background-color css
<style>
a { background-color: #E4006D; }
a { background-color: rgb(228,0,109); }
div.DivClassName
{
background-color: #E4006D;
}
.BgClassName
{
background-color: #E4006D;
}
</style>
border-color css
<style>
span { border-color: #E4006D; }
span { border-color: rgb(228,0,109); }
td.TdClassName
{
border-color: #E4006D;
}
.TagClassName
{
border-color: #E4006D;
}
</style>