Html Css Color HEX #EB106D Ruby

📋 copy color: '#EB106D'

red 235 ◦ green 16 ◦ blue 109

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

Shades of Ruby #EB106D

Tints of Ruby #EB106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 65.28%
G = 4.44%
B = 30.28%

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

#EB106D (or 0xEB106D) is known color: Ruby. HEX triplet: EB, 10 and 6D. RGB value is (235,16,109). Sum of RGB (Red+Green+Blue) = 235+16+109=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB106D is #14EF92. Grayscale: #5B5B5B. Windows color (decimal): -1372051 or 7147755. OLE color: 7147755.

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

Color convert

RGB 235 16 109 -
CMYK 0 0.93 0.54 0.08
HSL 334.52º 0.87% 0.49% -
HSV(B) 334.52º 0.93% 0.92% -
XYZ 37.21 19.14 16.2 -
YUV 92.08 137.55 229.94 -
System Red Green Blue C M Y K H S L
Decimal 235 16 109 0 0.93 0.54 0.08 334.52 0.87 0.49
Hex EB 10 6D 0 5D 36 8 14F 57 31
Octal 353 20 155 0 135 66 10 517 127 61
Binary 11101011 10000 1101101 0 1011101 110110 1000 101001111 1010111 110001

Color Harmonies of #EB106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB106D

Black with #EB106D

Text Example


Text Example

White with #EB106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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