Html Css Color HEX #E50879 Ruby

📋 copy color: '#E50879'

red 229 ◦ green 8 ◦ blue 121

#E50879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #E50879

Tints of Ruby #E50879

RGB

 RED value IS 229 (89.84% from 255) = 63.97%

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 63.97%
G = 2.23%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E50879 (or 0xE50879) is known color: Ruby. HEX triplet: E5, 08 and 79. RGB value is (229,8,121). Sum of RGB (Red+Green+Blue) = 229+8+121=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E50879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50879 is #1AF786. Grayscale: #565656. Windows color (decimal): -1767303 or 7932133. OLE color: 7932133.

HSL color Cylindrical-coordinate representation of color #E50879: hue angle of 329.32º degrees, saturation: 0.93, 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 #E50879 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 8 121 -
CMYK 0 0.97 0.47 0.10
HSL 329.32º 0.93% 0.46% -
HSV(B) 329.32º 0.97% 0.9% -
XYZ 35.85 18.21 19.71 -
YUV 86.96 147.22 229.31 -
System Red Green Blue C M Y K H S L
Decimal 229 8 121 0 0.97 0.47 0.10 329.32 0.93 0.46
Hex E5 8 79 0 61 2F A 149 5D 2E
Octal 345 10 171 0 141 57 12 511 135 56
Binary 11100101 1000 1111001 0 1100001 101111 1010 101001001 1011101 101110

Color Harmonies of #E50879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50879

Black with #E50879

Text Example


Text Example

White with #E50879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50879; }

 p { color: rgb(229,8,121); }

 H1.HeaderClassName
 {
   color: #E50879;
 }
 .AnyTagClassName
 {
   color: #E50879;
 }
</style>

background-color css

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

 a { background-color: rgb(229,8,121); }

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

border-color css

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

 span { border-color: rgb(229,8,121); }

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