Html Css Color HEX #E50B73 Ruby

📋 copy color: '#E50B73'

red 229 ◦ green 11 ◦ blue 115

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

Shades of Ruby #E50B73

Tints of Ruby #E50B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.1%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 64.51%
G = 3.1%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E50B73 (or 0xE50B73) is known color: Ruby. HEX triplet: E5, 0B and 73. RGB value is (229,11,115). Sum of RGB (Red+Green+Blue) = 229+11+115=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50B73 is #1AF48C. Grayscale: #575757. Windows color (decimal): -1766541 or 7539685. OLE color: 7539685.

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

Color convert

RGB 229 11 115 -
CMYK 0 0.95 0.50 0.10
HSL 331.38º 0.91% 0.47% -
HSV(B) 331.38º 0.95% 0.9% -
XYZ 35.53 18.14 17.85 -
YUV 88.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 229 11 115 0 0.95 0.50 0.10 331.38 0.91 0.47
Hex E5 B 73 0 5F 32 A 14B 5B 2F
Octal 345 13 163 0 137 62 12 513 133 57
Binary 11100101 1011 1110011 0 1011111 110010 1010 101001011 1011011 101111

Color Harmonies of #E50B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50B73

Black with #E50B73

Text Example


Text Example

White with #E50B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50B73; }

 p { color: rgb(229,11,115); }

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

background-color css

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

 a { background-color: rgb(229,11,115); }

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

border-color css

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

 span { border-color: rgb(229,11,115); }

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