Html Css Color HEX #E7195B Ruby

📋 copy color: '#E7195B'

red 231 ◦ green 25 ◦ blue 91

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

Shades of Ruby #E7195B

Tints of Ruby #E7195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.2%

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

R = 66.57%
G = 7.2%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7195B (or 0xE7195B) is known color: Ruby. HEX triplet: E7, 19 and 5B. RGB value is (231,25,91). Sum of RGB (Red+Green+Blue) = 231+25+91=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7195B is #18E6A4. Grayscale: #5E5E5E. Windows color (decimal): -1631909 or 5970407. OLE color: 5970407.

HSL color Cylindrical-coordinate representation of color #E7195B: hue angle of 340.78º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7195B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 25 91 -
CMYK 0 0.89 0.61 0.09
HSL 340.78º 0.81% 0.5% -
HSV(B) 340.78º 0.89% 0.91% -
XYZ 35.19 18.44 11.6 -
YUV 94.12 126.25 225.63 -
System Red Green Blue C M Y K H S L
Decimal 231 25 91 0 0.89 0.61 0.09 340.78 0.81 0.5
Hex E7 19 5B 0 59 3D 9 155 51 32
Octal 347 31 133 0 131 75 11 525 121 62
Binary 11100111 11001 1011011 0 1011001 111101 1001 101010101 1010001 110010

Color Harmonies of #E7195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7195B

Black with #E7195B

Text Example


Text Example

White with #E7195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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