#E1006F

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

Shades of Razzmatazz #E1006F

Tints of Razzmatazz #E1006F

Color information

#E1006F (or 0xE1006F) is unknown color: approx Razzmatazz. HEX triplet: E1, 00 and 6F. RGB value is (225,0,111). Sum of RGB (Red+Green+Blue) = 225+0+111=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1006F is #1EFF90. Grayscale: #4F4F4F. Windows color (decimal): -2031505 or 7274721. OLE color: 7274721.

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

Color convert

RGB2250111-
CMYK010.510.12
HSL330.4º100%44.12%-
HSV(B)330.4º100%88.24%-
XYZ33.9217.1616.56-
YUV79.93145.54231.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=66.96%
G=0%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250111010.510.12330.410044.12
HexE106F06433C14a642c
Octal34101570144631451214454
Binary11100001011011110110010011001111001010010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1006F; }

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

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

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

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

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

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

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

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