Html Css Color HEX #E50779 Ruby

📋 copy color: '#E50779'

red 229 ◦ green 7 ◦ blue 121

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

Shades of Ruby #E50779

Tints of Ruby #E50779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 64.15%
G = 1.96%
B = 33.89%

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

#E50779 (or 0xE50779) is known color: Ruby. HEX triplet: E5, 07 and 79. RGB value is (229,7,121). Sum of RGB (Red+Green+Blue) = 229+7+121=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E50779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50779 is #1AF886. Grayscale: #565656. Windows color (decimal): -1767559 or 7931877. OLE color: 7931877.

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

Color convert

RGB 229 7 121 -
CMYK 0 0.97 0.47 0.10
HSL 329.19º 0.94% 0.46% -
HSV(B) 329.19º 0.97% 0.9% -
XYZ 35.84 18.19 19.71 -
YUV 86.37 147.55 229.73 -
System Red Green Blue C M Y K H S L
Decimal 229 7 121 0 0.97 0.47 0.10 329.19 0.94 0.46
Hex E5 7 79 0 61 2F A 149 5E 2E
Octal 345 7 171 0 141 57 12 511 136 56
Binary 11100101 111 1111001 0 1100001 101111 1010 101001001 1011110 101110

Color Harmonies of #E50779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50779

Black with #E50779

Text Example


Text Example

White with #E50779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50779; }

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

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

background-color css

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

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

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

border-color css

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

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

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