Html Css Color HEX #E51F60 Ruby

📋 copy color: '#E51F60'

red 229 ◦ green 31 ◦ blue 96

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

Shades of Ruby #E51F60

Tints of Ruby #E51F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.71%

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

R = 64.33%
G = 8.71%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E51F60 (or 0xE51F60) is known color: Ruby. HEX triplet: E5, 1F and 60. RGB value is (229,31,96). Sum of RGB (Red+Green+Blue) = 229+31+96=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51F60 is #1AE09F. Grayscale: #616161. Windows color (decimal): -1761440 or 6299621. OLE color: 6299621.

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

Color convert

RGB 229 31 96 -
CMYK 0 0.86 0.58 0.10
HSL 340.3º 0.79% 0.51% -
HSV(B) 340.3º 0.86% 0.9% -
XYZ 34.91 18.48 12.79 -
YUV 97.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 229 31 96 0 0.86 0.58 0.10 340.3 0.79 0.51
Hex E5 1F 60 0 56 3A A 154 4F 33
Octal 345 37 140 0 126 72 12 524 117 63
Binary 11100101 11111 1100000 0 1010110 111010 1010 101010100 1001111 110011

Color Harmonies of #E51F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51F60

Black with #E51F60

Text Example


Text Example

White with #E51F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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