#E10071

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

Shades of Razzmatazz #E10071

Tints of Razzmatazz #E10071

Color information

#E10071 (or 0xE10071) is unknown color: approx Razzmatazz. HEX triplet: E1, 00 and 71. RGB value is (225,0,113). Sum of RGB (Red+Green+Blue) = 225+0+113=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E10071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10071 is #1EFF8E. Grayscale: #4F4F4F. Windows color (decimal): -2031503 or 7405793. OLE color: 7405793.

HSL color Cylindrical-coordinate representation of color #E10071: hue angle of 329.87º 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 #E10071 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB2250113-
CMYK010.500.12
HSL329.87º100%44.12%-
HSV(B)329.87º100%88.24%-
XYZ34.0317.217.15-
YUV80.16146.54231.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=66.57%
G=0%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250113010.500.12329.8710044.12
HexE107106432C14a642c
Octal34101610144621451214454
Binary11100001011100010110010011001011001010010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10071; }

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

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

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

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

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

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

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

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