#EB155D

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

Shades of Ruby #EB155D

Tints of Ruby #EB155D

Color information

#EB155D (or 0xEB155D) is unknown color: approx Ruby. HEX triplet: EB, 15 and 5D. RGB value is (235,21,93). Sum of RGB (Red+Green+Blue) = 235+21+93=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB155D is #14EAA2. Grayscale: #5D5D5D. Windows color (decimal): -1370787 or 6100459. OLE color: 6100459.

HSL color Cylindrical-coordinate representation of color #EB155D: hue angle of 339.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB155D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB2352193-
CMYK00.910.600.08
HSL339.81º84.25%50.2%-
HSV(B)339.81º91.06%92.16%-
XYZ36.518.9912.1-
YUV93.19127.9229.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.34%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=67.34%
G=6.02%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235219300.910.600.08339.8184.2550.2
HexEB155D05B3C81545432
Octal353251350133741052412462
Binary111010111010110111010101101111110010001010101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB155D; }

 p { color: rgb(235,21,93); }

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

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

 a { background-color: rgb(235,21,93); }

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

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

 span { border-color: rgb(235,21,93); }

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