Html Css Color HEX #E9195C Ruby

📋 copy color: '#E9195C'

red 233 ◦ green 25 ◦ blue 92

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

Shades of Ruby #E9195C

Tints of Ruby #E9195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 66.57%
G = 7.14%
B = 26.29%

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

#E9195C (or 0xE9195C) is known color: Ruby. HEX triplet: E9, 19 and 5C. RGB value is (233,25,92). Sum of RGB (Red+Green+Blue) = 233+25+92=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9195C is #16E6A3. Grayscale: #5E5E5E. Windows color (decimal): -1500836 or 6035945. OLE color: 6035945.

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

Color convert

RGB 233 25 92 -
CMYK 0 0.89 0.61 0.09
HSL 340.67º 0.83% 0.51% -
HSV(B) 340.67º 0.89% 0.91% -
XYZ 35.88 18.79 11.86 -
YUV 94.83 126.41 226.55 -
System Red Green Blue C M Y K H S L
Decimal 233 25 92 0 0.89 0.61 0.09 340.67 0.83 0.51
Hex E9 19 5C 0 59 3D 9 155 53 33
Octal 351 31 134 0 131 75 11 525 123 63
Binary 11101001 11001 1011100 0 1011001 111101 1001 101010101 1010011 110011

Color Harmonies of #E9195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9195C

Black with #E9195C

Text Example


Text Example

White with #E9195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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