#e50a7d

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

Shades of Ruby #E50A7D

Tints of Ruby #E50A7D

Color information

#E50A7D (or 0xE50A7D) is unknown color: approx Ruby. HEX triplet: E5, 0A and 7D. RGB value is (229,10,125). Sum of RGB (Red+Green+Blue) = 229+10+125=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A7D is #1AF582. Grayscale: #585858. Windows color (decimal): -1766787 or 8194789. OLE color: 8194789.

HSL color Cylindrical-coordinate representation of color #E50A7D: hue angle of 328.49º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A7D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB22910125-
CMYK00.960.450.10
HSL328.49º91.63%46.86%-
HSV(B)328.49º95.63%89.8%-
XYZ36.1218.3621.04-
YUV88.59148.55228.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.91%
GREEN value IS 10 (4.30% from 255) = 2.75%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=62.91%
G=2.75%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291012500.960.450.10328.4991.6346.86
HexE5A7D0602DA1485c2f
Octal345121750140551251013457
Binary11100101101011111010110000010110110101010010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50a7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50a7d; }

 p { color: rgb(229,10,125); }

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

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

 a { background-color: rgb(229,10,125); }

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

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

 span { border-color: rgb(229,10,125); }

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