#E3165D

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

Shades of Ruby #E3165D

Tints of Ruby #E3165D

Color information

#E3165D (or 0xE3165D) is unknown color: approx Ruby. HEX triplet: E3, 16 and 5D. RGB value is (227,22,93). Sum of RGB (Red+Green+Blue) = 227+22+93=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3165D is #1CE9A2. Grayscale: #5B5B5B. Windows color (decimal): -1894819 or 6100707. OLE color: 6100707.

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

Color convert

RGB2272293-
CMYK00.900.590.11
HSL339.22º82.33%48.82%-
HSV(B)339.22º90.31%89.02%-
XYZ33.9417.711.98-
YUV91.39128.92224.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.37%
GREEN value IS 22 (8.98% from 255) = 6.43%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=66.37%
G=6.43%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227229300.900.590.11339.2282.3348.82
HexE3165D05A3BB1535231
Octal343261350132731352312261
Binary111000111011010111010101101011101110111010100111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3165D; }

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

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

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

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

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

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

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

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