#E6064C

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

Shades of Razzmatazz #E6064C

Tints of Razzmatazz #E6064C

Color information

#E6064C (or 0xE6064C) is unknown color: approx Razzmatazz. HEX triplet: E6, 06 and 4C. RGB value is (230,6,76). Sum of RGB (Red+Green+Blue) = 230+6+76=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6064C is #19F9B3. Grayscale: #505050. Windows color (decimal): -1702324 or 4982502. OLE color: 4982502.

HSL color Cylindrical-coordinate representation of color #E6064C: hue angle of 341.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6064C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB230676-
CMYK00.970.670.10
HSL341.25º94.92%46.27%-
HSV(B)341.25º97.39%90.2%-
XYZ3417.488.42-
YUV80.96125.21234.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.72%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=73.72%
G=1.92%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23067600.970.670.10341.2594.9246.27
HexE664C06143A1555f2e
Octal346611401411031252513756
Binary11100110110100110001100001100001110101010101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6064C; }

 p { color: rgb(230,6,76); }

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

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

 a { background-color: rgb(230,6,76); }

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

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

 span { border-color: rgb(230,6,76); }

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