#EB1279

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

Shades of Ruby #EB1279

Tints of Ruby #EB1279

Color information

#EB1279 (or 0xEB1279) is unknown color: approx Ruby. HEX triplet: EB, 12 and 79. RGB value is (235,18,121). Sum of RGB (Red+Green+Blue) = 235+18+121=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1279 is #14ED86. Grayscale: #5E5E5E. Windows color (decimal): -1371527 or 7934699. OLE color: 7934699.

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

Color convert

RGB23518121-
CMYK00.920.490.08
HSL331.52º85.77%49.61%-
HSV(B)331.52º92.34%92.16%-
XYZ37.9319.4819.85-
YUV94.62142.89228.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.83%
GREEN value IS 18 (7.42% from 255) = 4.81%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=62.83%
G=4.81%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351812100.920.490.08331.5285.7749.61
HexEB127905C31814c5632
Octal353221710134611051412662
Binary111010111001011110010101110011000110001010011001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1279; }

 p { color: rgb(235,18,121); }

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

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

 a { background-color: rgb(235,18,121); }

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

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

 span { border-color: rgb(235,18,121); }

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