Shades of Razzmatazz #E00068
Tints of Razzmatazz #E00068
RGB
CMYK
RGB Variations
Color information
#E00068 (or 0xE00068) is known color: Razzmatazz. HEX triplet: E0, 00 and 68. RGB value is (224,0,104). Sum of RGB (Red+Green+Blue) = 224+0+104=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E00068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00068 is #1FFF97. Grayscale: #4E4E4E. Windows color (decimal): -2097048 or 6815968. OLE color: 6815968.
HSL color Cylindrical-coordinate representation of color #E00068: hue angle of 332.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00068 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.54 | 0.12 |
| HSL | 332.14º | 1% | 0.44% | - |
| HSV(B) | 332.14º | 1% | 0.88% | - |
| XYZ | 33.24 | 16.85 | 14.6 | - |
| YUV | 78.83 | 142.21 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 104 | 0 | 1 | 0.54 | 0.12 | 332.14 | 1 | 0.44 |
| Hex | E0 | 0 | 68 | 0 | 64 | 36 | C | 14C | 64 | 2C |
| Octal | 340 | 0 | 150 | 0 | 144 | 66 | 14 | 514 | 144 | 54 |
| Binary | 11100000 | 0 | 1101000 | 0 | 1100100 | 110110 | 1100 | 101001100 | 1100100 | 101100 |
Color Harmonies of #E00068
Complementary color
Monochromatic Colors of #E00068
Black with #E00068
Text Example
Text Example
White with #E00068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00068; }
p { color: rgb(224,0,104); }
H1.HeaderClassName
{
color: #E00068;
}
.AnyTagClassName
{
color: #E00068;
}
</style>
background-color css
<style>
a { background-color: #E00068; }
a { background-color: rgb(224,0,104); }
div.DivClassName
{
background-color: #E00068;
}
.BgClassName
{
background-color: #E00068;
}
</style>
border-color css
<style>
span { border-color: #E00068; }
span { border-color: rgb(224,0,104); }
td.TdClassName
{
border-color: #E00068;
}
.TagClassName
{
border-color: #E00068;
}
</style>