Html Css Color HEX #E7116B Ruby

📋 copy color: '#E7116B'

red 231 ◦ green 17 ◦ blue 107

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

Shades of Ruby #E7116B

Tints of Ruby #E7116B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.79%

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

R = 65.07%
G = 4.79%
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

#E7116B (or 0xE7116B) is known color: Ruby. HEX triplet: E7, 11 and 6B. RGB value is (231,17,107). Sum of RGB (Red+Green+Blue) = 231+17+107=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7116B is #18EE94. Grayscale: #5B5B5B. Windows color (decimal): -1633941 or 7016935. OLE color: 7016935.

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

Color convert

RGB 231 17 107 -
CMYK 0 0.93 0.54 0.09
HSL 334.77º 0.86% 0.49% -
HSV(B) 334.77º 0.93% 0.91% -
XYZ 35.81 18.45 15.58 -
YUV 91.25 136.9 227.68 -
System Red Green Blue C M Y K H S L
Decimal 231 17 107 0 0.93 0.54 0.09 334.77 0.86 0.49
Hex E7 11 6B 0 5D 36 9 14F 56 31
Octal 347 21 153 0 135 66 11 517 126 61
Binary 11100111 10001 1101011 0 1011101 110110 1001 101001111 1010110 110001

Color Harmonies of #E7116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7116B

Black with #E7116B

Text Example


Text Example

White with #E7116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7116B; }

 p { color: rgb(231,17,107); }

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

background-color css

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

 a { background-color: rgb(231,17,107); }

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

border-color css

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

 span { border-color: rgb(231,17,107); }

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