Html Css Color HEX #E31079 Ruby

📋 copy color: '#E31079'

red 227 ◦ green 16 ◦ blue 121

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

Shades of Ruby #E31079

Tints of Ruby #E31079

RGB

 RED value IS 227 (89.06% from 255) = 62.36%

 GREEN value IS 16 (6.64% from 255) = 4.4%

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

R = 62.36%
G = 4.4%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E31079 (or 0xE31079) is known color: Ruby. HEX triplet: E3, 10 and 79. RGB value is (227,16,121). Sum of RGB (Red+Green+Blue) = 227+16+121=364 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.36% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 227 - color contains mainly: red. Hex color #E31079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31079 is #1CEF86. Grayscale: #5A5A5A. Windows color (decimal): -1896327 or 7934179. OLE color: 7934179.

HSL color Cylindrical-coordinate representation of color #E31079: hue angle of 330.14º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31079 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 16 121 -
CMYK 0 0.93 0.47 0.11
HSL 330.14º 0.87% 0.48% -
HSV(B) 330.14º 0.93% 0.89% -
XYZ 35.32 18.08 19.72 -
YUV 91.06 144.9 224.96 -
System Red Green Blue C M Y K H S L
Decimal 227 16 121 0 0.93 0.47 0.11 330.14 0.87 0.48
Hex E3 10 79 0 5D 2F B 14A 57 30
Octal 343 20 171 0 135 57 13 512 127 60
Binary 11100011 10000 1111001 0 1011101 101111 1011 101001010 1010111 110000

Color Harmonies of #E31079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31079

Black with #E31079

Text Example


Text Example

White with #E31079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31079; }

 p { color: rgb(227,16,121); }

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

background-color css

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

 a { background-color: rgb(227,16,121); }

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

border-color css

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

 span { border-color: rgb(227,16,121); }

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