Html Css Color HEX #E71376 Ruby

📋 copy color: '#E71376'

red 231 ◦ green 19 ◦ blue 118

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

Shades of Ruby #E71376

Tints of Ruby #E71376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.16%

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

R = 62.77%
G = 5.16%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71376 (or 0xE71376) is known color: Ruby. HEX triplet: E7, 13 and 76. RGB value is (231,19,118). Sum of RGB (Red+Green+Blue) = 231+19+118=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E71376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71376 is #18EC89. Grayscale: #5D5D5D. Windows color (decimal): -1633418 or 7738343. OLE color: 7738343.

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

Color convert

RGB 231 19 118 -
CMYK 0 0.92 0.49 0.09
HSL 331.98º 0.85% 0.49% -
HSV(B) 331.98º 0.92% 0.91% -
XYZ 36.46 18.76 18.84 -
YUV 93.67 141.74 225.95 -
System Red Green Blue C M Y K H S L
Decimal 231 19 118 0 0.92 0.49 0.09 331.98 0.85 0.49
Hex E7 13 76 0 5C 31 9 14C 55 31
Octal 347 23 166 0 134 61 11 514 125 61
Binary 11100111 10011 1110110 0 1011100 110001 1001 101001100 1010101 110001

Color Harmonies of #E71376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71376

Black with #E71376

Text Example


Text Example

White with #E71376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71376; }

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

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

background-color css

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

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

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

border-color css

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

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

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