Html Css Color HEX #E71A71 Ruby

📋 copy color: '#E71A71'

red 231 ◦ green 26 ◦ blue 113

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

Shades of Ruby #E71A71

Tints of Ruby #E71A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 62.43%
G = 7.03%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E71A71 (or 0xE71A71) is known color: Ruby. HEX triplet: E7, 1A and 71. RGB value is (231,26,113). Sum of RGB (Red+Green+Blue) = 231+26+113=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A71 is #18E58E. Grayscale: #616161. Windows color (decimal): -1631631 or 7412455. OLE color: 7412455.

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

Color convert

RGB 231 26 113 -
CMYK 0 0.89 0.51 0.09
HSL 334.54º 0.81% 0.5% -
HSV(B) 334.54º 0.89% 0.91% -
XYZ 36.31 18.92 17.36 -
YUV 97.21 136.92 223.43 -
System Red Green Blue C M Y K H S L
Decimal 231 26 113 0 0.89 0.51 0.09 334.54 0.81 0.5
Hex E7 1A 71 0 59 33 9 14F 51 32
Octal 347 32 161 0 131 63 11 517 121 62
Binary 11100111 11010 1110001 0 1011001 110011 1001 101001111 1010001 110010

Color Harmonies of #E71A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A71

Black with #E71A71

Text Example


Text Example

White with #E71A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A71; }

 p { color: rgb(231,26,113); }

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

background-color css

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

 a { background-color: rgb(231,26,113); }

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

border-color css

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

 span { border-color: rgb(231,26,113); }

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