Shades of Razzmatazz #E40166
Tints of Razzmatazz #E40166
RGB
CMYK
RGB Variations
Color information
#E40166 (or 0xE40166) is known color: Razzmatazz. HEX triplet: E4, 01 and 66. RGB value is (228,1,102). Sum of RGB (Red+Green+Blue) = 228+1+102=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E40166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40166 is #1BFE99. Grayscale: #505050. Windows color (decimal): -1834650 or 6685156. OLE color: 6685156.
HSL color Cylindrical-coordinate representation of color #E40166: hue angle of 333.3º 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 #E40166 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.11 |
| HSL | 333.3º | 0.99% | 0.45% | - |
| HSV(B) | 333.3º | 1% | 0.89% | - |
| XYZ | 34.4 | 17.48 | 14.13 | - |
| YUV | 80.39 | 140.21 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 102 | 0 | 1.00 | 0.55 | 0.11 | 333.3 | 0.99 | 0.45 |
| Hex | E4 | 1 | 66 | 0 | 64 | 37 | B | 14D | 63 | 2D |
| Octal | 344 | 1 | 146 | 0 | 144 | 67 | 13 | 515 | 143 | 55 |
| Binary | 11100100 | 1 | 1100110 | 0 | 1100100 | 110111 | 1011 | 101001101 | 1100011 | 101101 |
Color Harmonies of #E40166
Complementary color
Monochromatic Colors of #E40166
Black with #E40166
Text Example
Text Example
White with #E40166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40166; }
p { color: rgb(228,1,102); }
H1.HeaderClassName
{
color: #E40166;
}
.AnyTagClassName
{
color: #E40166;
}
</style>
background-color css
<style>
a { background-color: #E40166; }
a { background-color: rgb(228,1,102); }
div.DivClassName
{
background-color: #E40166;
}
.BgClassName
{
background-color: #E40166;
}
</style>
border-color css
<style>
span { border-color: #E40166; }
span { border-color: rgb(228,1,102); }
td.TdClassName
{
border-color: #E40166;
}
.TagClassName
{
border-color: #E40166;
}
</style>