Html Css Color HEX #E50573 Ruby

📋 copy color: '#E50573'

red 229 ◦ green 5 ◦ blue 115

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

Shades of Ruby #E50573

Tints of Ruby #E50573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

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

R = 65.62%
G = 1.43%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E50573 (or 0xE50573) is known color: Ruby. HEX triplet: E5, 05 and 73. RGB value is (229,5,115). Sum of RGB (Red+Green+Blue) = 229+5+115=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E50573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50573 is #1AFA8C. Grayscale: #545454. Windows color (decimal): -1768077 or 7538149. OLE color: 7538149.

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

Color convert

RGB 229 5 115 -
CMYK 0 0.98 0.50 0.10
HSL 330.54º 0.96% 0.46% -
HSV(B) 330.54º 0.98% 0.9% -
XYZ 35.46 18 17.83 -
YUV 84.52 145.21 231.06 -
System Red Green Blue C M Y K H S L
Decimal 229 5 115 0 0.98 0.50 0.10 330.54 0.96 0.46
Hex E5 5 73 0 62 32 A 14B 60 2E
Octal 345 5 163 0 142 62 12 513 140 56
Binary 11100101 101 1110011 0 1100010 110010 1010 101001011 1100000 101110

Color Harmonies of #E50573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50573

Black with #E50573

Text Example


Text Example

White with #E50573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50573; }

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

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

background-color css

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

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

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

border-color css

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

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

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