Html Css Color HEX #E50575 Ruby

📋 copy color: '#E50575'

red 229 ◦ green 5 ◦ blue 117

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

Shades of Ruby #E50575

Tints of Ruby #E50575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 65.24%
G = 1.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E50575 (or 0xE50575) is known color: Ruby. HEX triplet: E5, 05 and 75. RGB value is (229,5,117). Sum of RGB (Red+Green+Blue) = 229+5+117=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E50575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50575 is #1AFA8A. Grayscale: #545454. Windows color (decimal): -1768075 or 7669221. OLE color: 7669221.

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

Color convert

RGB 229 5 117 -
CMYK 0 0.98 0.49 0.10
HSL 330º 0.96% 0.46% -
HSV(B) 330º 0.98% 0.9% -
XYZ 35.58 18.05 18.44 -
YUV 84.74 146.21 230.89 -
System Red Green Blue C M Y K H S L
Decimal 229 5 117 0 0.98 0.49 0.10 330 0.96 0.46
Hex E5 5 75 0 62 31 A 14A 60 2E
Octal 345 5 165 0 142 61 12 512 140 56
Binary 11100101 101 1110101 0 1100010 110001 1010 101001010 1100000 101110

Color Harmonies of #E50575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50575

Black with #E50575

Text Example


Text Example

White with #E50575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50575; }

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

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

background-color css

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

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

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

border-color css

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

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

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