Html Css Color HEX #E31C71 Ruby

📋 copy color: '#E31C71'

red 227 ◦ green 28 ◦ blue 113

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

Shades of Ruby #E31C71

Tints of Ruby #E31C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.61%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 61.68%
G = 7.61%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E31C71 (or 0xE31C71) is known color: Ruby. HEX triplet: E3, 1C and 71. RGB value is (227,28,113). Sum of RGB (Red+Green+Blue) = 227+28+113=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31C71 is #1CE38E. Grayscale: #616161. Windows color (decimal): -1893263 or 7412963. OLE color: 7412963.

HSL color Cylindrical-coordinate representation of color #E31C71: hue angle of 334.37º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31C71 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 28 113 -
CMYK 0 0.88 0.50 0.11
HSL 334.37º 0.78% 0.5% -
HSV(B) 334.37º 0.88% 0.89% -
XYZ 35.07 18.35 17.32 -
YUV 97.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 227 28 113 0 0.88 0.50 0.11 334.37 0.78 0.5
Hex E3 1C 71 0 58 32 B 14E 4E 32
Octal 343 34 161 0 130 62 13 516 116 62
Binary 11100011 11100 1110001 0 1011000 110010 1011 101001110 1001110 110010

Color Harmonies of #E31C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C71

Black with #E31C71

Text Example


Text Example

White with #E31C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C71; }

 p { color: rgb(227,28,113); }

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

background-color css

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

 a { background-color: rgb(227,28,113); }

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

border-color css

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

 span { border-color: rgb(227,28,113); }

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