Html Css Color HEX #E71161 Ruby

📋 copy color: '#E71161'

red 231 ◦ green 17 ◦ blue 97

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

Shades of Ruby #E71161

Tints of Ruby #E71161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.93%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 66.96%
G = 4.93%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E71161 (or 0xE71161) is known color: Ruby. HEX triplet: E7, 11 and 61. RGB value is (231,17,97). Sum of RGB (Red+Green+Blue) = 231+17+97=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E71161 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71161 is #18EE9E. Grayscale: #5A5A5A. Windows color (decimal): -1633951 or 6361575. OLE color: 6361575.

HSL color Cylindrical-coordinate representation of color #E71161: hue angle of 337.57º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71161 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 97 -
CMYK 0 0.93 0.58 0.09
HSL 337.57º 0.86% 0.49% -
HSV(B) 337.57º 0.93% 0.91% -
XYZ 35.31 18.25 12.97 -
YUV 90.11 131.9 228.5 -
System Red Green Blue C M Y K H S L
Decimal 231 17 97 0 0.93 0.58 0.09 337.57 0.86 0.49
Hex E7 11 61 0 5D 3A 9 152 56 31
Octal 347 21 141 0 135 72 11 522 126 61
Binary 11100111 10001 1100001 0 1011101 111010 1001 101010010 1010110 110001

Color Harmonies of #E71161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71161

Black with #E71161

Text Example


Text Example

White with #E71161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71161; }

 p { color: rgb(231,17,97); }

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

background-color css

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

 a { background-color: rgb(231,17,97); }

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

border-color css

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

 span { border-color: rgb(231,17,97); }

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