Html Css Color HEX #E50673 Ruby

📋 copy color: '#E50673'

red 229 ◦ green 6 ◦ blue 115

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

Shades of Ruby #E50673

Tints of Ruby #E50673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 65.43%
G = 1.71%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E50673 (or 0xE50673) is known color: Ruby. HEX triplet: E5, 06 and 73. RGB value is (229,6,115). Sum of RGB (Red+Green+Blue) = 229+6+115=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E50673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50673 is #1AF98C. Grayscale: #545454. Windows color (decimal): -1767821 or 7538405. OLE color: 7538405.

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

Color convert

RGB 229 6 115 -
CMYK 0 0.97 0.50 0.10
HSL 330.67º 0.95% 0.46% -
HSV(B) 330.67º 0.97% 0.9% -
XYZ 35.47 18.03 17.83 -
YUV 85.1 144.88 230.64 -
System Red Green Blue C M Y K H S L
Decimal 229 6 115 0 0.97 0.50 0.10 330.67 0.95 0.46
Hex E5 6 73 0 61 32 A 14B 5F 2E
Octal 345 6 163 0 141 62 12 513 137 56
Binary 11100101 110 1110011 0 1100001 110010 1010 101001011 1011111 101110

Color Harmonies of #E50673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50673

Black with #E50673

Text Example


Text Example

White with #E50673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50673; }

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

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

background-color css

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

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

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

border-color css

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

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

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