Html Css Color HEX #E7195D Ruby

📋 copy color: '#E7195D'

red 231 ◦ green 25 ◦ blue 93

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

Shades of Ruby #E7195D

Tints of Ruby #E7195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 66.19%
G = 7.16%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7195D (or 0xE7195D) is known color: Ruby. HEX triplet: E7, 19 and 5D. RGB value is (231,25,93). Sum of RGB (Red+Green+Blue) = 231+25+93=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E7195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7195D is #18E6A2. Grayscale: #5E5E5E. Windows color (decimal): -1631907 or 6101479. OLE color: 6101479.

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

Color convert

RGB 231 25 93 -
CMYK 0 0.89 0.60 0.09
HSL 340.19º 0.81% 0.5% -
HSV(B) 340.19º 0.89% 0.91% -
XYZ 35.28 18.47 12.06 -
YUV 94.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 231 25 93 0 0.89 0.60 0.09 340.19 0.81 0.5
Hex E7 19 5D 0 59 3C 9 154 51 32
Octal 347 31 135 0 131 74 11 524 121 62
Binary 11100111 11001 1011101 0 1011001 111100 1001 101010100 1010001 110010

Color Harmonies of #E7195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7195D

Black with #E7195D

Text Example


Text Example

White with #E7195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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