Html Css Color HEX #E31376 Ruby

📋 copy color: '#E31376'

red 227 ◦ green 19 ◦ blue 118

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

Shades of Ruby #E31376

Tints of Ruby #E31376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 62.36%
G = 5.22%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E31376 (or 0xE31376) is known color: Ruby. HEX triplet: E3, 13 and 76. RGB value is (227,19,118). Sum of RGB (Red+Green+Blue) = 227+19+118=364 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.36% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 227 - color contains mainly: red. Hex color #E31376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31376 is #1CEC89. Grayscale: #5C5C5C. Windows color (decimal): -1895562 or 7738339. OLE color: 7738339.

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

Color convert

RGB 227 19 118 -
CMYK 0 0.92 0.48 0.11
HSL 331.44º 0.85% 0.48% -
HSV(B) 331.44º 0.92% 0.89% -
XYZ 35.18 18.1 18.78 -
YUV 92.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 227 19 118 0 0.92 0.48 0.11 331.44 0.85 0.48
Hex E3 13 76 0 5C 30 B 14B 55 30
Octal 343 23 166 0 134 60 13 513 125 60
Binary 11100011 10011 1110110 0 1011100 110000 1011 101001011 1010101 110000

Color Harmonies of #E31376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31376

Black with #E31376

Text Example


Text Example

White with #E31376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31376; }

 p { color: rgb(227,19,118); }

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

background-color css

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

 a { background-color: rgb(227,19,118); }

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

border-color css

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

 span { border-color: rgb(227,19,118); }

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