#EB1560

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

Shades of Ruby #EB1560

Tints of Ruby #EB1560

Color information

#EB1560 (or 0xEB1560) is unknown color: approx Ruby. HEX triplet: EB, 15 and 60. RGB value is (235,21,96). Sum of RGB (Red+Green+Blue) = 235+21+96=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1560 is #14EA9F. Grayscale: #5D5D5D. Windows color (decimal): -1370784 or 6297067. OLE color: 6297067.

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

Color convert

RGB2352196-
CMYK00.910.590.08
HSL338.97º84.25%50.2%-
HSV(B)338.97º91.06%92.16%-
XYZ36.6419.0412.81-
YUV93.54129.4228.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.76%
GREEN value IS 21 (8.59% from 255) = 5.97%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=66.76%
G=5.97%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235219600.910.590.08338.9784.2550.2
HexEB156005B3B81535432
Octal353251400133731052312462
Binary111010111010111000000101101111101110001010100111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1560; }

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

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

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

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

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

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

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

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