#E9064A

Color #E9064A Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #E9064A

Tints of Razzmatazz #E9064A

Color information

#E9064A (or 0xE9064A) is unknown color: approx Razzmatazz. HEX triplet: E9, 06 and 4A. RGB value is (233,6,74). Sum of RGB (Red+Green+Blue) = 233+6+74=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9064A is #16F9B5. Grayscale: #515151. Windows color (decimal): -1505718 or 4851433. OLE color: 4851433.

HSL color Cylindrical-coordinate representation of color #E9064A: hue angle of 342.03º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9064A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB233674-
CMYK00.970.680.09
HSL342.03º94.98%46.86%-
HSV(B)342.03º97.42%91.37%-
XYZ34.9117.958.1-
YUV81.62123.71235.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 74.44%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=74.44%
G=1.92%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23367400.970.680.09342.0394.9846.86
HexE964A0614491565f2f
Octal351611201411041152613757
Binary11101001110100101001100001100010010011010101101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9064A; }

 p { color: rgb(233,6,74); }

 H1.HeaderClassName
 {
   color: #E9064A;
 }
 .AnyTagClassName
 {
   color: #E9064A;
 }
</style>
background-color css

<style>
 a { background-color: #E9064A; }

 a { background-color: rgb(233,6,74); }

 div.DivClassName
 {
   background-color: #E9064A;
 }
 .BgClassName
 {
   background-color: #E9064A;
 }
</style>
border-color css

<style>
 span { border-color: #E9064A; }

 span { border-color: rgb(233,6,74); }

 td.TdClassName
 {
   border-color: #E9064A;
 }
 .TagClassName
 {
   border-color: #E9064A;
 }
</style>