#e1074b

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

Shades of Razzmatazz #E1074B

Tints of Razzmatazz #E1074B

Color information

#E1074B (or 0xE1074B) is unknown color: approx Razzmatazz. HEX triplet: E1, 07 and 4B. RGB value is (225,7,75). Sum of RGB (Red+Green+Blue) = 225+7+75=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1074B is #1EF8B4. Grayscale: #4F4F4F. Windows color (decimal): -2029749 or 4917217. OLE color: 4917217.

HSL color Cylindrical-coordinate representation of color #E1074B: hue angle of 341.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1074B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB225775-
CMYK00.970.670.12
HSL341.28º93.97%45.49%-
HSV(B)341.28º96.89%88.24%-
XYZ32.416.678.17-
YUV79.93125.22231.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 73.29%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=73.29%
G=2.28%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22577500.970.670.12341.2893.9745.49
HexE174B06143C1555e2d
Octal341711301411031452513655
Binary11100001111100101101100001100001111001010101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1074b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1074b; }

 p { color: rgb(225,7,75); }

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

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

 a { background-color: rgb(225,7,75); }

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

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

 span { border-color: rgb(225,7,75); }

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