Shades of Razzmatazz #E10168
Tints of Razzmatazz #E10168
RGB
CMYK
RGB Variations
Color information
#E10168 (or 0xE10168) is known color: Razzmatazz. HEX triplet: E1, 01 and 68. RGB value is (225,1,104). Sum of RGB (Red+Green+Blue) = 225+1+104=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E10168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10168 is #1EFE97. Grayscale: #4F4F4F. Windows color (decimal): -2031256 or 6816225. OLE color: 6816225.
HSL color Cylindrical-coordinate representation of color #E10168: hue angle of 332.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10168 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.12 |
| HSL | 332.41º | 0.99% | 0.44% | - |
| HSV(B) | 332.41º | 1% | 0.88% | - |
| XYZ | 33.56 | 17.03 | 14.61 | - |
| YUV | 79.72 | 141.71 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 104 | 0 | 1.00 | 0.54 | 0.12 | 332.41 | 0.99 | 0.44 |
| Hex | E1 | 1 | 68 | 0 | 64 | 36 | C | 14C | 63 | 2C |
| Octal | 341 | 1 | 150 | 0 | 144 | 66 | 14 | 514 | 143 | 54 |
| Binary | 11100001 | 1 | 1101000 | 0 | 1100100 | 110110 | 1100 | 101001100 | 1100011 | 101100 |
Color Harmonies of #E10168
Complementary color
Monochromatic Colors of #E10168
Black with #E10168
Text Example
Text Example
White with #E10168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10168; }
p { color: rgb(225,1,104); }
H1.HeaderClassName
{
color: #E10168;
}
.AnyTagClassName
{
color: #E10168;
}
</style>
background-color css
<style>
a { background-color: #E10168; }
a { background-color: rgb(225,1,104); }
div.DivClassName
{
background-color: #E10168;
}
.BgClassName
{
background-color: #E10168;
}
</style>
border-color css
<style>
span { border-color: #E10168; }
span { border-color: rgb(225,1,104); }
td.TdClassName
{
border-color: #E10168;
}
.TagClassName
{
border-color: #E10168;
}
</style>