Html Css Color HEX #E50778 Ruby

📋 copy color: '#E50778'

red 229 ◦ green 7 ◦ blue 120

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

Shades of Ruby #E50778

Tints of Ruby #E50778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 64.33%
G = 1.97%
B = 33.71%

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

#E50778 (or 0xE50778) is known color: Ruby. HEX triplet: E5, 07 and 78. RGB value is (229,7,120). Sum of RGB (Red+Green+Blue) = 229+7+120=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50778 is #1AF887. Grayscale: #565656. Windows color (decimal): -1767560 or 7866341. OLE color: 7866341.

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

Color convert

RGB 229 7 120 -
CMYK 0 0.97 0.48 0.10
HSL 329.46º 0.94% 0.46% -
HSV(B) 329.46º 0.97% 0.9% -
XYZ 35.78 18.17 19.39 -
YUV 86.26 147.05 229.81 -
System Red Green Blue C M Y K H S L
Decimal 229 7 120 0 0.97 0.48 0.10 329.46 0.94 0.46
Hex E5 7 78 0 61 30 A 149 5E 2E
Octal 345 7 170 0 141 60 12 511 136 56
Binary 11100101 111 1111000 0 1100001 110000 1010 101001001 1011110 101110

Color Harmonies of #E50778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50778

Black with #E50778

Text Example


Text Example

White with #E50778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50778; }

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

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

background-color css

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

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

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

border-color css

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

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

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