Html Css Color HEX #E71476 Ruby

📋 copy color: '#E71476'

red 231 ◦ green 20 ◦ blue 118

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

Shades of Ruby #E71476

Tints of Ruby #E71476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

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

R = 62.6%
G = 5.42%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71476 (or 0xE71476) is known color: Ruby. HEX triplet: E7, 14 and 76. RGB value is (231,20,118). Sum of RGB (Red+Green+Blue) = 231+20+118=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E71476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71476 is #18EB89. Grayscale: #5E5E5E. Windows color (decimal): -1633162 or 7738599. OLE color: 7738599.

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

Color convert

RGB 231 20 118 -
CMYK 0 0.91 0.49 0.09
HSL 332.13º 0.84% 0.49% -
HSV(B) 332.13º 0.91% 0.91% -
XYZ 36.48 18.8 18.85 -
YUV 94.26 141.4 225.53 -
System Red Green Blue C M Y K H S L
Decimal 231 20 118 0 0.91 0.49 0.09 332.13 0.84 0.49
Hex E7 14 76 0 5B 31 9 14C 54 31
Octal 347 24 166 0 133 61 11 514 124 61
Binary 11100111 10100 1110110 0 1011011 110001 1001 101001100 1010100 110001

Color Harmonies of #E71476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71476

Black with #E71476

Text Example


Text Example

White with #E71476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71476; }

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

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

background-color css

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

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

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

border-color css

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

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

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