Shades of Razzmatazz #E40163
Tints of Razzmatazz #E40163
RGB
CMYK
RGB Variations
Color information
#E40163 (or 0xE40163) is known color: Razzmatazz. HEX triplet: E4, 01 and 63. RGB value is (228,1,99). Sum of RGB (Red+Green+Blue) = 228+1+99=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E40163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40163 is #1BFE9C. Grayscale: #4F4F4F. Windows color (decimal): -1834653 or 6488548. OLE color: 6488548.
HSL color Cylindrical-coordinate representation of color #E40163: hue angle of 334.1º 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 #E40163 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.11 |
| HSL | 334.1º | 0.99% | 0.45% | - |
| HSV(B) | 334.1º | 1% | 0.89% | - |
| XYZ | 34.26 | 17.42 | 13.36 | - |
| YUV | 80.05 | 138.71 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 99 | 0 | 1.00 | 0.57 | 0.11 | 334.1 | 0.99 | 0.45 |
| Hex | E4 | 1 | 63 | 0 | 64 | 39 | B | 14E | 63 | 2D |
| Octal | 344 | 1 | 143 | 0 | 144 | 71 | 13 | 516 | 143 | 55 |
| Binary | 11100100 | 1 | 1100011 | 0 | 1100100 | 111001 | 1011 | 101001110 | 1100011 | 101101 |
Color Harmonies of #E40163
Complementary color
Monochromatic Colors of #E40163
Black with #E40163
Text Example
Text Example
White with #E40163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40163; }
p { color: rgb(228,1,99); }
H1.HeaderClassName
{
color: #E40163;
}
.AnyTagClassName
{
color: #E40163;
}
</style>
background-color css
<style>
a { background-color: #E40163; }
a { background-color: rgb(228,1,99); }
div.DivClassName
{
background-color: #E40163;
}
.BgClassName
{
background-color: #E40163;
}
</style>
border-color css
<style>
span { border-color: #E40163; }
span { border-color: rgb(228,1,99); }
td.TdClassName
{
border-color: #E40163;
}
.TagClassName
{
border-color: #E40163;
}
</style>