Html Css Color HEX #E8126B Ruby

📋 copy color: '#E8126B'

red 232 ◦ green 18 ◦ blue 107

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

Shades of Ruby #E8126B

Tints of Ruby #E8126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

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

R = 64.99%
G = 5.04%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E8126B (or 0xE8126B) is known color: Ruby. HEX triplet: E8, 12 and 6B. RGB value is (232,18,107). Sum of RGB (Red+Green+Blue) = 232+18+107=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8126B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8126B is #17ED94. Grayscale: #5B5B5B. Windows color (decimal): -1568149 or 7017192. OLE color: 7017192.

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

Color convert

RGB 232 18 107 -
CMYK 0 0.92 0.54 0.09
HSL 335.05º 0.86% 0.49% -
HSV(B) 335.05º 0.92% 0.91% -
XYZ 36.15 18.65 15.6 -
YUV 92.13 136.4 227.76 -
System Red Green Blue C M Y K H S L
Decimal 232 18 107 0 0.92 0.54 0.09 335.05 0.86 0.49
Hex E8 12 6B 0 5C 36 9 14F 56 31
Octal 350 22 153 0 134 66 11 517 126 61
Binary 11101000 10010 1101011 0 1011100 110110 1001 101001111 1010110 110001

Color Harmonies of #E8126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8126B

Black with #E8126B

Text Example


Text Example

White with #E8126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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