Html Css Color HEX #E8116F Ruby

📋 copy color: '#E8116F'

red 232 ◦ green 17 ◦ blue 111

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

Shades of Ruby #E8116F

Tints of Ruby #E8116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 64.44%
G = 4.72%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E8116F (or 0xE8116F) is known color: Ruby. HEX triplet: E8, 11 and 6F. RGB value is (232,17,111). Sum of RGB (Red+Green+Blue) = 232+17+111=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8116F is #17EE90. Grayscale: #5B5B5B. Windows color (decimal): -1568401 or 7279080. OLE color: 7279080.

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

Color convert

RGB 232 17 111 -
CMYK 0 0.93 0.52 0.09
HSL 333.77º 0.86% 0.49% -
HSV(B) 333.77º 0.93% 0.91% -
XYZ 36.35 18.7 16.73 -
YUV 92 138.73 227.86 -
System Red Green Blue C M Y K H S L
Decimal 232 17 111 0 0.93 0.52 0.09 333.77 0.86 0.49
Hex E8 11 6F 0 5D 34 9 14E 56 31
Octal 350 21 157 0 135 64 11 516 126 61
Binary 11101000 10001 1101111 0 1011101 110100 1001 101001110 1010110 110001

Color Harmonies of #E8116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8116F

Black with #E8116F

Text Example


Text Example

White with #E8116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8116F; }

 p { color: rgb(232,17,111); }

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

background-color css

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

 a { background-color: rgb(232,17,111); }

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

border-color css

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

 span { border-color: rgb(232,17,111); }

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