Html Css Color HEX #E9137B Ruby

📋 copy color: '#E9137B'

red 233 ◦ green 19 ◦ blue 123

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

Shades of Ruby #E9137B

Tints of Ruby #E9137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 62.13%
G = 5.07%
B = 32.8%

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

#E9137B (or 0xE9137B) is known color: Ruby. HEX triplet: E9, 13 and 7B. RGB value is (233,19,123). Sum of RGB (Red+Green+Blue) = 233+19+123=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9137B is #16EC84. Grayscale: #5E5E5E. Windows color (decimal): -1502341 or 8066025. OLE color: 8066025.

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

Color convert

RGB 233 19 123 -
CMYK 0 0.92 0.47 0.09
HSL 330.84º 0.85% 0.49% -
HSV(B) 330.84º 0.92% 0.91% -
XYZ 37.41 19.22 20.48 -
YUV 94.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 233 19 123 0 0.92 0.47 0.09 330.84 0.85 0.49
Hex E9 13 7B 0 5C 2F 9 14B 55 31
Octal 351 23 173 0 134 57 11 513 125 61
Binary 11101001 10011 1111011 0 1011100 101111 1001 101001011 1010101 110001

Color Harmonies of #E9137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9137B

Black with #E9137B

Text Example


Text Example

White with #E9137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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