Html Css Color HEX #E7147C Ruby

📋 copy color: '#E7147C'

red 231 ◦ green 20 ◦ blue 124

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

Shades of Ruby #E7147C

Tints of Ruby #E7147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.33%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 61.6%
G = 5.33%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7147C (or 0xE7147C) is known color: Ruby. HEX triplet: E7, 14 and 7C. RGB value is (231,20,124). Sum of RGB (Red+Green+Blue) = 231+20+124=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7147C is #18EB83. Grayscale: #5E5E5E. Windows color (decimal): -1633156 or 8131815. OLE color: 8131815.

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

Color convert

RGB 231 20 124 -
CMYK 0 0.91 0.46 0.09
HSL 330.43º 0.84% 0.49% -
HSV(B) 330.43º 0.91% 0.91% -
XYZ 36.84 18.94 20.78 -
YUV 94.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 231 20 124 0 0.91 0.46 0.09 330.43 0.84 0.49
Hex E7 14 7C 0 5B 2E 9 14A 54 31
Octal 347 24 174 0 133 56 11 512 124 61
Binary 11100111 10100 1111100 0 1011011 101110 1001 101001010 1010100 110001

Color Harmonies of #E7147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7147C

Black with #E7147C

Text Example


Text Example

White with #E7147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7147C; }

 p { color: rgb(231,20,124); }

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

background-color css

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

 a { background-color: rgb(231,20,124); }

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

border-color css

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

 span { border-color: rgb(231,20,124); }

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