#EB166A

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

Shades of Ruby #EB166A

Tints of Ruby #EB166A

Color information

#EB166A (or 0xEB166A) is unknown color: approx Ruby. HEX triplet: EB, 16 and 6A. RGB value is (235,22,106). Sum of RGB (Red+Green+Blue) = 235+22+106=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB166A is #14E995. Grayscale: #5F5F5F. Windows color (decimal): -1370518 or 6952683. OLE color: 6952683.

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

Color convert

RGB23522106-
CMYK00.910.550.08
HSL336.34º84.19%50.39%-
HSV(B)336.34º90.64%92.16%-
XYZ37.1519.2815.4-
YUV95.26134.07227.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.74%
GREEN value IS 22 (8.98% from 255) = 6.06%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=64.74%
G=6.06%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352210600.910.550.08336.3484.1950.39
HexEB166A05B3781505432
Octal353261520133671052012462
Binary111010111011011010100101101111011110001010100001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB166A; }

 p { color: rgb(235,22,106); }

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

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

 a { background-color: rgb(235,22,106); }

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

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

 span { border-color: rgb(235,22,106); }

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