Html Css Color HEX #E8106B Ruby

📋 copy color: '#E8106B'

red 232 ◦ green 16 ◦ blue 107

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

Shades of Ruby #E8106B

Tints of Ruby #E8106B

RGB

 RED value IS 232 (91.02% from 255) = 65.35%

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

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

R = 65.35%
G = 4.51%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E8106B (or 0xE8106B) is known color: Ruby. HEX triplet: E8, 10 and 6B. RGB value is (232,16,107). Sum of RGB (Red+Green+Blue) = 232+16+107=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8106B is #17EF94. Grayscale: #5A5A5A. Windows color (decimal): -1568661 or 7016680. OLE color: 7016680.

HSL color Cylindrical-coordinate representation of color #E8106B: hue angle of 334.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8106B is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 16 107 -
CMYK 0 0.93 0.54 0.09
HSL 334.72º 0.87% 0.49% -
HSV(B) 334.72º 0.93% 0.91% -
XYZ 36.12 18.59 15.59 -
YUV 90.96 137.06 228.6 -
System Red Green Blue C M Y K H S L
Decimal 232 16 107 0 0.93 0.54 0.09 334.72 0.87 0.49
Hex E8 10 6B 0 5D 36 9 14F 57 31
Octal 350 20 153 0 135 66 11 517 127 61
Binary 11101000 10000 1101011 0 1011101 110110 1001 101001111 1010111 110001

Color Harmonies of #E8106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8106B

Black with #E8106B

Text Example


Text Example

White with #E8106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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