#E22071

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

Shades of Ruby #E22071

Tints of Ruby #E22071

Color information

#E22071 (or 0xE22071) is unknown color: approx Ruby. HEX triplet: E2, 20 and 71. RGB value is (226,32,113). Sum of RGB (Red+Green+Blue) = 226+32+113=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E22071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22071 is #1DDF8E. Grayscale: #636363. Windows color (decimal): -1957775 or 7413986. OLE color: 7413986.

HSL color Cylindrical-coordinate representation of color #E22071: hue angle of 334.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22071 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB22632113-
CMYK00.860.50.11
HSL334.95º76.98%50.59%-
HSV(B)334.95º85.84%88.63%-
XYZ34.8618.3917.34-
YUV99.24135.77218.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.92%
GREEN value IS 32 (12.89% from 255) = 8.63%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=60.92%
G=8.63%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263211300.860.50.11334.9576.9850.59
HexE2207105632B14f4d33
Octal342401610126621351711563
Binary1110001010000011100010101011011001010111010011111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22071; }

 p { color: rgb(226,32,113); }

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

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

 a { background-color: rgb(226,32,113); }

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

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

 span { border-color: rgb(226,32,113); }

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