#EB1D60

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

Shades of Ruby #EB1D60

Tints of Ruby #EB1D60

Color information

#EB1D60 (or 0xEB1D60) is unknown color: approx Ruby. HEX triplet: EB, 1D and 60. RGB value is (235,29,96). Sum of RGB (Red+Green+Blue) = 235+29+96=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D60 is #14E29F. Grayscale: #626262. Windows color (decimal): -1368736 or 6299115. OLE color: 6299115.

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

Color convert

RGB2352996-
CMYK00.880.590.08
HSL340.49º83.74%51.76%-
HSV(B)340.49º87.66%92.16%-
XYZ36.8119.3912.87-
YUV98.23126.75225.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.28%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=65.28%
G=8.06%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235299600.880.590.08340.4983.7451.76
HexEB1D600583B81545434
Octal353351400130731052412464
Binary111010111110111000000101100011101110001010101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1D60; }

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

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

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

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

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

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

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

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