#e31966

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

Shades of Ruby #E31966

Tints of Ruby #E31966

Color information

#E31966 (or 0xE31966) is unknown color: approx Ruby. HEX triplet: E3, 19 and 66. RGB value is (227,25,102). Sum of RGB (Red+Green+Blue) = 227+25+102=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E31966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31966 is #1CE699. Grayscale: #5E5E5E. Windows color (decimal): -1894042 or 6691299. OLE color: 6691299.

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

Color convert

RGB22725102-
CMYK00.890.550.11
HSL337.13º80.16%49.41%-
HSV(B)337.13º88.99%89.02%-
XYZ34.4217.9914.23-
YUV94.18132.42222.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.12%
GREEN value IS 25 (10.16% from 255) = 7.06%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=64.12%
G=7.06%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272510200.890.550.11337.1380.1649.41
HexE3196605937B1515031
Octal343311460131671352112061
Binary111000111100111001100101100111011110111010100011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e31966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e31966; }

 p { color: rgb(227,25,102); }

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

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

 a { background-color: rgb(227,25,102); }

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

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

 span { border-color: rgb(227,25,102); }

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