Html Css Color HEX #E71B75 Ruby

📋 copy color: '#E71B75'

red 231 ◦ green 27 ◦ blue 117

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

Shades of Ruby #E71B75

Tints of Ruby #E71B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 61.6%
G = 7.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71B75 (or 0xE71B75) is known color: Ruby. HEX triplet: E7, 1B and 75. RGB value is (231,27,117). Sum of RGB (Red+Green+Blue) = 231+27+117=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B75 is #18E48A. Grayscale: #626262. Windows color (decimal): -1631371 or 7674855. OLE color: 7674855.

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

Color convert

RGB 231 27 117 -
CMYK 0 0.88 0.49 0.09
HSL 333.53º 0.81% 0.51% -
HSV(B) 333.53º 0.88% 0.91% -
XYZ 36.56 19.06 18.58 -
YUV 98.26 138.59 222.68 -
System Red Green Blue C M Y K H S L
Decimal 231 27 117 0 0.88 0.49 0.09 333.53 0.81 0.51
Hex E7 1B 75 0 58 31 9 14E 51 33
Octal 347 33 165 0 130 61 11 516 121 63
Binary 11100111 11011 1110101 0 1011000 110001 1001 101001110 1010001 110011

Color Harmonies of #E71B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B75

Black with #E71B75

Text Example


Text Example

White with #E71B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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