#E10A6D

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

Shades of Ruby #E10A6D

Tints of Ruby #E10A6D

Color information

#E10A6D (or 0xE10A6D) is unknown color: approx Ruby. HEX triplet: E1, 0A and 6D. RGB value is (225,10,109). Sum of RGB (Red+Green+Blue) = 225+10+109=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A6D is #1EF592. Grayscale: #555555. Windows color (decimal): -2028947 or 7146209. OLE color: 7146209.

HSL color Cylindrical-coordinate representation of color #E10A6D: hue angle of 332.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A6D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22510109-
CMYK00.960.520.12
HSL332.37º91.49%46.08%-
HSV(B)332.37º95.56%88.24%-
XYZ33.9217.3316.02-
YUV85.57141.23227.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.41%
GREEN value IS 10 (4.30% from 255) = 2.91%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=65.41%
G=2.91%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251010900.960.520.12332.3791.4946.08
HexE1A6D06034C14c5b2e
Octal341121550140641451413356
Binary11100001101011011010110000011010011001010011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A6D; }

 p { color: rgb(225,10,109); }

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

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

 a { background-color: rgb(225,10,109); }

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

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

 span { border-color: rgb(225,10,109); }

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