Html Css Color HEX #EB106E Ruby

📋 copy color: '#EB106E'

red 235 ◦ green 16 ◦ blue 110

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

Shades of Ruby #EB106E

Tints of Ruby #EB106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 65.1%
G = 4.43%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB106E (or 0xEB106E) is known color: Ruby. HEX triplet: EB, 10 and 6E. RGB value is (235,16,110). Sum of RGB (Red+Green+Blue) = 235+16+110=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB106E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB106E is #14EF91. Grayscale: #5C5C5C. Windows color (decimal): -1372050 or 7213291. OLE color: 7213291.

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

Color convert

RGB 235 16 110 -
CMYK 0 0.93 0.53 0.08
HSL 334.25º 0.87% 0.49% -
HSV(B) 334.25º 0.93% 0.92% -
XYZ 37.26 19.16 16.49 -
YUV 92.2 138.05 229.86 -
System Red Green Blue C M Y K H S L
Decimal 235 16 110 0 0.93 0.53 0.08 334.25 0.87 0.49
Hex EB 10 6E 0 5D 35 8 14E 57 31
Octal 353 20 156 0 135 65 10 516 127 61
Binary 11101011 10000 1101110 0 1011101 110101 1000 101001110 1010111 110001

Color Harmonies of #EB106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB106E

Black with #EB106E

Text Example


Text Example

White with #EB106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB106E; }

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

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

background-color css

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

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

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

border-color css

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

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

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