#E8155F

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

Shades of Ruby #E8155F

Tints of Ruby #E8155F

Color information

#E8155F (or 0xE8155F) is unknown color: approx Ruby. HEX triplet: E8, 15 and 5F. RGB value is (232,21,95). Sum of RGB (Red+Green+Blue) = 232+21+95=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E8155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8155F is #17EAA0. Grayscale: #5C5C5C. Windows color (decimal): -1567393 or 6231528. OLE color: 6231528.

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

Color convert

RGB2322195-
CMYK00.910.590.09
HSL338.96º83.4%49.61%-
HSV(B)338.96º90.95%90.98%-
XYZ35.6118.5212.52-
YUV92.52129.4227.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=66.67%
G=6.03%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232219500.910.590.09338.9683.449.61
HexE8155F05B3B91535332
Octal350251370133731152312362
Binary111010001010110111110101101111101110011010100111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8155F; }

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

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

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

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

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

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

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

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