Html Css Color HEX #E7137D Ruby

📋 copy color: '#E7137D'

red 231 ◦ green 19 ◦ blue 125

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

Shades of Ruby #E7137D

Tints of Ruby #E7137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.07%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 61.6%
G = 5.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7137D (or 0xE7137D) is known color: Ruby. HEX triplet: E7, 13 and 7D. RGB value is (231,19,125). Sum of RGB (Red+Green+Blue) = 231+19+125=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7137D is #18EC82. Grayscale: #5E5E5E. Windows color (decimal): -1633411 or 8197095. OLE color: 8197095.

HSL color Cylindrical-coordinate representation of color #E7137D: hue angle of 330º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7137D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 19 125 -
CMYK 0 0.92 0.46 0.09
HSL 330º 0.85% 0.49% -
HSV(B) 330º 0.92% 0.91% -
XYZ 36.89 18.94 21.11 -
YUV 94.47 145.24 225.38 -
System Red Green Blue C M Y K H S L
Decimal 231 19 125 0 0.92 0.46 0.09 330 0.85 0.49
Hex E7 13 7D 0 5C 2E 9 14A 55 31
Octal 347 23 175 0 134 56 11 512 125 61
Binary 11100111 10011 1111101 0 1011100 101110 1001 101001010 1010101 110001

Color Harmonies of #E7137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7137D

Black with #E7137D

Text Example


Text Example

White with #E7137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7137D; }

 p { color: rgb(231,19,125); }

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

background-color css

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

 a { background-color: rgb(231,19,125); }

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

border-color css

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

 span { border-color: rgb(231,19,125); }

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