#e31f63

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

Shades of Ruby #E31F63

Tints of Ruby #E31F63

Color information

#E31F63 (or 0xE31F63) is unknown color: approx Ruby. HEX triplet: E3, 1F and 63. RGB value is (227,31,99). Sum of RGB (Red+Green+Blue) = 227+31+99=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31F63 is #1CE09C. Grayscale: #616161. Windows color (decimal): -1892509 or 6496227. OLE color: 6496227.

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

Color convert

RGB2273199-
CMYK00.860.560.11
HSL339.18º77.78%50.59%-
HSV(B)339.18º86.34%89.02%-
XYZ34.4218.2113.51-
YUV97.36128.93220.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.59%
GREEN value IS 31 (12.5% from 255) = 8.68%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=63.59%
G=8.68%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227319900.860.560.11339.1877.7850.59
HexE31F6305638B1534e33
Octal343371430126701352311663
Binary111000111111111000110101011011100010111010100111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e31f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e31f63; }

 p { color: rgb(227,31,99); }

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

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

 a { background-color: rgb(227,31,99); }

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

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

 span { border-color: rgb(227,31,99); }

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