Shades of Razzmatazz #E4007A
Tints of Razzmatazz #E4007A
RGB
CMYK
RGB Variations
Color information
#E4007A (or 0xE4007A) is known color: Razzmatazz. HEX triplet: E4, 00 and 7A. RGB value is (228,0,122). Sum of RGB (Red+Green+Blue) = 228+0+122=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E4007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4007A is #1BFF85. Grayscale: #515151. Windows color (decimal): -1834886 or 7995620. OLE color: 7995620.
HSL color Cylindrical-coordinate representation of color #E4007A: hue angle of 327.89º 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 #E4007A is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.46 | 0.11 |
| HSL | 327.89º | 1% | 0.45% | - |
| HSV(B) | 327.89º | 1% | 0.89% | - |
| XYZ | 35.51 | 17.9 | 20 | - |
| YUV | 82.08 | 150.54 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 122 | 0 | 1 | 0.46 | 0.11 | 327.89 | 1 | 0.45 |
| Hex | E4 | 0 | 7A | 0 | 64 | 2E | B | 148 | 64 | 2D |
| Octal | 344 | 0 | 172 | 0 | 144 | 56 | 13 | 510 | 144 | 55 |
| Binary | 11100100 | 0 | 1111010 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100100 | 101101 |
Color Harmonies of #E4007A
Complementary color
Monochromatic Colors of #E4007A
Black with #E4007A
Text Example
Text Example
White with #E4007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4007A; }
p { color: rgb(228,0,122); }
H1.HeaderClassName
{
color: #E4007A;
}
.AnyTagClassName
{
color: #E4007A;
}
</style>
background-color css
<style>
a { background-color: #E4007A; }
a { background-color: rgb(228,0,122); }
div.DivClassName
{
background-color: #E4007A;
}
.BgClassName
{
background-color: #E4007A;
}
</style>
border-color css
<style>
span { border-color: #E4007A; }
span { border-color: rgb(228,0,122); }
td.TdClassName
{
border-color: #E4007A;
}
.TagClassName
{
border-color: #E4007A;
}
</style>