Html Css Color HEX #E51377 Ruby

📋 copy color: '#E51377'

red 229 ◦ green 19 ◦ blue 119

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

Shades of Ruby #E51377

Tints of Ruby #E51377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.18%

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 62.4%
G = 5.18%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E51377 (or 0xE51377) is known color: Ruby. HEX triplet: E5, 13 and 77. RGB value is (229,19,119). Sum of RGB (Red+Green+Blue) = 229+19+119=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E51377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51377 is #1AEC88. Grayscale: #5D5D5D. Windows color (decimal): -1764489 or 7803877. OLE color: 7803877.

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

Color convert

RGB 229 19 119 -
CMYK 0 0.92 0.48 0.10
HSL 331.43º 0.85% 0.49% -
HSV(B) 331.43º 0.92% 0.9% -
XYZ 35.88 18.46 19.12 -
YUV 93.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 229 19 119 0 0.92 0.48 0.10 331.43 0.85 0.49
Hex E5 13 77 0 5C 30 A 14B 55 31
Octal 345 23 167 0 134 60 12 513 125 61
Binary 11100101 10011 1110111 0 1011100 110000 1010 101001011 1010101 110001

Color Harmonies of #E51377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51377

Black with #E51377

Text Example


Text Example

White with #E51377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51377; }

 p { color: rgb(229,19,119); }

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

background-color css

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

 a { background-color: rgb(229,19,119); }

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

border-color css

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

 span { border-color: rgb(229,19,119); }

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