#e50f7b

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

Shades of Ruby #E50F7B

Tints of Ruby #E50F7B

Color information

#E50F7B (or 0xE50F7B) is unknown color: approx Ruby. HEX triplet: E5, 0F and 7B. RGB value is (229,15,123). Sum of RGB (Red+Green+Blue) = 229+15+123=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F7B is #1AF084. Grayscale: #5B5B5B. Windows color (decimal): -1765509 or 8064997. OLE color: 8064997.

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

Color convert

RGB22915123-
CMYK00.930.460.10
HSL329.72º87.7%47.84%-
HSV(B)329.72º93.45%89.8%-
XYZ36.0618.4320.4-
YUV91.3145.9226.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.40%
GREEN value IS 15 (6.25% from 255) = 4.09%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=62.40%
G=4.09%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291512300.930.460.10329.7287.747.84
HexE5F7B05D2EA14a5830
Octal345171730135561251213060
Binary11100101111111110110101110110111010101010010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50f7b; }

 p { color: rgb(229,15,123); }

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

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

 a { background-color: rgb(229,15,123); }

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

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

 span { border-color: rgb(229,15,123); }

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