Html Css Color HEX #E71D76 Ruby

📋 copy color: '#E71D76'

red 231 ◦ green 29 ◦ blue 118

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

Shades of Ruby #E71D76

Tints of Ruby #E71D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

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

R = 61.11%
G = 7.67%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71D76 (or 0xE71D76) is known color: Ruby. HEX triplet: E7, 1D and 76. RGB value is (231,29,118). Sum of RGB (Red+Green+Blue) = 231+29+118=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D76 is #18E289. Grayscale: #636363. Windows color (decimal): -1630858 or 7740903. OLE color: 7740903.

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

Color convert

RGB 231 29 118 -
CMYK 0 0.87 0.49 0.09
HSL 333.56º 0.81% 0.51% -
HSV(B) 333.56º 0.87% 0.91% -
XYZ 36.66 19.18 18.91 -
YUV 99.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 231 29 118 0 0.87 0.49 0.09 333.56 0.81 0.51
Hex E7 1D 76 0 57 31 9 14E 51 33
Octal 347 35 166 0 127 61 11 516 121 63
Binary 11100111 11101 1110110 0 1010111 110001 1001 101001110 1010001 110011

Color Harmonies of #E71D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71D76

Black with #E71D76

Text Example


Text Example

White with #E71D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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