#E8156C

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

Shades of Ruby #E8156C

Tints of Ruby #E8156C

Color information

#E8156C (or 0xE8156C) is unknown color: approx Ruby. HEX triplet: E8, 15 and 6C. RGB value is (232,21,108). Sum of RGB (Red+Green+Blue) = 232+21+108=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8156C is #17EA93. Grayscale: #5D5D5D. Windows color (decimal): -1567380 or 7083496. OLE color: 7083496.

HSL color Cylindrical-coordinate representation of color #E8156C: hue angle of 335.26º 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 #E8156C is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB23221108-
CMYK00.910.530.09
HSL335.26º83.4%49.61%-
HSV(B)335.26º90.95%90.98%-
XYZ36.2518.7715.9-
YUV94.01135.9226.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.27%
GREEN value IS 21 (8.59% from 255) = 5.82%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=64.27%
G=5.82%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322110800.910.530.09335.2683.449.61
HexE8156C05B35914f5332
Octal350251540133651151712362
Binary111010001010111011000101101111010110011010011111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8156C; }

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

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

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

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

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

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

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

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