Html Css Color HEX #E50477 Ruby

📋 copy color: '#E50477'

red 229 ◦ green 4 ◦ blue 119

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

Shades of Ruby #E50477

Tints of Ruby #E50477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 65.06%
G = 1.14%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E50477 (or 0xE50477) is known color: Ruby. HEX triplet: E5, 04 and 77. RGB value is (229,4,119). Sum of RGB (Red+Green+Blue) = 229+4+119=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50477 is #1AFB88. Grayscale: #545454. Windows color (decimal): -1768329 or 7800037. OLE color: 7800037.

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

Color convert

RGB 229 4 119 -
CMYK 0 0.98 0.48 0.10
HSL 329.33º 0.97% 0.46% -
HSV(B) 329.33º 0.98% 0.9% -
XYZ 35.69 18.08 19.06 -
YUV 84.39 147.54 231.15 -
System Red Green Blue C M Y K H S L
Decimal 229 4 119 0 0.98 0.48 0.10 329.33 0.97 0.46
Hex E5 4 77 0 62 30 A 149 61 2E
Octal 345 4 167 0 142 60 12 511 141 56
Binary 11100101 100 1110111 0 1100010 110000 1010 101001001 1100001 101110

Color Harmonies of #E50477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50477

Black with #E50477

Text Example


Text Example

White with #E50477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50477; }

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

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

background-color css

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

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

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

border-color css

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

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

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