Html Css Color HEX #EB117B Ruby

📋 copy color: '#EB117B'

red 235 ◦ green 17 ◦ blue 123

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

Shades of Ruby #EB117B

Tints of Ruby #EB117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 62.67%
G = 4.53%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB117B (or 0xEB117B) is known color: Ruby. HEX triplet: EB, 11 and 7B. RGB value is (235,17,123). Sum of RGB (Red+Green+Blue) = 235+17+123=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB117B is #14EE84. Grayscale: #5E5E5E. Windows color (decimal): -1371781 or 8065515. OLE color: 8065515.

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

Color convert

RGB 235 17 123 -
CMYK 0 0.93 0.48 0.08
HSL 330.83º 0.87% 0.49% -
HSV(B) 330.83º 0.93% 0.92% -
XYZ 38.04 19.49 20.5 -
YUV 94.27 144.22 228.38 -
System Red Green Blue C M Y K H S L
Decimal 235 17 123 0 0.93 0.48 0.08 330.83 0.87 0.49
Hex EB 11 7B 0 5D 30 8 14B 57 31
Octal 353 21 173 0 135 60 10 513 127 61
Binary 11101011 10001 1111011 0 1011101 110000 1000 101001011 1010111 110001

Color Harmonies of #EB117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB117B

Black with #EB117B

Text Example


Text Example

White with #EB117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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