#E50774

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

Shades of Ruby #E50774

Tints of Ruby #E50774

Color information

#E50774 (or 0xE50774) is unknown color: approx Ruby. HEX triplet: E5, 07 and 74. RGB value is (229,7,116). Sum of RGB (Red+Green+Blue) = 229+7+116=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50774 is #1AF88B. Grayscale: #555555. Windows color (decimal): -1767564 or 7604197. OLE color: 7604197.

HSL color Cylindrical-coordinate representation of color #E50774: hue angle of 330.54º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50774 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB2297116-
CMYK00.970.490.10
HSL330.54º94.07%46.27%-
HSV(B)330.54º96.94%89.8%-
XYZ35.5418.0718.14-
YUV85.8145.05230.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.06%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=65.06%
G=1.99%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229711600.970.490.10330.5494.0746.27
HexE577406131A14b5e2e
Octal34571640141611251313656
Binary1110010111111101000110000111000110101010010111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50774; }

 p { color: rgb(229,7,116); }

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

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

 a { background-color: rgb(229,7,116); }

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

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

 span { border-color: rgb(229,7,116); }

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