Html Css Color HEX #E71977 Ruby

📋 copy color: '#E71977'

red 231 ◦ green 25 ◦ blue 119

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

Shades of Ruby #E71977

Tints of Ruby #E71977

RGB

 RED value IS 231 (90.63% from 255) = 61.6%

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

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

R = 61.6%
G = 6.67%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E71977 (or 0xE71977) is known color: Ruby. HEX triplet: E7, 19 and 77. RGB value is (231,25,119). Sum of RGB (Red+Green+Blue) = 231+25+119=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E71977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71977 is #18E688. Grayscale: #616161. Windows color (decimal): -1631881 or 7805415. OLE color: 7805415.

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

Color convert

RGB 231 25 119 -
CMYK 0 0.89 0.48 0.09
HSL 332.62º 0.81% 0.5% -
HSV(B) 332.62º 0.89% 0.91% -
XYZ 36.63 19.02 19.19 -
YUV 97.31 140.25 223.36 -
System Red Green Blue C M Y K H S L
Decimal 231 25 119 0 0.89 0.48 0.09 332.62 0.81 0.5
Hex E7 19 77 0 59 30 9 14D 51 32
Octal 347 31 167 0 131 60 11 515 121 62
Binary 11100111 11001 1110111 0 1011001 110000 1001 101001101 1010001 110010

Color Harmonies of #E71977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71977

Black with #E71977

Text Example


Text Example

White with #E71977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71977; }

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

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

background-color css

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

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

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

border-color css

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

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

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