Html Css Color HEX #E3195E Ruby

📋 copy color: '#E3195E'

red 227 ◦ green 25 ◦ blue 94

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

Shades of Ruby #E3195E

Tints of Ruby #E3195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 65.61%
G = 7.23%
B = 27.17%

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

#E3195E (or 0xE3195E) is known color: Ruby. HEX triplet: E3, 19 and 5E. RGB value is (227,25,94). Sum of RGB (Red+Green+Blue) = 227+25+94=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E3195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3195E is #1CE6A1. Grayscale: #5D5D5D. Windows color (decimal): -1894050 or 6167011. OLE color: 6167011.

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

Color convert

RGB 227 25 94 -
CMYK 0 0.89 0.59 0.11
HSL 339.5º 0.8% 0.49% -
HSV(B) 339.5º 0.89% 0.89% -
XYZ 34.05 17.83 12.24 -
YUV 93.26 128.42 223.39 -
System Red Green Blue C M Y K H S L
Decimal 227 25 94 0 0.89 0.59 0.11 339.5 0.8 0.49
Hex E3 19 5E 0 59 3B B 154 50 31
Octal 343 31 136 0 131 73 13 524 120 61
Binary 11100011 11001 1011110 0 1011001 111011 1011 101010100 1010000 110001

Color Harmonies of #E3195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3195E

Black with #E3195E

Text Example


Text Example

White with #E3195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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