Html Css Color HEX #E50475 Ruby

📋 copy color: '#E50475'

red 229 ◦ green 4 ◦ blue 117

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

Shades of Ruby #E50475

Tints of Ruby #E50475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 65.43%
G = 1.14%
B = 33.43%

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

#E50475 (or 0xE50475) is known color: Ruby. HEX triplet: E5, 04 and 75. RGB value is (229,4,117). Sum of RGB (Red+Green+Blue) = 229+4+117=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E50475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50475 is #1AFB8A. Grayscale: #535353. Windows color (decimal): -1768331 or 7668965. OLE color: 7668965.

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

Color convert

RGB 229 4 117 -
CMYK 0 0.98 0.49 0.10
HSL 329.87º 0.97% 0.46% -
HSV(B) 329.87º 0.98% 0.9% -
XYZ 35.57 18.03 18.44 -
YUV 84.16 146.54 231.31 -
System Red Green Blue C M Y K H S L
Decimal 229 4 117 0 0.98 0.49 0.10 329.87 0.97 0.46
Hex E5 4 75 0 62 31 A 14A 61 2E
Octal 345 4 165 0 142 61 12 512 141 56
Binary 11100101 100 1110101 0 1100010 110001 1010 101001010 1100001 101110

Color Harmonies of #E50475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50475

Black with #E50475

Text Example


Text Example

White with #E50475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50475; }

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

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

background-color css

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

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

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

border-color css

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

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

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