Html Css Color HEX #E50A75 Ruby

📋 copy color: '#E50A75'

red 229 ◦ green 10 ◦ blue 117

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

Shades of Ruby #E50A75

Tints of Ruby #E50A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 64.33%
G = 2.81%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E50A75 (or 0xE50A75) is known color: Ruby. HEX triplet: E5, 0A and 75. RGB value is (229,10,117). Sum of RGB (Red+Green+Blue) = 229+10+117=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A75 is #1AF58A. Grayscale: #575757. Windows color (decimal): -1766795 or 7670501. OLE color: 7670501.

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

Color convert

RGB 229 10 117 -
CMYK 0 0.96 0.49 0.10
HSL 330.68º 0.92% 0.47% -
HSV(B) 330.68º 0.96% 0.9% -
XYZ 35.63 18.16 18.46 -
YUV 87.68 144.55 228.8 -
System Red Green Blue C M Y K H S L
Decimal 229 10 117 0 0.96 0.49 0.10 330.68 0.92 0.47
Hex E5 A 75 0 60 31 A 14B 5C 2F
Octal 345 12 165 0 140 61 12 513 134 57
Binary 11100101 1010 1110101 0 1100000 110001 1010 101001011 1011100 101111

Color Harmonies of #E50A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A75

Black with #E50A75

Text Example


Text Example

White with #E50A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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