#E20161

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

Shades of Razzmatazz #E20161

Tints of Razzmatazz #E20161

Color information

#E20161 (or 0xE20161) is unknown color: approx Razzmatazz. HEX triplet: E2, 01 and 61. RGB value is (226,1,97). Sum of RGB (Red+Green+Blue) = 226+1+97=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E20161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20161 is #1DFE9E. Grayscale: #4F4F4F. Windows color (decimal): -1965727 or 6357474. OLE color: 6357474.

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

Color convert

RGB226197-
CMYK01.000.570.11
HSL334.4º99.12%44.51%-
HSV(B)334.4º99.56%88.63%-
XYZ33.5317.0512.83-
YUV79.22138.04232.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.75%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=69.75%
G=0.31%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619701.000.570.11334.499.1244.51
HexE216106439B14e632d
Octal34211410144711351614355
Binary11100010111000010110010011100110111010011101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20161; }

 p { color: rgb(226,1,97); }

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

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

 a { background-color: rgb(226,1,97); }

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

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

 span { border-color: rgb(226,1,97); }

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