Html Css Color HEX #EB107A Ruby

📋 copy color: '#EB107A'

red 235 ◦ green 16 ◦ blue 122

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

Shades of Ruby #EB107A

Tints of Ruby #EB107A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 63%
G = 4.29%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB107A (or 0xEB107A) is known color: Ruby. HEX triplet: EB, 10 and 7A. RGB value is (235,16,122). Sum of RGB (Red+Green+Blue) = 235+16+122=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB107A is #14EF85. Grayscale: #5D5D5D. Windows color (decimal): -1372038 or 7999723. OLE color: 7999723.

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

Color convert

RGB 235 16 122 -
CMYK 0 0.93 0.48 0.08
HSL 330.96º 0.87% 0.49% -
HSV(B) 330.96º 0.93% 0.92% -
XYZ 37.96 19.44 20.16 -
YUV 93.57 144.05 228.88 -
System Red Green Blue C M Y K H S L
Decimal 235 16 122 0 0.93 0.48 0.08 330.96 0.87 0.49
Hex EB 10 7A 0 5D 30 8 14B 57 31
Octal 353 20 172 0 135 60 10 513 127 61
Binary 11101011 10000 1111010 0 1011101 110000 1000 101001011 1010111 110001

Color Harmonies of #EB107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB107A

Black with #EB107A

Text Example


Text Example

White with #EB107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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