#E5156E

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

Shades of Ruby #E5156E

Tints of Ruby #E5156E

Color information

#E5156E (or 0xE5156E) is unknown color: approx Ruby. HEX triplet: E5, 15 and 6E. RGB value is (229,21,110). Sum of RGB (Red+Green+Blue) = 229+21+110=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5156E is #1AEA91. Grayscale: #5D5D5D. Windows color (decimal): -1763986 or 7214565. OLE color: 7214565.

HSL color Cylindrical-coordinate representation of color #E5156E: hue angle of 334.33º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5156E is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB22921110-
CMYK00.910.520.10
HSL334.33º83.2%49.02%-
HSV(B)334.33º90.83%89.8%-
XYZ35.418.3216.42-
YUV93.34137.41224.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.61%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=63.61%
G=5.83%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292111000.910.520.10334.3383.249.02
HexE5156E05B34A14e5331
Octal345251560133641251612361
Binary111001011010111011100101101111010010101010011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5156E; }

 p { color: rgb(229,21,110); }

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

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

 a { background-color: rgb(229,21,110); }

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

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

 span { border-color: rgb(229,21,110); }

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