Shades of Razzmatazz #E20365
Tints of Razzmatazz #E20365
RGB
CMYK
RGB Variations
Color information
#E20365 (or 0xE20365) is known color: Razzmatazz. HEX triplet: E2, 03 and 65. RGB value is (226,3,101). Sum of RGB (Red+Green+Blue) = 226+3+101=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E20365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20365 is #1DFC9A. Grayscale: #505050. Windows color (decimal): -1965211 or 6620130. OLE color: 6620130.
HSL color Cylindrical-coordinate representation of color #E20365: hue angle of 333.63º 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 #E20365 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 101 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.11 |
| HSL | 333.63º | 0.97% | 0.45% | - |
| HSV(B) | 333.63º | 0.99% | 0.89% | - |
| XYZ | 33.75 | 17.17 | 13.85 | - |
| YUV | 80.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 101 | 0 | 0.99 | 0.55 | 0.11 | 333.63 | 0.97 | 0.45 |
| Hex | E2 | 3 | 65 | 0 | 63 | 37 | B | 14E | 61 | 2D |
| Octal | 342 | 3 | 145 | 0 | 143 | 67 | 13 | 516 | 141 | 55 |
| Binary | 11100010 | 11 | 1100101 | 0 | 1100011 | 110111 | 1011 | 101001110 | 1100001 | 101101 |
Color Harmonies of #E20365
Complementary color
Monochromatic Colors of #E20365
Black with #E20365
Text Example
Text Example
White with #E20365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20365; }
p { color: rgb(226,3,101); }
H1.HeaderClassName
{
color: #E20365;
}
.AnyTagClassName
{
color: #E20365;
}
</style>
background-color css
<style>
a { background-color: #E20365; }
a { background-color: rgb(226,3,101); }
div.DivClassName
{
background-color: #E20365;
}
.BgClassName
{
background-color: #E20365;
}
</style>
border-color css
<style>
span { border-color: #E20365; }
span { border-color: rgb(226,3,101); }
td.TdClassName
{
border-color: #E20365;
}
.TagClassName
{
border-color: #E20365;
}
</style>