Html Css Color HEX #E50A71 Ruby

📋 copy color: '#E50A71'

red 229 ◦ green 10 ◦ blue 113

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

Shades of Ruby #E50A71

Tints of Ruby #E50A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 65.06%
G = 2.84%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E50A71 (or 0xE50A71) is known color: Ruby. HEX triplet: E5, 0A and 71. RGB value is (229,10,113). Sum of RGB (Red+Green+Blue) = 229+10+113=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A71 is #1AF58E. Grayscale: #575757. Windows color (decimal): -1766799 or 7408357. OLE color: 7408357.

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

Color convert

RGB 229 10 113 -
CMYK 0 0.96 0.51 0.10
HSL 331.78º 0.92% 0.47% -
HSV(B) 331.78º 0.96% 0.9% -
XYZ 35.4 18.07 17.24 -
YUV 87.22 142.55 229.12 -
System Red Green Blue C M Y K H S L
Decimal 229 10 113 0 0.96 0.51 0.10 331.78 0.92 0.47
Hex E5 A 71 0 60 33 A 14C 5C 2F
Octal 345 12 161 0 140 63 12 514 134 57
Binary 11100101 1010 1110001 0 1100000 110011 1010 101001100 1011100 101111

Color Harmonies of #E50A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A71

Black with #E50A71

Text Example


Text Example

White with #E50A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A71; }

 p { color: rgb(229,10,113); }

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

background-color css

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

 a { background-color: rgb(229,10,113); }

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

border-color css

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

 span { border-color: rgb(229,10,113); }

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