#EB106D

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

Shades of Ruby #EB106D

Tints of Ruby #EB106D

Color information

#EB106D (or 0xEB106D) is unknown color: approx Ruby. HEX triplet: EB, 10 and 6D. RGB value is (235,16,109). Sum of RGB (Red+Green+Blue) = 235+16+109=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB106D is #14EF92. Grayscale: #5B5B5B. Windows color (decimal): -1372051 or 7147755. OLE color: 7147755.

HSL color Cylindrical-coordinate representation of color #EB106D: hue angle of 334.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB106D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB23516109-
CMYK00.930.540.08
HSL334.52º87.25%49.22%-
HSV(B)334.52º93.19%92.16%-
XYZ37.2119.1416.2-
YUV92.08137.55229.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.28%
GREEN value IS 16 (6.64% from 255) = 4.44%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=65.28%
G=4.44%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351610900.930.540.08334.5287.2549.22
HexEB106D05D36814f5731
Octal353201550135661051712761
Binary111010111000011011010101110111011010001010011111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB106D; }

 p { color: rgb(235,16,109); }

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

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

 a { background-color: rgb(235,16,109); }

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

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

 span { border-color: rgb(235,16,109); }

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