Html Css Color HEX #E9195B Ruby

📋 copy color: '#E9195B'

red 233 ◦ green 25 ◦ blue 91

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

Shades of Ruby #E9195B

Tints of Ruby #E9195B

RGB

 RED value IS 233 (91.41% from 255) = 66.76%

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

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 66.76%
G = 7.16%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9195B (or 0xE9195B) is known color: Ruby. HEX triplet: E9, 19 and 5B. RGB value is (233,25,91). Sum of RGB (Red+Green+Blue) = 233+25+91=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9195B is #16E6A4. Grayscale: #5E5E5E. Windows color (decimal): -1500837 or 5970409. OLE color: 5970409.

HSL color Cylindrical-coordinate representation of color #E9195B: hue angle of 340.96º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9195B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 25 91 -
CMYK 0 0.89 0.61 0.09
HSL 340.96º 0.83% 0.51% -
HSV(B) 340.96º 0.89% 0.91% -
XYZ 35.84 18.77 11.63 -
YUV 94.72 125.91 226.63 -
System Red Green Blue C M Y K H S L
Decimal 233 25 91 0 0.89 0.61 0.09 340.96 0.83 0.51
Hex E9 19 5B 0 59 3D 9 155 53 33
Octal 351 31 133 0 131 75 11 525 123 63
Binary 11101001 11001 1011011 0 1011001 111101 1001 101010101 1010011 110011

Color Harmonies of #E9195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9195B

Black with #E9195B

Text Example


Text Example

White with #E9195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9195B; }

 p { color: rgb(233,25,91); }

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

background-color css

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

 a { background-color: rgb(233,25,91); }

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

border-color css

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

 span { border-color: rgb(233,25,91); }

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