Html Css Color HEX #E71B76 Ruby

📋 copy color: '#E71B76'

red 231 ◦ green 27 ◦ blue 118

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

Shades of Ruby #E71B76

Tints of Ruby #E71B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.18%

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

R = 61.44%
G = 7.18%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71B76 (or 0xE71B76) is known color: Ruby. HEX triplet: E7, 1B and 76. RGB value is (231,27,118). Sum of RGB (Red+Green+Blue) = 231+27+118=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B76 is #18E489. Grayscale: #626262. Windows color (decimal): -1631370 or 7740391. OLE color: 7740391.

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

Color convert

RGB 231 27 118 -
CMYK 0 0.88 0.49 0.09
HSL 333.24º 0.81% 0.51% -
HSV(B) 333.24º 0.88% 0.91% -
XYZ 36.62 19.08 18.89 -
YUV 98.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 231 27 118 0 0.88 0.49 0.09 333.24 0.81 0.51
Hex E7 1B 76 0 58 31 9 14D 51 33
Octal 347 33 166 0 130 61 11 515 121 63
Binary 11100111 11011 1110110 0 1011000 110001 1001 101001101 1010001 110011

Color Harmonies of #E71B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B76

Black with #E71B76

Text Example


Text Example

White with #E71B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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