Html Css Color HEX #E91160 Ruby

📋 copy color: '#E91160'

red 233 ◦ green 17 ◦ blue 96

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

Shades of Ruby #E91160

Tints of Ruby #E91160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.91%

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 67.34%
G = 4.91%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E91160 (or 0xE91160) is known color: Ruby. HEX triplet: E9, 11 and 60. RGB value is (233,17,96). Sum of RGB (Red+Green+Blue) = 233+17+96=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E91160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91160 is #16EE9F. Grayscale: #5A5A5A. Windows color (decimal): -1502880 or 6296041. OLE color: 6296041.

HSL color Cylindrical-coordinate representation of color #E91160: hue angle of 338.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91160 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 17 96 -
CMYK 0 0.93 0.59 0.09
HSL 338.06º 0.86% 0.49% -
HSV(B) 338.06º 0.93% 0.91% -
XYZ 35.92 18.57 12.76 -
YUV 90.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 233 17 96 0 0.93 0.59 0.09 338.06 0.86 0.49
Hex E9 11 60 0 5D 3B 9 152 56 31
Octal 351 21 140 0 135 73 11 522 126 61
Binary 11101001 10001 1100000 0 1011101 111011 1001 101010010 1010110 110001

Color Harmonies of #E91160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91160

Black with #E91160

Text Example


Text Example

White with #E91160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91160; }

 p { color: rgb(233,17,96); }

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

background-color css

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

 a { background-color: rgb(233,17,96); }

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

border-color css

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

 span { border-color: rgb(233,17,96); }

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