Html Css Color HEX #E51461 Ruby

📋 copy color: '#E51461'

red 229 ◦ green 20 ◦ blue 97

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

Shades of Ruby #E51461

Tints of Ruby #E51461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 66.18%
G = 5.78%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E51461 (or 0xE51461) is known color: Ruby. HEX triplet: E5, 14 and 61. RGB value is (229,20,97). Sum of RGB (Red+Green+Blue) = 229+20+97=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E51461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51461 is #1AEB9E. Grayscale: #5B5B5B. Windows color (decimal): -1764255 or 6362341. OLE color: 6362341.

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

Color convert

RGB 229 20 97 -
CMYK 0 0.91 0.58 0.10
HSL 337.89º 0.84% 0.49% -
HSV(B) 337.89º 0.91% 0.9% -
XYZ 34.72 18.02 12.96 -
YUV 91.27 131.24 226.24 -
System Red Green Blue C M Y K H S L
Decimal 229 20 97 0 0.91 0.58 0.10 337.89 0.84 0.49
Hex E5 14 61 0 5B 3A A 152 54 31
Octal 345 24 141 0 133 72 12 522 124 61
Binary 11100101 10100 1100001 0 1011011 111010 1010 101010010 1010100 110001

Color Harmonies of #E51461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51461

Black with #E51461

Text Example


Text Example

White with #E51461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51461; }

 p { color: rgb(229,20,97); }

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

background-color css

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

 a { background-color: rgb(229,20,97); }

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

border-color css

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

 span { border-color: rgb(229,20,97); }

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