Html Css Color HEX #E3196D Ruby

📋 copy color: '#E3196D'

red 227 ◦ green 25 ◦ blue 109

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

Shades of Ruby #E3196D

Tints of Ruby #E3196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 62.88%
G = 6.93%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E3196D (or 0xE3196D) is known color: Ruby. HEX triplet: E3, 19 and 6D. RGB value is (227,25,109). Sum of RGB (Red+Green+Blue) = 227+25+109=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E3196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3196D is #1CE692. Grayscale: #5E5E5E. Windows color (decimal): -1894035 or 7150051. OLE color: 7150051.

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

Color convert

RGB 227 25 109 -
CMYK 0 0.89 0.52 0.11
HSL 335.05º 0.8% 0.49% -
HSV(B) 335.05º 0.89% 0.89% -
XYZ 34.79 18.13 16.13 -
YUV 94.97 135.92 222.17 -
System Red Green Blue C M Y K H S L
Decimal 227 25 109 0 0.89 0.52 0.11 335.05 0.8 0.49
Hex E3 19 6D 0 59 34 B 14F 50 31
Octal 343 31 155 0 131 64 13 517 120 61
Binary 11100011 11001 1101101 0 1011001 110100 1011 101001111 1010000 110001

Color Harmonies of #E3196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3196D

Black with #E3196D

Text Example


Text Example

White with #E3196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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