Html Css Color HEX #EB106C Ruby

📋 copy color: '#EB106C'

red 235 ◦ green 16 ◦ blue 108

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

Shades of Ruby #EB106C

Tints of Ruby #EB106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 65.46%
G = 4.46%
B = 30.08%

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

#EB106C (or 0xEB106C) is known color: Ruby. HEX triplet: EB, 10 and 6C. RGB value is (235,16,108). Sum of RGB (Red+Green+Blue) = 235+16+108=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB106C is #14EF93. Grayscale: #5B5B5B. Windows color (decimal): -1372052 or 7082219. OLE color: 7082219.

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

Color convert

RGB 235 16 108 -
CMYK 0 0.93 0.54 0.08
HSL 334.79º 0.87% 0.49% -
HSV(B) 334.79º 0.93% 0.92% -
XYZ 37.15 19.12 15.92 -
YUV 91.97 137.05 230.02 -
System Red Green Blue C M Y K H S L
Decimal 235 16 108 0 0.93 0.54 0.08 334.79 0.87 0.49
Hex EB 10 6C 0 5D 36 8 14F 57 31
Octal 353 20 154 0 135 66 10 517 127 61
Binary 11101011 10000 1101100 0 1011101 110110 1000 101001111 1010111 110001

Color Harmonies of #EB106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB106C

Black with #EB106C

Text Example


Text Example

White with #EB106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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