Html Css Color HEX #E71077 Ruby

📋 copy color: '#E71077'

red 231 ◦ green 16 ◦ blue 119

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

Shades of Ruby #E71077

Tints of Ruby #E71077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 63.11%
G = 4.37%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E71077 (or 0xE71077) is known color: Ruby. HEX triplet: E7, 10 and 77. RGB value is (231,16,119). Sum of RGB (Red+Green+Blue) = 231+16+119=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E71077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71077 is #18EF88. Grayscale: #5B5B5B. Windows color (decimal): -1634185 or 7803111. OLE color: 7803111.

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

Color convert

RGB 231 16 119 -
CMYK 0 0.93 0.48 0.09
HSL 331.26º 0.87% 0.48% -
HSV(B) 331.26º 0.93% 0.91% -
XYZ 36.47 18.69 19.14 -
YUV 92.03 143.23 227.12 -
System Red Green Blue C M Y K H S L
Decimal 231 16 119 0 0.93 0.48 0.09 331.26 0.87 0.48
Hex E7 10 77 0 5D 30 9 14B 57 30
Octal 347 20 167 0 135 60 11 513 127 60
Binary 11100111 10000 1110111 0 1011101 110000 1001 101001011 1010111 110000

Color Harmonies of #E71077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71077

Black with #E71077

Text Example


Text Example

White with #E71077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71077; }

 p { color: rgb(231,16,119); }

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

background-color css

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

 a { background-color: rgb(231,16,119); }

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

border-color css

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

 span { border-color: rgb(231,16,119); }

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