Html Css Color HEX #E51960 Ruby

📋 copy color: '#E51960'

red 229 ◦ green 25 ◦ blue 96

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

Shades of Ruby #E51960

Tints of Ruby #E51960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

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

R = 65.43%
G = 7.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E51960 (or 0xE51960) is known color: Ruby. HEX triplet: E5, 19 and 60. RGB value is (229,25,96). Sum of RGB (Red+Green+Blue) = 229+25+96=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E51960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51960 is #1AE69F. Grayscale: #5E5E5E. Windows color (decimal): -1762976 or 6298085. OLE color: 6298085.

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

Color convert

RGB 229 25 96 -
CMYK 0 0.89 0.58 0.10
HSL 339.12º 0.8% 0.5% -
HSV(B) 339.12º 0.89% 0.9% -
XYZ 34.77 18.2 12.75 -
YUV 94.09 129.09 224.23 -
System Red Green Blue C M Y K H S L
Decimal 229 25 96 0 0.89 0.58 0.10 339.12 0.8 0.5
Hex E5 19 60 0 59 3A A 153 50 32
Octal 345 31 140 0 131 72 12 523 120 62
Binary 11100101 11001 1100000 0 1011001 111010 1010 101010011 1010000 110010

Color Harmonies of #E51960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51960

Black with #E51960

Text Example


Text Example

White with #E51960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51960; }

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

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

background-color css

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

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

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

border-color css

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

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

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