Html Css Color HEX #E50774 Ruby

📋 copy color: '#E50774'

red 229 ◦ green 7 ◦ blue 116

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

Shades of Ruby #E50774

Tints of Ruby #E50774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 65.06%
G = 1.99%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E50774 (or 0xE50774) is known color: Ruby. HEX triplet: E5, 07 and 74. RGB value is (229,7,116). Sum of RGB (Red+Green+Blue) = 229+7+116=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50774 is #1AF88B. Grayscale: #555555. Windows color (decimal): -1767564 or 7604197. OLE color: 7604197.

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

Color convert

RGB 229 7 116 -
CMYK 0 0.97 0.49 0.10
HSL 330.54º 0.94% 0.46% -
HSV(B) 330.54º 0.97% 0.9% -
XYZ 35.54 18.07 18.14 -
YUV 85.8 145.05 230.14 -
System Red Green Blue C M Y K H S L
Decimal 229 7 116 0 0.97 0.49 0.10 330.54 0.94 0.46
Hex E5 7 74 0 61 31 A 14B 5E 2E
Octal 345 7 164 0 141 61 12 513 136 56
Binary 11100101 111 1110100 0 1100001 110001 1010 101001011 1011110 101110

Color Harmonies of #E50774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50774

Black with #E50774

Text Example


Text Example

White with #E50774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50774; }

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

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

background-color css

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

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

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

border-color css

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

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

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