Html Css Color HEX #E91379 Ruby

📋 copy color: '#E91379'

red 233 ◦ green 19 ◦ blue 121

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

Shades of Ruby #E91379

Tints of Ruby #E91379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 62.47%
G = 5.09%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E91379 (or 0xE91379) is known color: Ruby. HEX triplet: E9, 13 and 79. RGB value is (233,19,121). Sum of RGB (Red+Green+Blue) = 233+19+121=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E91379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91379 is #16EC86. Grayscale: #5E5E5E. Windows color (decimal): -1502343 or 7934953. OLE color: 7934953.

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

Color convert

RGB 233 19 121 -
CMYK 0 0.92 0.48 0.09
HSL 331.4º 0.85% 0.49% -
HSV(B) 331.4º 0.92% 0.91% -
XYZ 37.29 19.17 19.82 -
YUV 94.61 142.9 226.71 -
System Red Green Blue C M Y K H S L
Decimal 233 19 121 0 0.92 0.48 0.09 331.4 0.85 0.49
Hex E9 13 79 0 5C 30 9 14B 55 31
Octal 351 23 171 0 134 60 11 513 125 61
Binary 11101001 10011 1111001 0 1011100 110000 1001 101001011 1010101 110001

Color Harmonies of #E91379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91379

Black with #E91379

Text Example


Text Example

White with #E91379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91379; }

 p { color: rgb(233,19,121); }

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

background-color css

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

 a { background-color: rgb(233,19,121); }

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

border-color css

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

 span { border-color: rgb(233,19,121); }

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