Html Css Color HEX #E7126D Ruby

📋 copy color: '#E7126D'

red 231 ◦ green 18 ◦ blue 109

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

Shades of Ruby #E7126D

Tints of Ruby #E7126D

RGB

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

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

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

R = 64.53%
G = 5.03%
B = 30.45%

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

#E7126D (or 0xE7126D) is known color: Ruby. HEX triplet: E7, 12 and 6D. RGB value is (231,18,109). Sum of RGB (Red+Green+Blue) = 231+18+109=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7126D is #18ED92. Grayscale: #5B5B5B. Windows color (decimal): -1633683 or 7148263. OLE color: 7148263.

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

Color convert

RGB 231 18 109 -
CMYK 0 0.92 0.53 0.09
HSL 334.37º 0.86% 0.49% -
HSV(B) 334.37º 0.92% 0.91% -
XYZ 35.93 18.53 16.15 -
YUV 92.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 231 18 109 0 0.92 0.53 0.09 334.37 0.86 0.49
Hex E7 12 6D 0 5C 35 9 14E 56 31
Octal 347 22 155 0 134 65 11 516 126 61
Binary 11100111 10010 1101101 0 1011100 110101 1001 101001110 1010110 110001

Color Harmonies of #E7126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7126D

Black with #E7126D

Text Example


Text Example

White with #E7126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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