#E31473

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

Shades of Ruby #E31473

Tints of Ruby #E31473

Color information

#E31473 (or 0xE31473) is unknown color: approx Ruby. HEX triplet: E3, 14 and 73. RGB value is (227,20,115). Sum of RGB (Red+Green+Blue) = 227+20+115=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E31473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31473 is #1CEB8C. Grayscale: #5C5C5C. Windows color (decimal): -1895309 or 7541987. OLE color: 7541987.

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

Color convert

RGB22720115-
CMYK00.910.490.11
HSL332.46º83.81%48.43%-
HSV(B)332.46º91.19%89.02%-
XYZ35.0218.0717.86-
YUV92.72140.58223.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 62.71%
GREEN value IS 20 (8.20% from 255) = 5.52%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=62.71%
G=5.52%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272011500.910.490.11332.4683.8148.43
HexE3147305B31B14c5430
Octal343241630133611351412460
Binary111000111010011100110101101111000110111010011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31473; }

 p { color: rgb(227,20,115); }

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

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

 a { background-color: rgb(227,20,115); }

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

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

 span { border-color: rgb(227,20,115); }

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