#E31656

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

Shades of Ruby #E31656

Tints of Ruby #E31656

Color information

#E31656 (or 0xE31656) is unknown color: approx Ruby. HEX triplet: E3, 16 and 56. RGB value is (227,22,86). Sum of RGB (Red+Green+Blue) = 227+22+86=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E31656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31656 is #1CE9A9. Grayscale: #5A5A5A. Windows color (decimal): -1894826 or 5641955. OLE color: 5641955.

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

Color convert

RGB2272286-
CMYK00.900.620.11
HSL341.27º82.33%48.82%-
HSV(B)341.27º90.31%89.02%-
XYZ33.6517.5810.42-
YUV90.59125.42225.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.76%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=67.76%
G=6.57%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227228600.900.620.11341.2782.3348.82
HexE3165605A3EB1555231
Octal343261260132761352512261
Binary111000111011010101100101101011111010111010101011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31656; }

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

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

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

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

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

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

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

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