Html Css Color HEX #E50F60 Ruby

📋 copy color: '#E50F60'

red 229 ◦ green 15 ◦ blue 96

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

Shades of Ruby #E50F60

Tints of Ruby #E50F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 67.35%
G = 4.41%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E50F60 (or 0xE50F60) is known color: Ruby. HEX triplet: E5, 0F and 60. RGB value is (229,15,96). Sum of RGB (Red+Green+Blue) = 229+15+96=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F60 is #1AF09F. Grayscale: #585858. Windows color (decimal): -1765536 or 6295525. OLE color: 6295525.

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

Color convert

RGB 229 15 96 -
CMYK 0 0.93 0.58 0.10
HSL 337.29º 0.88% 0.48% -
HSV(B) 337.29º 0.93% 0.9% -
XYZ 34.6 17.84 12.69 -
YUV 88.22 132.4 228.41 -
System Red Green Blue C M Y K H S L
Decimal 229 15 96 0 0.93 0.58 0.10 337.29 0.88 0.48
Hex E5 F 60 0 5D 3A A 151 58 30
Octal 345 17 140 0 135 72 12 521 130 60
Binary 11100101 1111 1100000 0 1011101 111010 1010 101010001 1011000 110000

Color Harmonies of #E50F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F60

Black with #E50F60

Text Example


Text Example

White with #E50F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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