Html Css Color HEX #E8137C Ruby

📋 copy color: '#E8137C'

red 232 ◦ green 19 ◦ blue 124

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

Shades of Ruby #E8137C

Tints of Ruby #E8137C

RGB

 RED value IS 232 (91.02% from 255) = 61.87%

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

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 61.87%
G = 5.07%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8137C (or 0xE8137C) is known color: Ruby. HEX triplet: E8, 13 and 7C. RGB value is (232,19,124). Sum of RGB (Red+Green+Blue) = 232+19+124=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8137C is #17EC83. Grayscale: #5E5E5E. Windows color (decimal): -1567876 or 8131560. OLE color: 8131560.

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

Color convert

RGB 232 19 124 -
CMYK 0 0.92 0.47 0.09
HSL 330.42º 0.85% 0.49% -
HSV(B) 330.42º 0.92% 0.91% -
XYZ 37.15 19.08 20.79 -
YUV 94.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 232 19 124 0 0.92 0.47 0.09 330.42 0.85 0.49
Hex E8 13 7C 0 5C 2F 9 14A 55 31
Octal 350 23 174 0 134 57 11 512 125 61
Binary 11101000 10011 1111100 0 1011100 101111 1001 101001010 1010101 110001

Color Harmonies of #E8137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8137C

Black with #E8137C

Text Example


Text Example

White with #E8137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8137C; }

 p { color: rgb(232,19,124); }

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

background-color css

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

 a { background-color: rgb(232,19,124); }

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

border-color css

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

 span { border-color: rgb(232,19,124); }

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