Shades of Razzmatazz #E40168
Tints of Razzmatazz #E40168
RGB
CMYK
RGB Variations
Color information
#E40168 (or 0xE40168) is known color: Razzmatazz. HEX triplet: E4, 01 and 68. RGB value is (228,1,104). Sum of RGB (Red+Green+Blue) = 228+1+104=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E40168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40168 is #1BFE97. Grayscale: #505050. Windows color (decimal): -1834648 or 6816228. OLE color: 6816228.
HSL color Cylindrical-coordinate representation of color #E40168: hue angle of 332.78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40168 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.11 |
| HSL | 332.78º | 0.99% | 0.45% | - |
| HSV(B) | 332.78º | 1% | 0.89% | - |
| XYZ | 34.5 | 17.52 | 14.66 | - |
| YUV | 80.62 | 141.21 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 104 | 0 | 1.00 | 0.54 | 0.11 | 332.78 | 0.99 | 0.45 |
| Hex | E4 | 1 | 68 | 0 | 64 | 36 | B | 14D | 63 | 2D |
| Octal | 344 | 1 | 150 | 0 | 144 | 66 | 13 | 515 | 143 | 55 |
| Binary | 11100100 | 1 | 1101000 | 0 | 1100100 | 110110 | 1011 | 101001101 | 1100011 | 101101 |
Color Harmonies of #E40168
Complementary color
Monochromatic Colors of #E40168
Black with #E40168
Text Example
Text Example
White with #E40168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40168; }
p { color: rgb(228,1,104); }
H1.HeaderClassName
{
color: #E40168;
}
.AnyTagClassName
{
color: #E40168;
}
</style>
background-color css
<style>
a { background-color: #E40168; }
a { background-color: rgb(228,1,104); }
div.DivClassName
{
background-color: #E40168;
}
.BgClassName
{
background-color: #E40168;
}
</style>
border-color css
<style>
span { border-color: #E40168; }
span { border-color: rgb(228,1,104); }
td.TdClassName
{
border-color: #E40168;
}
.TagClassName
{
border-color: #E40168;
}
</style>