Shades of Razzmatazz #E20350
Tints of Razzmatazz #E20350
RGB
CMYK
RGB Variations
Color information
#E20350 (or 0xE20350) is known color: Razzmatazz. HEX triplet: E2, 03 and 50. RGB value is (226,3,80). Sum of RGB (Red+Green+Blue) = 226+3+80=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E20350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20350 is #1DFCAF. Grayscale: #4E4E4E. Windows color (decimal): -1965232 or 5243874. OLE color: 5243874.
HSL color Cylindrical-coordinate representation of color #E20350: hue angle of 339.28º 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 #E20350 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.11 |
| HSL | 339.28º | 0.97% | 0.45% | - |
| HSV(B) | 339.28º | 0.99% | 0.89% | - |
| XYZ | 32.84 | 16.81 | 9.1 | - |
| YUV | 78.46 | 128.88 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 80 | 0 | 0.99 | 0.65 | 0.11 | 339.28 | 0.97 | 0.45 |
| Hex | E2 | 3 | 50 | 0 | 63 | 41 | B | 153 | 61 | 2D |
| Octal | 342 | 3 | 120 | 0 | 143 | 101 | 13 | 523 | 141 | 55 |
| Binary | 11100010 | 11 | 1010000 | 0 | 1100011 | 1000001 | 1011 | 101010011 | 1100001 | 101101 |
Color Harmonies of #E20350
Complementary color
Monochromatic Colors of #E20350
Black with #E20350
Text Example
Text Example
White with #E20350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20350; }
p { color: rgb(226,3,80); }
H1.HeaderClassName
{
color: #E20350;
}
.AnyTagClassName
{
color: #E20350;
}
</style>
background-color css
<style>
a { background-color: #E20350; }
a { background-color: rgb(226,3,80); }
div.DivClassName
{
background-color: #E20350;
}
.BgClassName
{
background-color: #E20350;
}
</style>
border-color css
<style>
span { border-color: #E20350; }
span { border-color: rgb(226,3,80); }
td.TdClassName
{
border-color: #E20350;
}
.TagClassName
{
border-color: #E20350;
}
</style>