#E2035E

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

Shades of Razzmatazz #E2035E

Tints of Razzmatazz #E2035E

Color information

#E2035E (or 0xE2035E) is unknown color: approx Razzmatazz. HEX triplet: E2, 03 and 5E. RGB value is (226,3,94). Sum of RGB (Red+Green+Blue) = 226+3+94=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2035E is #1DFCA1. Grayscale: #4F4F4F. Windows color (decimal): -1965218 or 6161378. OLE color: 6161378.

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

Color convert

RGB226394-
CMYK00.990.580.11
HSL335.52º97.38%44.9%-
HSV(B)335.52º98.67%88.63%-
XYZ33.4217.0412.12-
YUV80.05135.88232.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.97%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=69.97%
G=0.93%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22639400.990.580.11335.5297.3844.9
HexE235E0633AB150612d
Octal34231360143721352014155
Binary111000101110111100110001111101010111010100001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2035E; }

 p { color: rgb(226,3,94); }

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

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

 a { background-color: rgb(226,3,94); }

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

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

 span { border-color: rgb(226,3,94); }

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