Html Css Color HEX #E51A5C Ruby

📋 copy color: '#E51A5C'

red 229 ◦ green 26 ◦ blue 92

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

Shades of Ruby #E51A5C

Tints of Ruby #E51A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 65.99%
G = 7.49%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E51A5C (or 0xE51A5C) is known color: Ruby. HEX triplet: E5, 1A and 5C. RGB value is (229,26,92). Sum of RGB (Red+Green+Blue) = 229+26+92=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A5C is #1AE5A3. Grayscale: #5E5E5E. Windows color (decimal): -1762724 or 6036197. OLE color: 6036197.

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

Color convert

RGB 229 26 92 -
CMYK 0 0.89 0.60 0.10
HSL 340.49º 0.8% 0.5% -
HSV(B) 340.49º 0.89% 0.9% -
XYZ 34.61 18.17 11.81 -
YUV 94.22 126.75 224.13 -
System Red Green Blue C M Y K H S L
Decimal 229 26 92 0 0.89 0.60 0.10 340.49 0.8 0.5
Hex E5 1A 5C 0 59 3C A 154 50 32
Octal 345 32 134 0 131 74 12 524 120 62
Binary 11100101 11010 1011100 0 1011001 111100 1010 101010100 1010000 110010

Color Harmonies of #E51A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51A5C

Black with #E51A5C

Text Example


Text Example

White with #E51A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51A5C; }

 p { color: rgb(229,26,92); }

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

background-color css

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

 a { background-color: rgb(229,26,92); }

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

border-color css

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

 span { border-color: rgb(229,26,92); }

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