Html Css Color HEX #E50679 Ruby

📋 copy color: '#E50679'

red 229 ◦ green 6 ◦ blue 121

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

Shades of Ruby #E50679

Tints of Ruby #E50679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

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

R = 64.33%
G = 1.69%
B = 33.99%

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

#E50679 (or 0xE50679) is known color: Ruby. HEX triplet: E5, 06 and 79. RGB value is (229,6,121). Sum of RGB (Red+Green+Blue) = 229+6+121=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50679 is #1AF986. Grayscale: #555555. Windows color (decimal): -1767815 or 7931621. OLE color: 7931621.

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

Color convert

RGB 229 6 121 -
CMYK 0 0.97 0.47 0.10
HSL 329.06º 0.95% 0.46% -
HSV(B) 329.06º 0.97% 0.9% -
XYZ 35.83 18.17 19.71 -
YUV 85.79 147.88 230.15 -
System Red Green Blue C M Y K H S L
Decimal 229 6 121 0 0.97 0.47 0.10 329.06 0.95 0.46
Hex E5 6 79 0 61 2F A 149 5F 2E
Octal 345 6 171 0 141 57 12 511 137 56
Binary 11100101 110 1111001 0 1100001 101111 1010 101001001 1011111 101110

Color Harmonies of #E50679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50679

Black with #E50679

Text Example


Text Example

White with #E50679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50679; }

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

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

background-color css

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

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

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

border-color css

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

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

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