Shades of Razzmatazz #E40067
Tints of Razzmatazz #E40067
RGB
CMYK
RGB Variations
Color information
#E40067 (or 0xE40067) is known color: Razzmatazz. HEX triplet: E4, 00 and 67. RGB value is (228,0,103). Sum of RGB (Red+Green+Blue) = 228+0+103=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E40067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40067 is #1BFF98. Grayscale: #4F4F4F. Windows color (decimal): -1834905 or 6750436. OLE color: 6750436.
HSL color Cylindrical-coordinate representation of color #E40067: hue angle of 332.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 #E40067 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.55 | 0.11 |
| HSL | 332.89º | 1% | 0.45% | - |
| HSV(B) | 332.89º | 1% | 0.89% | - |
| XYZ | 34.44 | 17.47 | 14.39 | - |
| YUV | 79.91 | 141.04 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 103 | 0 | 1 | 0.55 | 0.11 | 332.89 | 1 | 0.45 |
| Hex | E4 | 0 | 67 | 0 | 64 | 37 | B | 14D | 64 | 2D |
| Octal | 344 | 0 | 147 | 0 | 144 | 67 | 13 | 515 | 144 | 55 |
| Binary | 11100100 | 0 | 1100111 | 0 | 1100100 | 110111 | 1011 | 101001101 | 1100100 | 101101 |
Color Harmonies of #E40067
Complementary color
Monochromatic Colors of #E40067
Black with #E40067
Text Example
Text Example
White with #E40067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40067; }
p { color: rgb(228,0,103); }
H1.HeaderClassName
{
color: #E40067;
}
.AnyTagClassName
{
color: #E40067;
}
</style>
background-color css
<style>
a { background-color: #E40067; }
a { background-color: rgb(228,0,103); }
div.DivClassName
{
background-color: #E40067;
}
.BgClassName
{
background-color: #E40067;
}
</style>
border-color css
<style>
span { border-color: #E40067; }
span { border-color: rgb(228,0,103); }
td.TdClassName
{
border-color: #E40067;
}
.TagClassName
{
border-color: #E40067;
}
</style>