Shades of Razzmatazz #E40365
Tints of Razzmatazz #E40365
RGB
CMYK
RGB Variations
Color information
#E40365 (or 0xE40365) is known color: Razzmatazz. HEX triplet: E4, 03 and 65. RGB value is (228,3,101). Sum of RGB (Red+Green+Blue) = 228+3+101=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E40365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40365 is #1BFC9A. Grayscale: #515151. Windows color (decimal): -1834139 or 6620132. OLE color: 6620132.
HSL color Cylindrical-coordinate representation of color #E40365: hue angle of 333.87º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40365 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 101 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.11 |
| HSL | 333.87º | 0.97% | 0.45% | - |
| HSV(B) | 333.87º | 0.99% | 0.89% | - |
| XYZ | 34.38 | 17.5 | 13.88 | - |
| YUV | 81.45 | 139.04 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 101 | 0 | 0.99 | 0.56 | 0.11 | 333.87 | 0.97 | 0.45 |
| Hex | E4 | 3 | 65 | 0 | 63 | 38 | B | 14E | 61 | 2D |
| Octal | 344 | 3 | 145 | 0 | 143 | 70 | 13 | 516 | 141 | 55 |
| Binary | 11100100 | 11 | 1100101 | 0 | 1100011 | 111000 | 1011 | 101001110 | 1100001 | 101101 |
Color Harmonies of #E40365
Complementary color
Monochromatic Colors of #E40365
Black with #E40365
Text Example
Text Example
White with #E40365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40365; }
p { color: rgb(228,3,101); }
H1.HeaderClassName
{
color: #E40365;
}
.AnyTagClassName
{
color: #E40365;
}
</style>
background-color css
<style>
a { background-color: #E40365; }
a { background-color: rgb(228,3,101); }
div.DivClassName
{
background-color: #E40365;
}
.BgClassName
{
background-color: #E40365;
}
</style>
border-color css
<style>
span { border-color: #E40365; }
span { border-color: rgb(228,3,101); }
td.TdClassName
{
border-color: #E40365;
}
.TagClassName
{
border-color: #E40365;
}
</style>