Html Css Color HEX #E9175D Ruby

📋 copy color: '#E9175D'

red 233 ◦ green 23 ◦ blue 93

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

Shades of Ruby #E9175D

Tints of Ruby #E9175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 66.76%
G = 6.59%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9175D (or 0xE9175D) is known color: Ruby. HEX triplet: E9, 17 and 5D. RGB value is (233,23,93). Sum of RGB (Red+Green+Blue) = 233+23+93=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9175D is #16E8A2. Grayscale: #5D5D5D. Windows color (decimal): -1501347 or 6100969. OLE color: 6100969.

HSL color Cylindrical-coordinate representation of color #E9175D: hue angle of 340º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9175D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 23 93 -
CMYK 0 0.90 0.60 0.09
HSL 340º 0.83% 0.5% -
HSV(B) 340º 0.9% 0.91% -
XYZ 35.89 18.73 12.08 -
YUV 93.77 127.57 227.31 -
System Red Green Blue C M Y K H S L
Decimal 233 23 93 0 0.90 0.60 0.09 340 0.83 0.5
Hex E9 17 5D 0 5A 3C 9 154 53 32
Octal 351 27 135 0 132 74 11 524 123 62
Binary 11101001 10111 1011101 0 1011010 111100 1001 101010100 1010011 110010

Color Harmonies of #E9175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9175D

Black with #E9175D

Text Example


Text Example

White with #E9175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9175D; }

 p { color: rgb(233,23,93); }

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

background-color css

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

 a { background-color: rgb(233,23,93); }

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

border-color css

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

 span { border-color: rgb(233,23,93); }

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