#E2075B

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

Shades of Razzmatazz #E2075B

Tints of Razzmatazz #E2075B

Color information

#E2075B (or 0xE2075B) is unknown color: approx Razzmatazz. HEX triplet: E2, 07 and 5B. RGB value is (226,7,91). Sum of RGB (Red+Green+Blue) = 226+7+91=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2075B is #1DF8A4. Grayscale: #515151. Windows color (decimal): -1964197 or 5965794. OLE color: 5965794.

HSL color Cylindrical-coordinate representation of color #E2075B: hue angle of 336.99º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2075B is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB226791-
CMYK00.970.600.11
HSL336.99º93.99%45.69%-
HSV(B)336.99º96.9%88.63%-
XYZ33.3317.0811.44-
YUV82.06133.05230.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.75%
GREEN value IS 7 (3.12% from 255) = 2.16%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=69.75%
G=2.16%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22679100.970.600.11336.9993.9945.69
HexE275B0613CB1515e2e
Octal34271330141741352113656
Binary1110001011110110110110000111110010111010100011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2075B; }

 p { color: rgb(226,7,91); }

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

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

 a { background-color: rgb(226,7,91); }

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

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

 span { border-color: rgb(226,7,91); }

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