Html Css Color HEX #E8126D Ruby

📋 copy color: '#E8126D'

red 232 ◦ green 18 ◦ blue 109

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

Shades of Ruby #E8126D

Tints of Ruby #E8126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 64.62%
G = 5.01%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8126D (or 0xE8126D) is known color: Ruby. HEX triplet: E8, 12 and 6D. RGB value is (232,18,109). Sum of RGB (Red+Green+Blue) = 232+18+109=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8126D is #17ED92. Grayscale: #5C5C5C. Windows color (decimal): -1568147 or 7148264. OLE color: 7148264.

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

Color convert

RGB 232 18 109 -
CMYK 0 0.92 0.53 0.09
HSL 334.49º 0.86% 0.49% -
HSV(B) 334.49º 0.92% 0.91% -
XYZ 36.26 18.69 16.17 -
YUV 92.36 137.4 227.6 -
System Red Green Blue C M Y K H S L
Decimal 232 18 109 0 0.92 0.53 0.09 334.49 0.86 0.49
Hex E8 12 6D 0 5C 35 9 14E 56 31
Octal 350 22 155 0 134 65 11 516 126 61
Binary 11101000 10010 1101101 0 1011100 110101 1001 101001110 1010110 110001

Color Harmonies of #E8126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8126D

Black with #E8126D

Text Example


Text Example

White with #E8126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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