#E1006E

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

Shades of Razzmatazz #E1006E

Tints of Razzmatazz #E1006E

Color information

#E1006E (or 0xE1006E) is unknown color: approx Razzmatazz. HEX triplet: E1, 00 and 6E. RGB value is (225,0,110). Sum of RGB (Red+Green+Blue) = 225+0+110=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1006E is #1EFF91. Grayscale: #4F4F4F. Windows color (decimal): -2031506 or 7209185. OLE color: 7209185.

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

Color convert

RGB2250110-
CMYK010.510.12
HSL330.67º100%44.12%-
HSV(B)330.67º100%88.24%-
XYZ33.8717.1316.27-
YUV79.82145.04231.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=67.16%
G=0%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250110010.510.12330.6710044.12
HexE106E06433C14b642c
Octal34101560144631451314454
Binary11100001011011100110010011001111001010010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1006E; }

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

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

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

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

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

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

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

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