#E3167A

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

Shades of Ruby #E3167A

Tints of Ruby #E3167A

Color information

#E3167A (or 0xE3167A) is unknown color: approx Ruby. HEX triplet: E3, 16 and 7A. RGB value is (227,22,122). Sum of RGB (Red+Green+Blue) = 227+22+122=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3167A is #1CE985. Grayscale: #5E5E5E. Windows color (decimal): -1894790 or 8001251. OLE color: 8001251.

HSL color Cylindrical-coordinate representation of color #E3167A: hue angle of 330.73º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3167A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB22722122-
CMYK00.900.460.11
HSL330.73º82.33%48.82%-
HSV(B)330.73º90.31%89.02%-
XYZ35.4818.3120.08-
YUV94.7143.42222.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.19%
GREEN value IS 22 (8.98% from 255) = 5.93%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=61.19%
G=5.93%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272212200.900.460.11330.7382.3348.82
HexE3167A05A2EB14b5231
Octal343261720132561351312261
Binary111000111011011110100101101010111010111010010111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3167A; }

 p { color: rgb(227,22,122); }

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

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

 a { background-color: rgb(227,22,122); }

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

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

 span { border-color: rgb(227,22,122); }

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