Html Css Color HEX #EB106B Ruby

📋 copy color: '#EB106B'

red 235 ◦ green 16 ◦ blue 107

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

Shades of Ruby #EB106B

Tints of Ruby #EB106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.47%

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

R = 65.64%
G = 4.47%
B = 29.89%

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

#EB106B (or 0xEB106B) is known color: Ruby. HEX triplet: EB, 10 and 6B. RGB value is (235,16,107). Sum of RGB (Red+Green+Blue) = 235+16+107=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB106B is #14EF94. Grayscale: #5B5B5B. Windows color (decimal): -1372053 or 7016683. OLE color: 7016683.

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

Color convert

RGB 235 16 107 -
CMYK 0 0.93 0.54 0.08
HSL 335.07º 0.87% 0.49% -
HSV(B) 335.07º 0.93% 0.92% -
XYZ 37.1 19.09 15.64 -
YUV 91.86 136.55 230.1 -
System Red Green Blue C M Y K H S L
Decimal 235 16 107 0 0.93 0.54 0.08 335.07 0.87 0.49
Hex EB 10 6B 0 5D 36 8 14F 57 31
Octal 353 20 153 0 135 66 10 517 127 61
Binary 11101011 10000 1101011 0 1011101 110110 1000 101001111 1010111 110001

Color Harmonies of #EB106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB106B

Black with #EB106B

Text Example


Text Example

White with #EB106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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