Html Css Color HEX #E7145B Ruby

📋 copy color: '#E7145B'

red 231 ◦ green 20 ◦ blue 91

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

Shades of Ruby #E7145B

Tints of Ruby #E7145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 67.54%
G = 5.85%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7145B (or 0xE7145B) is known color: Ruby. HEX triplet: E7, 14 and 5B. RGB value is (231,20,91). Sum of RGB (Red+Green+Blue) = 231+20+91=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7145B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7145B is #18EBA4. Grayscale: #5B5B5B. Windows color (decimal): -1633189 or 5969127. OLE color: 5969127.

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

Color convert

RGB 231 20 91 -
CMYK 0 0.91 0.61 0.09
HSL 339.81º 0.84% 0.49% -
HSV(B) 339.81º 0.91% 0.91% -
XYZ 35.09 18.24 11.57 -
YUV 91.18 127.9 227.73 -
System Red Green Blue C M Y K H S L
Decimal 231 20 91 0 0.91 0.61 0.09 339.81 0.84 0.49
Hex E7 14 5B 0 5B 3D 9 154 54 31
Octal 347 24 133 0 133 75 11 524 124 61
Binary 11100111 10100 1011011 0 1011011 111101 1001 101010100 1010100 110001

Color Harmonies of #E7145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7145B

Black with #E7145B

Text Example


Text Example

White with #E7145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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