Html Css Color HEX #E71764 Ruby

📋 copy color: '#E71764'

red 231 ◦ green 23 ◦ blue 100

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

Shades of Ruby #E71764

Tints of Ruby #E71764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 65.25%
G = 6.5%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E71764 (or 0xE71764) is known color: Ruby. HEX triplet: E7, 17 and 64. RGB value is (231,23,100). Sum of RGB (Red+Green+Blue) = 231+23+100=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E71764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71764 is #18E89B. Grayscale: #5D5D5D. Windows color (decimal): -1632412 or 6559719. OLE color: 6559719.

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

Color convert

RGB 231 23 100 -
CMYK 0 0.90 0.57 0.09
HSL 337.79º 0.82% 0.5% -
HSV(B) 337.79º 0.9% 0.91% -
XYZ 35.56 18.52 13.76 -
YUV 93.97 131.41 225.74 -
System Red Green Blue C M Y K H S L
Decimal 231 23 100 0 0.90 0.57 0.09 337.79 0.82 0.5
Hex E7 17 64 0 5A 39 9 152 52 32
Octal 347 27 144 0 132 71 11 522 122 62
Binary 11100111 10111 1100100 0 1011010 111001 1001 101010010 1010010 110010

Color Harmonies of #E71764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71764

Black with #E71764

Text Example


Text Example

White with #E71764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71764; }

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

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

background-color css

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

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

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

border-color css

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

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

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