Html Css Color HEX #EB1173 Ruby

📋 copy color: '#EB1173'

red 235 ◦ green 17 ◦ blue 115

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

Shades of Ruby #EB1173

Tints of Ruby #EB1173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 64.03%
G = 4.63%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB1173 (or 0xEB1173) is known color: Ruby. HEX triplet: EB, 11 and 73. RGB value is (235,17,115). Sum of RGB (Red+Green+Blue) = 235+17+115=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1173 is #14EE8C. Grayscale: #5D5D5D. Windows color (decimal): -1371789 or 7541227. OLE color: 7541227.

HSL color Cylindrical-coordinate representation of color #EB1173: hue angle of 333.03º 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 #EB1173 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 115 -
CMYK 0 0.93 0.51 0.08
HSL 333.03º 0.87% 0.49% -
HSV(B) 333.03º 0.93% 0.92% -
XYZ 37.56 19.3 17.97 -
YUV 93.35 140.22 229.03 -
System Red Green Blue C M Y K H S L
Decimal 235 17 115 0 0.93 0.51 0.08 333.03 0.87 0.49
Hex EB 11 73 0 5D 33 8 14D 57 31
Octal 353 21 163 0 135 63 10 515 127 61
Binary 11101011 10001 1110011 0 1011101 110011 1000 101001101 1010111 110001

Color Harmonies of #EB1173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1173

Black with #EB1173

Text Example


Text Example

White with #EB1173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1173; }

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

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

background-color css

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

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

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

border-color css

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

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

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