#E51E72

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

Shades of Ruby #E51E72

Tints of Ruby #E51E72

Color information

#E51E72 (or 0xE51E72) is unknown color: approx Ruby. HEX triplet: E5, 1E and 72. RGB value is (229,30,114). Sum of RGB (Red+Green+Blue) = 229+30+114=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E51E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51E72 is #1AE18D. Grayscale: #626262. Windows color (decimal): -1761678 or 7479013. OLE color: 7479013.

HSL color Cylindrical-coordinate representation of color #E51E72: hue angle of 334.67º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51E72 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB22930114-
CMYK00.870.500.10
HSL334.67º79.28%50.78%-
HSV(B)334.67º86.9%89.8%-
XYZ35.8118.817.66-
YUV99.08136.43220.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.39%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=61.39%
G=8.04%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293011400.870.500.10334.6779.2850.78
HexE51E7205732A14f4f33
Octal345361620127621251711763
Binary111001011111011100100101011111001010101010011111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51E72; }

 p { color: rgb(229,30,114); }

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

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

 a { background-color: rgb(229,30,114); }

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

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

 span { border-color: rgb(229,30,114); }

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