Shades of Razzmatazz #E10768
Tints of Razzmatazz #E10768
RGB
CMYK
RGB Variations
Color information
#E10768 (or 0xE10768) is known color: Razzmatazz. HEX triplet: E1, 07 and 68. RGB value is (225,7,104). Sum of RGB (Red+Green+Blue) = 225+7+104=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E10768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10768 is #1EF897. Grayscale: #535353. Windows color (decimal): -2029720 or 6817761. OLE color: 6817761.
HSL color Cylindrical-coordinate representation of color #E10768: hue angle of 333.3º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10768 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.12 |
| HSL | 333.3º | 0.94% | 0.45% | - |
| HSV(B) | 333.3º | 0.97% | 0.88% | - |
| XYZ | 33.63 | 17.16 | 14.64 | - |
| YUV | 83.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 104 | 0 | 0.97 | 0.54 | 0.12 | 333.3 | 0.94 | 0.45 |
| Hex | E1 | 7 | 68 | 0 | 61 | 36 | C | 14D | 5E | 2D |
| Octal | 341 | 7 | 150 | 0 | 141 | 66 | 14 | 515 | 136 | 55 |
| Binary | 11100001 | 111 | 1101000 | 0 | 1100001 | 110110 | 1100 | 101001101 | 1011110 | 101101 |
Color Harmonies of #E10768
Complementary color
Monochromatic Colors of #E10768
Black with #E10768
Text Example
Text Example
White with #E10768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10768; }
p { color: rgb(225,7,104); }
H1.HeaderClassName
{
color: #E10768;
}
.AnyTagClassName
{
color: #E10768;
}
</style>
background-color css
<style>
a { background-color: #E10768; }
a { background-color: rgb(225,7,104); }
div.DivClassName
{
background-color: #E10768;
}
.BgClassName
{
background-color: #E10768;
}
</style>
border-color css
<style>
span { border-color: #E10768; }
span { border-color: rgb(225,7,104); }
td.TdClassName
{
border-color: #E10768;
}
.TagClassName
{
border-color: #E10768;
}
</style>