#E6104C

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

Shades of Razzmatazz #E6104C

Tints of Razzmatazz #E6104C

Color information

#E6104C (or 0xE6104C) is unknown color: approx Razzmatazz. HEX triplet: E6, 10 and 4C. RGB value is (230,16,76). Sum of RGB (Red+Green+Blue) = 230+16+76=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6104C is #19EFB3. Grayscale: #565656. Windows color (decimal): -1699764 or 4985062. OLE color: 4985062.

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

Color convert

RGB2301676-
CMYK00.930.670.10
HSL343.18º86.99%48.24%-
HSV(B)343.18º93.04%90.2%-
XYZ34.1217.728.46-
YUV86.83121.9230.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 71.43%
GREEN value IS 16 (6.64% from 255) = 4.97%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=71.43%
G=4.97%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230167600.930.670.10343.1886.9948.24
HexE6104C05D43A1575730
Octal3462011401351031252712760
Binary1110011010000100110001011101100001110101010101111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6104C; }

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

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

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

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

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

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

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

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