Html Css Color HEX #E3195A Ruby

📋 copy color: '#E3195A'

red 227 ◦ green 25 ◦ blue 90

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

Shades of Ruby #E3195A

Tints of Ruby #E3195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 66.37%
G = 7.31%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3195A (or 0xE3195A) is known color: Ruby. HEX triplet: E3, 19 and 5A. RGB value is (227,25,90). Sum of RGB (Red+Green+Blue) = 227+25+90=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3195A is #1CE6A5. Grayscale: #5C5C5C. Windows color (decimal): -1894054 or 5904867. OLE color: 5904867.

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

Color convert

RGB 227 25 90 -
CMYK 0 0.89 0.60 0.11
HSL 340.69º 0.8% 0.49% -
HSV(B) 340.69º 0.89% 0.89% -
XYZ 33.87 17.76 11.32 -
YUV 92.81 126.42 223.71 -
System Red Green Blue C M Y K H S L
Decimal 227 25 90 0 0.89 0.60 0.11 340.69 0.8 0.49
Hex E3 19 5A 0 59 3C B 155 50 31
Octal 343 31 132 0 131 74 13 525 120 61
Binary 11100011 11001 1011010 0 1011001 111100 1011 101010101 1010000 110001

Color Harmonies of #E3195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3195A

Black with #E3195A

Text Example


Text Example

White with #E3195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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