Shades of Razzmatazz #E40967
Tints of Razzmatazz #E40967
RGB
CMYK
RGB Variations
Color information
#E40967 (or 0xE40967) is known color: Razzmatazz. HEX triplet: E4, 09 and 67. RGB value is (228,9,103). Sum of RGB (Red+Green+Blue) = 228+9+103=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E40967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40967 is #1BF698. Grayscale: #555555. Windows color (decimal): -1832601 or 6752740. OLE color: 6752740.
HSL color Cylindrical-coordinate representation of color #E40967: hue angle of 334.25º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40967 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.11 |
| HSL | 334.25º | 0.92% | 0.46% | - |
| HSV(B) | 334.25º | 0.96% | 0.89% | - |
| XYZ | 34.54 | 17.67 | 14.42 | - |
| YUV | 85.2 | 138.05 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 103 | 0 | 0.96 | 0.55 | 0.11 | 334.25 | 0.92 | 0.46 |
| Hex | E4 | 9 | 67 | 0 | 60 | 37 | B | 14E | 5C | 2E |
| Octal | 344 | 11 | 147 | 0 | 140 | 67 | 13 | 516 | 134 | 56 |
| Binary | 11100100 | 1001 | 1100111 | 0 | 1100000 | 110111 | 1011 | 101001110 | 1011100 | 101110 |
Color Harmonies of #E40967
Complementary color
Monochromatic Colors of #E40967
Black with #E40967
Text Example
Text Example
White with #E40967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40967; }
p { color: rgb(228,9,103); }
H1.HeaderClassName
{
color: #E40967;
}
.AnyTagClassName
{
color: #E40967;
}
</style>
background-color css
<style>
a { background-color: #E40967; }
a { background-color: rgb(228,9,103); }
div.DivClassName
{
background-color: #E40967;
}
.BgClassName
{
background-color: #E40967;
}
</style>
border-color css
<style>
span { border-color: #E40967; }
span { border-color: rgb(228,9,103); }
td.TdClassName
{
border-color: #E40967;
}
.TagClassName
{
border-color: #E40967;
}
</style>