#E8196E

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

Shades of Ruby #E8196E

Tints of Ruby #E8196E

Color information

#E8196E (or 0xE8196E) is unknown color: approx Ruby. HEX triplet: E8, 19 and 6E. RGB value is (232,25,110). Sum of RGB (Red+Green+Blue) = 232+25+110=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E8196E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8196E is #17E691. Grayscale: #606060. Windows color (decimal): -1566354 or 7215592. OLE color: 7215592.

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

Color convert

RGB23225110-
CMYK00.890.530.09
HSL335.36º81.82%50.39%-
HSV(B)335.36º89.22%90.98%-
XYZ36.4418.9816.49-
YUV96.58135.58224.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.22%
GREEN value IS 25 (10.16% from 255) = 6.81%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=63.22%
G=6.81%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322511000.890.530.09335.3681.8250.39
HexE8196E05935914f5232
Octal350311560131651151712262
Binary111010001100111011100101100111010110011010011111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8196E; }

 p { color: rgb(232,25,110); }

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

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

 a { background-color: rgb(232,25,110); }

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

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

 span { border-color: rgb(232,25,110); }

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