Html Css Color HEX #E51374 Ruby

📋 copy color: '#E51374'

red 229 ◦ green 19 ◦ blue 116

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

Shades of Ruby #E51374

Tints of Ruby #E51374

RGB

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

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

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

R = 62.91%
G = 5.22%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E51374 (or 0xE51374) is known color: Ruby. HEX triplet: E5, 13 and 74. RGB value is (229,19,116). Sum of RGB (Red+Green+Blue) = 229+19+116=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E51374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51374 is #1AEC8B. Grayscale: #5C5C5C. Windows color (decimal): -1764492 or 7607269. OLE color: 7607269.

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

Color convert

RGB 229 19 116 -
CMYK 0 0.92 0.49 0.10
HSL 332.29º 0.85% 0.49% -
HSV(B) 332.29º 0.92% 0.9% -
XYZ 35.7 18.38 18.19 -
YUV 92.85 141.07 225.11 -
System Red Green Blue C M Y K H S L
Decimal 229 19 116 0 0.92 0.49 0.10 332.29 0.85 0.49
Hex E5 13 74 0 5C 31 A 14C 55 31
Octal 345 23 164 0 134 61 12 514 125 61
Binary 11100101 10011 1110100 0 1011100 110001 1010 101001100 1010101 110001

Color Harmonies of #E51374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51374

Black with #E51374

Text Example


Text Example

White with #E51374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51374; }

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

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

background-color css

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

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

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

border-color css

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

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

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