#E40A56

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

Shades of Razzmatazz #E40A56

Tints of Razzmatazz #E40A56

Color information

#E40A56 (or 0xE40A56) is unknown color: approx Razzmatazz. HEX triplet: E4, 0A and 56. RGB value is (228,10,86). Sum of RGB (Red+Green+Blue) = 228+10+86=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40A56 is #1BF5A9. Grayscale: #535353. Windows color (decimal): -1832362 or 5638884. OLE color: 5638884.

HSL color Cylindrical-coordinate representation of color #E40A56: hue angle of 339.08º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A56 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2281086-
CMYK00.960.620.11
HSL339.08º91.6%46.67%-
HSV(B)339.08º95.61%89.41%-
XYZ33.7817.3810.38-
YUV83.85129.22230.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 70.37%
GREEN value IS 10 (4.30% from 255) = 3.09%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=70.37%
G=3.09%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228108600.960.620.11339.0891.646.67
HexE4A560603EB1535c2f
Octal344121260140761352313457
Binary11100100101010101100110000011111010111010100111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40A56; }

 p { color: rgb(228,10,86); }

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

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

 a { background-color: rgb(228,10,86); }

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

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

 span { border-color: rgb(228,10,86); }

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