Html Css Color HEX #E7106A Ruby

📋 copy color: '#E7106A'

red 231 ◦ green 16 ◦ blue 106

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

Shades of Ruby #E7106A

Tints of Ruby #E7106A

RGB

 RED value IS 231 (90.63% from 255) = 65.44%

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

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

R = 65.44%
G = 4.53%
B = 30.03%

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

#E7106A (or 0xE7106A) is known color: Ruby. HEX triplet: E7, 10 and 6A. RGB value is (231,16,106). Sum of RGB (Red+Green+Blue) = 231+16+106=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E7106A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7106A is #18EF95. Grayscale: #5A5A5A. Windows color (decimal): -1634198 or 6951143. OLE color: 6951143.

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

Color convert

RGB 231 16 106 -
CMYK 0 0.93 0.54 0.09
HSL 334.88º 0.87% 0.48% -
HSV(B) 334.88º 0.93% 0.91% -
XYZ 35.74 18.4 15.3 -
YUV 90.55 136.73 228.18 -
System Red Green Blue C M Y K H S L
Decimal 231 16 106 0 0.93 0.54 0.09 334.88 0.87 0.48
Hex E7 10 6A 0 5D 36 9 14F 57 30
Octal 347 20 152 0 135 66 11 517 127 60
Binary 11100111 10000 1101010 0 1011101 110110 1001 101001111 1010111 110000

Color Harmonies of #E7106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7106A

Black with #E7106A

Text Example


Text Example

White with #E7106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7106A; }

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

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

background-color css

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

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

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

border-color css

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

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

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