Shades of Razzmatazz #E4007B
Tints of Razzmatazz #E4007B
RGB
CMYK
RGB Variations
Color information
#E4007B (or 0xE4007B) is known color: Razzmatazz. HEX triplet: E4, 00 and 7B. RGB value is (228,0,123). Sum of RGB (Red+Green+Blue) = 228+0+123=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E4007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4007B is #1BFF84. Grayscale: #515151. Windows color (decimal): -1834885 or 8061156. OLE color: 8061156.
HSL color Cylindrical-coordinate representation of color #E4007B: hue angle of 327.63º 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 #E4007B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.46 | 0.11 |
| HSL | 327.63º | 1% | 0.45% | - |
| HSV(B) | 327.63º | 1% | 0.89% | - |
| XYZ | 35.57 | 17.92 | 20.32 | - |
| YUV | 82.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 123 | 0 | 1 | 0.46 | 0.11 | 327.63 | 1 | 0.45 |
| Hex | E4 | 0 | 7B | 0 | 64 | 2E | B | 148 | 64 | 2D |
| Octal | 344 | 0 | 173 | 0 | 144 | 56 | 13 | 510 | 144 | 55 |
| Binary | 11100100 | 0 | 1111011 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100100 | 101101 |
Color Harmonies of #E4007B
Complementary color
Monochromatic Colors of #E4007B
Black with #E4007B
Text Example
Text Example
White with #E4007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4007B; }
p { color: rgb(228,0,123); }
H1.HeaderClassName
{
color: #E4007B;
}
.AnyTagClassName
{
color: #E4007B;
}
</style>
background-color css
<style>
a { background-color: #E4007B; }
a { background-color: rgb(228,0,123); }
div.DivClassName
{
background-color: #E4007B;
}
.BgClassName
{
background-color: #E4007B;
}
</style>
border-color css
<style>
span { border-color: #E4007B; }
span { border-color: rgb(228,0,123); }
td.TdClassName
{
border-color: #E4007B;
}
.TagClassName
{
border-color: #E4007B;
}
</style>