Html Css Color HEX #E3195D Ruby

📋 copy color: '#E3195D'

red 227 ◦ green 25 ◦ blue 93

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

Shades of Ruby #E3195D

Tints of Ruby #E3195D

RGB

 RED value IS 227 (89.06% from 255) = 65.8%

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

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

R = 65.8%
G = 7.25%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3195D (or 0xE3195D) is known color: Ruby. HEX triplet: E3, 19 and 5D. RGB value is (227,25,93). Sum of RGB (Red+Green+Blue) = 227+25+93=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E3195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3195D is #1CE6A2. Grayscale: #5D5D5D. Windows color (decimal): -1894051 or 6101475. OLE color: 6101475.

HSL color Cylindrical-coordinate representation of color #E3195D: hue angle of 339.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3195D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 25 93 -
CMYK 0 0.89 0.59 0.11
HSL 339.8º 0.8% 0.49% -
HSV(B) 339.8º 0.89% 0.89% -
XYZ 34 17.82 12 -
YUV 93.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 227 25 93 0 0.89 0.59 0.11 339.8 0.8 0.49
Hex E3 19 5D 0 59 3B B 154 50 31
Octal 343 31 135 0 131 73 13 524 120 61
Binary 11100011 11001 1011101 0 1011001 111011 1011 101010100 1010000 110001

Color Harmonies of #E3195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3195D

Black with #E3195D

Text Example


Text Example

White with #E3195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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