Html Css Color HEX #E50878 Ruby

📋 copy color: '#E50878'

red 229 ◦ green 8 ◦ blue 120

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

Shades of Ruby #E50878

Tints of Ruby #E50878

RGB

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

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

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

R = 64.15%
G = 2.24%
B = 33.61%

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

#E50878 (or 0xE50878) is known color: Ruby. HEX triplet: E5, 08 and 78. RGB value is (229,8,120). Sum of RGB (Red+Green+Blue) = 229+8+120=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E50878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50878 is #1AF787. Grayscale: #565656. Windows color (decimal): -1767304 or 7866597. OLE color: 7866597.

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

Color convert

RGB 229 8 120 -
CMYK 0 0.97 0.48 0.10
HSL 329.59º 0.93% 0.46% -
HSV(B) 329.59º 0.97% 0.9% -
XYZ 35.79 18.19 19.39 -
YUV 86.85 146.72 229.39 -
System Red Green Blue C M Y K H S L
Decimal 229 8 120 0 0.97 0.48 0.10 329.59 0.93 0.46
Hex E5 8 78 0 61 30 A 14A 5D 2E
Octal 345 10 170 0 141 60 12 512 135 56
Binary 11100101 1000 1111000 0 1100001 110000 1010 101001010 1011101 101110

Color Harmonies of #E50878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50878

Black with #E50878

Text Example


Text Example

White with #E50878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50878; }

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

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

background-color css

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

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

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

border-color css

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

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

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