#E3116E

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

Shades of Ruby #E3116E

Tints of Ruby #E3116E

Color information

#E3116E (or 0xE3116E) is unknown color: approx Ruby. HEX triplet: E3, 11 and 6E. RGB value is (227,17,110). Sum of RGB (Red+Green+Blue) = 227+17+110=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3116E is #1CEE91. Grayscale: #5A5A5A. Windows color (decimal): -1896082 or 7213539. OLE color: 7213539.

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

Color convert

RGB22717110-
CMYK00.930.520.11
HSL333.43º86.07%47.84%-
HSV(B)333.43º92.51%89.02%-
XYZ34.6917.8616.37-
YUV90.39139.07225.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.12%
GREEN value IS 17 (7.03% from 255) = 4.80%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=64.12%
G=4.80%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271711000.930.520.11333.4386.0747.84
HexE3116E05D34B14d5630
Octal343211560135641351512660
Binary111000111000111011100101110111010010111010011011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3116E; }

 p { color: rgb(227,17,110); }

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

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

 a { background-color: rgb(227,17,110); }

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

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

 span { border-color: rgb(227,17,110); }

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