Html Css Color HEX #E51760 Ruby

📋 copy color: '#E51760'

red 229 ◦ green 23 ◦ blue 96

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

Shades of Ruby #E51760

Tints of Ruby #E51760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 65.8%
G = 6.61%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E51760 (or 0xE51760) is known color: Ruby. HEX triplet: E5, 17 and 60. RGB value is (229,23,96). Sum of RGB (Red+Green+Blue) = 229+23+96=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E51760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51760 is #1AE89F. Grayscale: #5C5C5C. Windows color (decimal): -1763488 or 6297573. OLE color: 6297573.

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

Color convert

RGB 229 23 96 -
CMYK 0 0.90 0.58 0.10
HSL 338.74º 0.82% 0.49% -
HSV(B) 338.74º 0.9% 0.9% -
XYZ 34.73 18.12 12.73 -
YUV 92.92 129.75 225.06 -
System Red Green Blue C M Y K H S L
Decimal 229 23 96 0 0.90 0.58 0.10 338.74 0.82 0.49
Hex E5 17 60 0 5A 3A A 153 52 31
Octal 345 27 140 0 132 72 12 523 122 61
Binary 11100101 10111 1100000 0 1011010 111010 1010 101010011 1010010 110001

Color Harmonies of #E51760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51760

Black with #E51760

Text Example


Text Example

White with #E51760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51760; }

 p { color: rgb(229,23,96); }

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

background-color css

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

 a { background-color: rgb(229,23,96); }

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

border-color css

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

 span { border-color: rgb(229,23,96); }

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