Shades of Razzmatazz #E40466
Tints of Razzmatazz #E40466
RGB
CMYK
RGB Variations
Color information
#E40466 (or 0xE40466) is known color: Razzmatazz. HEX triplet: E4, 04 and 66. RGB value is (228,4,102). Sum of RGB (Red+Green+Blue) = 228+4+102=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E40466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40466 is #1BFB99. Grayscale: #515151. Windows color (decimal): -1833882 or 6685924. OLE color: 6685924.
HSL color Cylindrical-coordinate representation of color #E40466: hue angle of 333.75º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40466 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.11 |
| HSL | 333.75º | 0.97% | 0.45% | - |
| HSV(B) | 333.75º | 0.98% | 0.89% | - |
| XYZ | 34.44 | 17.54 | 14.14 | - |
| YUV | 82.15 | 139.21 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 102 | 0 | 0.98 | 0.55 | 0.11 | 333.75 | 0.97 | 0.45 |
| Hex | E4 | 4 | 66 | 0 | 62 | 37 | B | 14E | 61 | 2D |
| Octal | 344 | 4 | 146 | 0 | 142 | 67 | 13 | 516 | 141 | 55 |
| Binary | 11100100 | 100 | 1100110 | 0 | 1100010 | 110111 | 1011 | 101001110 | 1100001 | 101101 |
Color Harmonies of #E40466
Complementary color
Monochromatic Colors of #E40466
Black with #E40466
Text Example
Text Example
White with #E40466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40466; }
p { color: rgb(228,4,102); }
H1.HeaderClassName
{
color: #E40466;
}
.AnyTagClassName
{
color: #E40466;
}
</style>
background-color css
<style>
a { background-color: #E40466; }
a { background-color: rgb(228,4,102); }
div.DivClassName
{
background-color: #E40466;
}
.BgClassName
{
background-color: #E40466;
}
</style>
border-color css
<style>
span { border-color: #E40466; }
span { border-color: rgb(228,4,102); }
td.TdClassName
{
border-color: #E40466;
}
.TagClassName
{
border-color: #E40466;
}
</style>