Html Css Color HEX #E50978 Ruby

📋 copy color: '#E50978'

red 229 ◦ green 9 ◦ blue 120

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

Shades of Ruby #E50978

Tints of Ruby #E50978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

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

R = 63.97%
G = 2.51%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E50978 (or 0xE50978) is known color: Ruby. HEX triplet: E5, 09 and 78. RGB value is (229,9,120). Sum of RGB (Red+Green+Blue) = 229+9+120=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E50978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50978 is #1AF687. Grayscale: #575757. Windows color (decimal): -1767048 or 7866853. OLE color: 7866853.

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

Color convert

RGB 229 9 120 -
CMYK 0 0.96 0.48 0.10
HSL 329.73º 0.92% 0.47% -
HSV(B) 329.73º 0.96% 0.9% -
XYZ 35.8 18.21 19.4 -
YUV 87.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 229 9 120 0 0.96 0.48 0.10 329.73 0.92 0.47
Hex E5 9 78 0 60 30 A 14A 5C 2F
Octal 345 11 170 0 140 60 12 512 134 57
Binary 11100101 1001 1111000 0 1100000 110000 1010 101001010 1011100 101111

Color Harmonies of #E50978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50978

Black with #E50978

Text Example


Text Example

White with #E50978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50978; }

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

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

background-color css

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

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

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

border-color css

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

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

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