#E8156A

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

Shades of Ruby #E8156A

Tints of Ruby #E8156A

Color information

#E8156A (or 0xE8156A) is unknown color: approx Ruby. HEX triplet: E8, 15 and 6A. RGB value is (232,21,106). Sum of RGB (Red+Green+Blue) = 232+21+106=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8156A is #17EA95. Grayscale: #5D5D5D. Windows color (decimal): -1567382 or 6952424. OLE color: 6952424.

HSL color Cylindrical-coordinate representation of color #E8156A: hue angle of 335.83º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8156A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB23221106-
CMYK00.910.540.09
HSL335.83º83.4%49.61%-
HSV(B)335.83º90.95%90.98%-
XYZ36.1518.7315.35-
YUV93.78134.9226.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.62%
GREEN value IS 21 (8.59% from 255) = 5.85%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=64.62%
G=5.85%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322110600.910.540.09335.8383.449.61
HexE8156A05B3691505332
Octal350251520133661152012362
Binary111010001010111010100101101111011010011010100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8156A; }

 p { color: rgb(232,21,106); }

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

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

 a { background-color: rgb(232,21,106); }

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

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

 span { border-color: rgb(232,21,106); }

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