Html Css Color HEX #E51977 Ruby

📋 copy color: '#E51977'

red 229 ◦ green 25 ◦ blue 119

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

Shades of Ruby #E51977

Tints of Ruby #E51977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

 BLUE value IS 119 (46.88% from 255) = 31.9%

R = 61.39%
G = 6.7%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E51977 (or 0xE51977) is known color: Ruby. HEX triplet: E5, 19 and 77. RGB value is (229,25,119). Sum of RGB (Red+Green+Blue) = 229+25+119=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E51977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51977 is #1AE688. Grayscale: #606060. Windows color (decimal): -1762953 or 7805413. OLE color: 7805413.

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

Color convert

RGB 229 25 119 -
CMYK 0 0.89 0.48 0.10
HSL 332.35º 0.8% 0.5% -
HSV(B) 332.35º 0.89% 0.9% -
XYZ 35.99 18.69 19.16 -
YUV 96.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 229 25 119 0 0.89 0.48 0.10 332.35 0.8 0.5
Hex E5 19 77 0 59 30 A 14C 50 32
Octal 345 31 167 0 131 60 12 514 120 62
Binary 11100101 11001 1110111 0 1011001 110000 1010 101001100 1010000 110010

Color Harmonies of #E51977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51977

Black with #E51977

Text Example


Text Example

White with #E51977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51977; }

 p { color: rgb(229,25,119); }

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

background-color css

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

 a { background-color: rgb(229,25,119); }

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

border-color css

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

 span { border-color: rgb(229,25,119); }

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