#E2075A

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

Shades of Razzmatazz #E2075A

Tints of Razzmatazz #E2075A

Color information

#E2075A (or 0xE2075A) is unknown color: approx Razzmatazz. HEX triplet: E2, 07 and 5A. RGB value is (226,7,90). Sum of RGB (Red+Green+Blue) = 226+7+90=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2075A is #1DF8A5. Grayscale: #515151. Windows color (decimal): -1964198 or 5900258. OLE color: 5900258.

HSL color Cylindrical-coordinate representation of color #E2075A: hue angle of 337.26º 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 #E2075A is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB226790-
CMYK00.970.600.11
HSL337.26º93.99%45.69%-
HSV(B)337.26º96.9%88.63%-
XYZ33.2917.0611.21-
YUV81.94132.55230.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.97%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=69.97%
G=2.17%
B=27.86%

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
Decimal22679000.970.600.11337.2693.9945.69
HexE275A0613CB1515e2e
Octal34271320141741352113656
Binary1110001011110110100110000111110010111010100011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2075A; }

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

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

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

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

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

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

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

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