Html Css Color HEX #E71775 Ruby

📋 copy color: '#E71775'

red 231 ◦ green 23 ◦ blue 117

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

Shades of Ruby #E71775

Tints of Ruby #E71775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

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

R = 62.26%
G = 6.2%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71775 (or 0xE71775) is known color: Ruby. HEX triplet: E7, 17 and 75. RGB value is (231,23,117). Sum of RGB (Red+Green+Blue) = 231+23+117=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E71775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71775 is #18E88A. Grayscale: #5F5F5F. Windows color (decimal): -1632395 or 7673831. OLE color: 7673831.

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

Color convert

RGB 231 23 117 -
CMYK 0 0.90 0.49 0.09
HSL 332.88º 0.82% 0.5% -
HSV(B) 332.88º 0.9% 0.91% -
XYZ 36.47 18.89 18.55 -
YUV 95.91 139.91 224.36 -
System Red Green Blue C M Y K H S L
Decimal 231 23 117 0 0.90 0.49 0.09 332.88 0.82 0.5
Hex E7 17 75 0 5A 31 9 14D 52 32
Octal 347 27 165 0 132 61 11 515 122 62
Binary 11100111 10111 1110101 0 1011010 110001 1001 101001101 1010010 110010

Color Harmonies of #E71775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71775

Black with #E71775

Text Example


Text Example

White with #E71775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71775; }

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

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

background-color css

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

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

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

border-color css

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

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

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