Html Css Color HEX #E71976 Ruby

📋 copy color: '#E71976'

red 231 ◦ green 25 ◦ blue 118

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

Shades of Ruby #E71976

Tints of Ruby #E71976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 61.76%
G = 6.68%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71976 (or 0xE71976) is known color: Ruby. HEX triplet: E7, 19 and 76. RGB value is (231,25,118). Sum of RGB (Red+Green+Blue) = 231+25+118=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E71976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71976 is #18E689. Grayscale: #616161. Windows color (decimal): -1631882 or 7739879. OLE color: 7739879.

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

Color convert

RGB 231 25 118 -
CMYK 0 0.89 0.49 0.09
HSL 332.91º 0.81% 0.5% -
HSV(B) 332.91º 0.89% 0.91% -
XYZ 36.57 18.99 18.88 -
YUV 97.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 231 25 118 0 0.89 0.49 0.09 332.91 0.81 0.5
Hex E7 19 76 0 59 31 9 14D 51 32
Octal 347 31 166 0 131 61 11 515 121 62
Binary 11100111 11001 1110110 0 1011001 110001 1001 101001101 1010001 110010

Color Harmonies of #E71976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71976

Black with #E71976

Text Example


Text Example

White with #E71976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71976; }

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

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

background-color css

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

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

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

border-color css

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

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

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