#EB1B6E

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

Shades of Ruby #EB1B6E

Tints of Ruby #EB1B6E

Color information

#EB1B6E (or 0xEB1B6E) is unknown color: approx Ruby. HEX triplet: EB, 1B and 6E. RGB value is (235,27,110). Sum of RGB (Red+Green+Blue) = 235+27+110=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1B6E is #14E491. Grayscale: #626262. Windows color (decimal): -1369234 or 7216107. OLE color: 7216107.

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

Color convert

RGB23527110-
CMYK00.890.530.08
HSL336.06º83.87%51.37%-
HSV(B)336.06º88.51%92.16%-
XYZ37.4719.5716.55-
YUV98.65134.41225.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.17%
GREEN value IS 27 (10.94% from 255) = 7.26%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=63.17%
G=7.26%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352711000.890.530.08336.0683.8751.37
HexEB1B6E0593581505433
Octal353331560131651052012463
Binary111010111101111011100101100111010110001010100001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1B6E; }

 p { color: rgb(235,27,110); }

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

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

 a { background-color: rgb(235,27,110); }

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

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

 span { border-color: rgb(235,27,110); }

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