Html Css Color HEX #E32071 Ruby

📋 copy color: '#E32071'

red 227 ◦ green 32 ◦ blue 113

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

Shades of Ruby #E32071

Tints of Ruby #E32071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.6%

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

R = 61.02%
G = 8.6%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E32071 (or 0xE32071) is known color: Ruby. HEX triplet: E3, 20 and 71. RGB value is (227,32,113). Sum of RGB (Red+Green+Blue) = 227+32+113=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E32071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32071 is #1CDF8E. Grayscale: #636363. Windows color (decimal): -1892239 or 7413987. OLE color: 7413987.

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

Color convert

RGB 227 32 113 -
CMYK 0 0.86 0.50 0.11
HSL 335.08º 0.78% 0.51% -
HSV(B) 335.08º 0.86% 0.89% -
XYZ 35.18 18.56 17.35 -
YUV 99.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 227 32 113 0 0.86 0.50 0.11 335.08 0.78 0.51
Hex E3 20 71 0 56 32 B 14F 4E 33
Octal 343 40 161 0 126 62 13 517 116 63
Binary 11100011 100000 1110001 0 1010110 110010 1011 101001111 1001110 110011

Color Harmonies of #E32071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32071

Black with #E32071

Text Example


Text Example

White with #E32071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32071; }

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

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

background-color css

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

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

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

border-color css

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

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

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