Html Css Color HEX #E50379 Ruby

📋 copy color: '#E50379'

red 229 ◦ green 3 ◦ blue 121

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

Shades of Ruby #E50379

Tints of Ruby #E50379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 64.87%
G = 0.85%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E50379 (or 0xE50379) is known color: Ruby. HEX triplet: E5, 03 and 79. RGB value is (229,3,121). Sum of RGB (Red+Green+Blue) = 229+3+121=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E50379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50379 is #1AFC86. Grayscale: #535353. Windows color (decimal): -1768583 or 7930853. OLE color: 7930853.

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

Color convert

RGB 229 3 121 -
CMYK 0 0.99 0.47 0.10
HSL 328.67º 0.97% 0.45% -
HSV(B) 328.67º 0.99% 0.9% -
XYZ 35.8 18.1 19.7 -
YUV 84.03 148.87 231.41 -
System Red Green Blue C M Y K H S L
Decimal 229 3 121 0 0.99 0.47 0.10 328.67 0.97 0.45
Hex E5 3 79 0 63 2F A 149 61 2D
Octal 345 3 171 0 143 57 12 511 141 55
Binary 11100101 11 1111001 0 1100011 101111 1010 101001001 1100001 101101

Color Harmonies of #E50379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50379

Black with #E50379

Text Example


Text Example

White with #E50379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50379; }

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

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

background-color css

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

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

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

border-color css

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

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

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