Html Css Color HEX #EB116B Ruby

📋 copy color: '#EB116B'

red 235 ◦ green 17 ◦ blue 107

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

Shades of Ruby #EB116B

Tints of Ruby #EB116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 65.46%
G = 4.74%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB116B (or 0xEB116B) is known color: Ruby. HEX triplet: EB, 11 and 6B. RGB value is (235,17,107). Sum of RGB (Red+Green+Blue) = 235+17+107=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB116B is #14EE94. Grayscale: #5C5C5C. Windows color (decimal): -1371797 or 7016939. OLE color: 7016939.

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

Color convert

RGB 235 17 107 -
CMYK 0 0.93 0.54 0.08
HSL 335.23º 0.87% 0.49% -
HSV(B) 335.23º 0.93% 0.92% -
XYZ 37.12 19.12 15.65 -
YUV 92.44 136.22 229.68 -
System Red Green Blue C M Y K H S L
Decimal 235 17 107 0 0.93 0.54 0.08 335.23 0.87 0.49
Hex EB 11 6B 0 5D 36 8 14F 57 31
Octal 353 21 153 0 135 66 10 517 127 61
Binary 11101011 10001 1101011 0 1011101 110110 1000 101001111 1010111 110001

Color Harmonies of #EB116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB116B

Black with #EB116B

Text Example


Text Example

White with #EB116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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