Html Css Color HEX #E7127B Ruby

📋 copy color: '#E7127B'

red 231 ◦ green 18 ◦ blue 123

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

Shades of Ruby #E7127B

Tints of Ruby #E7127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 62.1%
G = 4.84%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7127B (or 0xE7127B) is known color: Ruby. HEX triplet: E7, 12 and 7B. RGB value is (231,18,123). Sum of RGB (Red+Green+Blue) = 231+18+123=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E7127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7127B is #18ED84. Grayscale: #5D5D5D. Windows color (decimal): -1633669 or 8065767. OLE color: 8065767.

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

Color convert

RGB 231 18 123 -
CMYK 0 0.92 0.47 0.09
HSL 330.42º 0.86% 0.49% -
HSV(B) 330.42º 0.92% 0.91% -
XYZ 36.75 18.85 20.44 -
YUV 93.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 231 18 123 0 0.92 0.47 0.09 330.42 0.86 0.49
Hex E7 12 7B 0 5C 2F 9 14A 56 31
Octal 347 22 173 0 134 57 11 512 126 61
Binary 11100111 10010 1111011 0 1011100 101111 1001 101001010 1010110 110001

Color Harmonies of #E7127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7127B

Black with #E7127B

Text Example


Text Example

White with #E7127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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