Shades of Razzmatazz #E40668
Tints of Razzmatazz #E40668
RGB
CMYK
RGB Variations
Color information
#E40668 (or 0xE40668) is known color: Razzmatazz. HEX triplet: E4, 06 and 68. RGB value is (228,6,104). Sum of RGB (Red+Green+Blue) = 228+6+104=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E40668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40668 is #1BF997. Grayscale: #535353. Windows color (decimal): -1833368 or 6817508. OLE color: 6817508.
HSL color Cylindrical-coordinate representation of color #E40668: hue angle of 333.51º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40668 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.11 |
| HSL | 333.51º | 0.95% | 0.46% | - |
| HSV(B) | 333.51º | 0.97% | 0.89% | - |
| XYZ | 34.56 | 17.62 | 14.68 | - |
| YUV | 83.55 | 139.55 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 104 | 0 | 0.97 | 0.54 | 0.11 | 333.51 | 0.95 | 0.46 |
| Hex | E4 | 6 | 68 | 0 | 61 | 36 | B | 14E | 5F | 2E |
| Octal | 344 | 6 | 150 | 0 | 141 | 66 | 13 | 516 | 137 | 56 |
| Binary | 11100100 | 110 | 1101000 | 0 | 1100001 | 110110 | 1011 | 101001110 | 1011111 | 101110 |
Color Harmonies of #E40668
Complementary color
Monochromatic Colors of #E40668
Black with #E40668
Text Example
Text Example
White with #E40668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40668; }
p { color: rgb(228,6,104); }
H1.HeaderClassName
{
color: #E40668;
}
.AnyTagClassName
{
color: #E40668;
}
</style>
background-color css
<style>
a { background-color: #E40668; }
a { background-color: rgb(228,6,104); }
div.DivClassName
{
background-color: #E40668;
}
.BgClassName
{
background-color: #E40668;
}
</style>
border-color css
<style>
span { border-color: #E40668; }
span { border-color: rgb(228,6,104); }
td.TdClassName
{
border-color: #E40668;
}
.TagClassName
{
border-color: #E40668;
}
</style>