Html Css Color HEX #E50877 Ruby

📋 copy color: '#E50877'

red 229 ◦ green 8 ◦ blue 119

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

Shades of Ruby #E50877

Tints of Ruby #E50877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

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

R = 64.33%
G = 2.25%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E50877 (or 0xE50877) is known color: Ruby. HEX triplet: E5, 08 and 77. RGB value is (229,8,119). Sum of RGB (Red+Green+Blue) = 229+8+119=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50877 is #1AF788. Grayscale: #565656. Windows color (decimal): -1767305 or 7801061. OLE color: 7801061.

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

Color convert

RGB 229 8 119 -
CMYK 0 0.97 0.48 0.10
HSL 329.86º 0.93% 0.46% -
HSV(B) 329.86º 0.97% 0.9% -
XYZ 35.73 18.16 19.08 -
YUV 86.73 146.22 229.47 -
System Red Green Blue C M Y K H S L
Decimal 229 8 119 0 0.97 0.48 0.10 329.86 0.93 0.46
Hex E5 8 77 0 61 30 A 14A 5D 2E
Octal 345 10 167 0 141 60 12 512 135 56
Binary 11100101 1000 1110111 0 1100001 110000 1010 101001010 1011101 101110

Color Harmonies of #E50877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50877

Black with #E50877

Text Example


Text Example

White with #E50877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50877; }

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

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

background-color css

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

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

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

border-color css

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

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

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