Html Css Color HEX #E9137C Ruby

📋 copy color: '#E9137C'

red 233 ◦ green 19 ◦ blue 124

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

Shades of Ruby #E9137C

Tints of Ruby #E9137C

RGB

 RED value IS 233 (91.41% from 255) = 61.97%

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

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

R = 61.97%
G = 5.05%
B = 32.98%

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

#E9137C (or 0xE9137C) is known color: Ruby. HEX triplet: E9, 13 and 7C. RGB value is (233,19,124). Sum of RGB (Red+Green+Blue) = 233+19+124=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9137C is #16EC83. Grayscale: #5E5E5E. Windows color (decimal): -1502340 or 8131561. OLE color: 8131561.

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

Color convert

RGB 233 19 124 -
CMYK 0 0.92 0.47 0.09
HSL 330.56º 0.85% 0.49% -
HSV(B) 330.56º 0.92% 0.91% -
XYZ 37.48 19.24 20.81 -
YUV 94.96 144.4 226.46 -
System Red Green Blue C M Y K H S L
Decimal 233 19 124 0 0.92 0.47 0.09 330.56 0.85 0.49
Hex E9 13 7C 0 5C 2F 9 14B 55 31
Octal 351 23 174 0 134 57 11 513 125 61
Binary 11101001 10011 1111100 0 1011100 101111 1001 101001011 1010101 110001

Color Harmonies of #E9137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9137C

Black with #E9137C

Text Example


Text Example

White with #E9137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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