Html Css Color HEX #E71B77 Ruby

📋 copy color: '#E71B77'

red 231 ◦ green 27 ◦ blue 119

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

Shades of Ruby #E71B77

Tints of Ruby #E71B77

RGB

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

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

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

R = 61.27%
G = 7.16%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E71B77 (or 0xE71B77) is known color: Ruby. HEX triplet: E7, 1B and 77. RGB value is (231,27,119). Sum of RGB (Red+Green+Blue) = 231+27+119=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B77 is #18E488. Grayscale: #626262. Windows color (decimal): -1631369 or 7805927. OLE color: 7805927.

HSL color Cylindrical-coordinate representation of color #E71B77: hue angle of 332.94º 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 #E71B77 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 27 119 -
CMYK 0 0.88 0.48 0.09
HSL 332.94º 0.81% 0.51% -
HSV(B) 332.94º 0.88% 0.91% -
XYZ 36.68 19.1 19.21 -
YUV 98.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 231 27 119 0 0.88 0.48 0.09 332.94 0.81 0.51
Hex E7 1B 77 0 58 30 9 14D 51 33
Octal 347 33 167 0 130 60 11 515 121 63
Binary 11100111 11011 1110111 0 1011000 110000 1001 101001101 1010001 110011

Color Harmonies of #E71B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B77

Black with #E71B77

Text Example


Text Example

White with #E71B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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