Html Css Color HEX #EB137B Ruby

📋 copy color: '#EB137B'

red 235 ◦ green 19 ◦ blue 123

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

Shades of Ruby #EB137B

Tints of Ruby #EB137B

RGB

 RED value IS 235 (92.19% from 255) = 62.33%

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

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

R = 62.33%
G = 5.04%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB137B (or 0xEB137B) is known color: Ruby. HEX triplet: EB, 13 and 7B. RGB value is (235,19,123). Sum of RGB (Red+Green+Blue) = 235+19+123=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB137B is #14EC84. Grayscale: #5F5F5F. Windows color (decimal): -1371269 or 8066027. OLE color: 8066027.

HSL color Cylindrical-coordinate representation of color #EB137B: hue angle of 331.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB137B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 123 -
CMYK 0 0.92 0.48 0.08
HSL 331.11º 0.85% 0.5% -
HSV(B) 331.11º 0.92% 0.92% -
XYZ 38.07 19.56 20.51 -
YUV 95.44 143.56 227.54 -
System Red Green Blue C M Y K H S L
Decimal 235 19 123 0 0.92 0.48 0.08 331.11 0.85 0.5
Hex EB 13 7B 0 5C 30 8 14B 55 32
Octal 353 23 173 0 134 60 10 513 125 62
Binary 11101011 10011 1111011 0 1011100 110000 1000 101001011 1010101 110010

Color Harmonies of #EB137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB137B

Black with #EB137B

Text Example


Text Example

White with #EB137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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