Shades of Razzmatazz #E2065C
Tints of Razzmatazz #E2065C
RGB
CMYK
RGB Variations
Color information
#E2065C (or 0xE2065C) is known color: Razzmatazz. HEX triplet: E2, 06 and 5C. RGB value is (226,6,92). Sum of RGB (Red+Green+Blue) = 226+6+92=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2065C is #1DF9A3. Grayscale: #515151. Windows color (decimal): -1964452 or 6031074. OLE color: 6031074.
HSL color Cylindrical-coordinate representation of color #E2065C: hue angle of 336.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2065C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.11 |
| HSL | 336.55º | 0.95% | 0.45% | - |
| HSV(B) | 336.55º | 0.97% | 0.89% | - |
| XYZ | 33.36 | 17.07 | 11.66 | - |
| YUV | 81.58 | 133.89 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 92 | 0 | 0.97 | 0.59 | 0.11 | 336.55 | 0.95 | 0.45 |
| Hex | E2 | 6 | 5C | 0 | 61 | 3B | B | 151 | 5F | 2D |
| Octal | 342 | 6 | 134 | 0 | 141 | 73 | 13 | 521 | 137 | 55 |
| Binary | 11100010 | 110 | 1011100 | 0 | 1100001 | 111011 | 1011 | 101010001 | 1011111 | 101101 |
Color Harmonies of #E2065C
Complementary color
Monochromatic Colors of #E2065C
Black with #E2065C
Text Example
Text Example
White with #E2065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2065C; }
p { color: rgb(226,6,92); }
H1.HeaderClassName
{
color: #E2065C;
}
.AnyTagClassName
{
color: #E2065C;
}
</style>
background-color css
<style>
a { background-color: #E2065C; }
a { background-color: rgb(226,6,92); }
div.DivClassName
{
background-color: #E2065C;
}
.BgClassName
{
background-color: #E2065C;
}
</style>
border-color css
<style>
span { border-color: #E2065C; }
span { border-color: rgb(226,6,92); }
td.TdClassName
{
border-color: #E2065C;
}
.TagClassName
{
border-color: #E2065C;
}
</style>