#E10073

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

Shades of Razzmatazz #E10073

Tints of Razzmatazz #E10073

Color information

#E10073 (or 0xE10073) is unknown color: approx Razzmatazz. HEX triplet: E1, 00 and 73. RGB value is (225,0,115). Sum of RGB (Red+Green+Blue) = 225+0+115=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E10073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10073 is #1EFF8C. Grayscale: #505050. Windows color (decimal): -2031501 or 7536865. OLE color: 7536865.

HSL color Cylindrical-coordinate representation of color #E10073: hue angle of 329.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10073 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB2250115-
CMYK010.490.12
HSL329.33º100%44.12%-
HSV(B)329.33º100%88.24%-
XYZ34.1517.2517.75-
YUV80.38147.54231.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=66.18%
G=0%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250115010.490.12329.3310044.12
HexE107306431C149642c
Octal34101630144611451114454
Binary11100001011100110110010011000111001010010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10073; }

 p { color: rgb(225,0,115); }

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

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

 a { background-color: rgb(225,0,115); }

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

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

 span { border-color: rgb(225,0,115); }

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