Html Css Color HEX #E8106A Ruby

📋 copy color: '#E8106A'

red 232 ◦ green 16 ◦ blue 106

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

Shades of Ruby #E8106A

Tints of Ruby #E8106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 65.54%
G = 4.52%
B = 29.94%

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

#E8106A (or 0xE8106A) is known color: Ruby. HEX triplet: E8, 10 and 6A. RGB value is (232,16,106). Sum of RGB (Red+Green+Blue) = 232+16+106=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E8106A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8106A is #17EF95. Grayscale: #5A5A5A. Windows color (decimal): -1568662 or 6951144. OLE color: 6951144.

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

Color convert

RGB 232 16 106 -
CMYK 0 0.93 0.54 0.09
HSL 335º 0.87% 0.49% -
HSV(B) 335º 0.93% 0.91% -
XYZ 36.07 18.57 15.32 -
YUV 90.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 232 16 106 0 0.93 0.54 0.09 335 0.87 0.49
Hex E8 10 6A 0 5D 36 9 14F 57 31
Octal 350 20 152 0 135 66 11 517 127 61
Binary 11101000 10000 1101010 0 1011101 110110 1001 101001111 1010111 110001

Color Harmonies of #E8106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8106A

Black with #E8106A

Text Example


Text Example

White with #E8106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8106A; }

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

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

background-color css

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

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

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

border-color css

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

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

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