#E3165C

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

Shades of Ruby #E3165C

Tints of Ruby #E3165C

Color information

#E3165C (or 0xE3165C) is unknown color: approx Ruby. HEX triplet: E3, 16 and 5C. RGB value is (227,22,92). Sum of RGB (Red+Green+Blue) = 227+22+92=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3165C is #1CE9A3. Grayscale: #5B5B5B. Windows color (decimal): -1894820 or 6035171. OLE color: 6035171.

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

Color convert

RGB2272292-
CMYK00.900.590.11
HSL339.51º82.33%48.82%-
HSV(B)339.51º90.31%89.02%-
XYZ33.917.6811.75-
YUV91.28128.42224.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.57%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=66.57%
G=6.45%
B=26.98%

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
Decimal227229200.900.590.11339.5182.3348.82
HexE3165C05A3BB1545231
Octal343261340132731352412261
Binary111000111011010111000101101011101110111010101001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3165C; }

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

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

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

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

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

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

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

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