Html Css Color HEX #E50377 Ruby

📋 copy color: '#E50377'

red 229 ◦ green 3 ◦ blue 119

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

Shades of Ruby #E50377

Tints of Ruby #E50377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 65.24%
G = 0.85%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E50377 (or 0xE50377) is known color: Ruby. HEX triplet: E5, 03 and 77. RGB value is (229,3,119). Sum of RGB (Red+Green+Blue) = 229+3+119=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E50377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50377 is #1AFC88. Grayscale: #535353. Windows color (decimal): -1768585 or 7799781. OLE color: 7799781.

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

Color convert

RGB 229 3 119 -
CMYK 0 0.99 0.48 0.10
HSL 329.2º 0.97% 0.45% -
HSV(B) 329.2º 0.99% 0.9% -
XYZ 35.68 18.06 19.06 -
YUV 83.8 147.87 231.57 -
System Red Green Blue C M Y K H S L
Decimal 229 3 119 0 0.99 0.48 0.10 329.2 0.97 0.45
Hex E5 3 77 0 63 30 A 149 61 2D
Octal 345 3 167 0 143 60 12 511 141 55
Binary 11100101 11 1110111 0 1100011 110000 1010 101001001 1100001 101101

Color Harmonies of #E50377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50377

Black with #E50377

Text Example


Text Example

White with #E50377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50377; }

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

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

background-color css

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

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

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

border-color css

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

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

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