Html Css Color HEX #E3196F Ruby

📋 copy color: '#E3196F'

red 227 ◦ green 25 ◦ blue 111

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

Shades of Ruby #E3196F

Tints of Ruby #E3196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 62.53%
G = 6.89%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E3196F (or 0xE3196F) is known color: Ruby. HEX triplet: E3, 19 and 6F. RGB value is (227,25,111). Sum of RGB (Red+Green+Blue) = 227+25+111=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E3196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3196F is #1CE690. Grayscale: #5F5F5F. Windows color (decimal): -1894033 or 7281123. OLE color: 7281123.

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

Color convert

RGB 227 25 111 -
CMYK 0 0.89 0.51 0.11
HSL 334.46º 0.8% 0.49% -
HSV(B) 334.46º 0.89% 0.89% -
XYZ 34.9 18.17 16.71 -
YUV 95.2 136.92 222.01 -
System Red Green Blue C M Y K H S L
Decimal 227 25 111 0 0.89 0.51 0.11 334.46 0.8 0.49
Hex E3 19 6F 0 59 33 B 14E 50 31
Octal 343 31 157 0 131 63 13 516 120 61
Binary 11100011 11001 1101111 0 1011001 110011 1011 101001110 1010000 110001

Color Harmonies of #E3196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3196F

Black with #E3196F

Text Example


Text Example

White with #E3196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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