#EB0A6F

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

Shades of Ruby #EB0A6F

Tints of Ruby #EB0A6F

Color information

#EB0A6F (or 0xEB0A6F) is unknown color: approx Ruby. HEX triplet: EB, 0A and 6F. RGB value is (235,10,111). Sum of RGB (Red+Green+Blue) = 235+10+111=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A6F is #14F590. Grayscale: #585858. Windows color (decimal): -1373585 or 7277291. OLE color: 7277291.

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

Color convert

RGB23510111-
CMYK00.960.530.08
HSL333.07º91.84%48.04%-
HSV(B)333.07º95.74%92.16%-
XYZ37.2419.0316.75-
YUV88.79140.54232.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.01%
GREEN value IS 10 (4.30% from 255) = 2.81%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=66.01%
G=2.81%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351011100.960.530.08333.0791.8448.04
HexEBA6F06035814d5c30
Octal353121570140651051513460
Binary11101011101011011110110000011010110001010011011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A6F; }

 p { color: rgb(235,10,111); }

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

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

 a { background-color: rgb(235,10,111); }

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

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

 span { border-color: rgb(235,10,111); }

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