Html Css Color HEX #E32074 Ruby

📋 copy color: '#E32074'

red 227 ◦ green 32 ◦ blue 116

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

Shades of Ruby #E32074

Tints of Ruby #E32074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 60.53%
G = 8.53%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E32074 (or 0xE32074) is known color: Ruby. HEX triplet: E3, 20 and 74. RGB value is (227,32,116). Sum of RGB (Red+Green+Blue) = 227+32+116=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E32074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32074 is #1CDF8B. Grayscale: #636363. Windows color (decimal): -1892236 or 7610595. OLE color: 7610595.

HSL color Cylindrical-coordinate representation of color #E32074: hue angle of 334.15º 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 #E32074 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 116 -
CMYK 0 0.86 0.49 0.11
HSL 334.15º 0.78% 0.51% -
HSV(B) 334.15º 0.86% 0.89% -
XYZ 35.35 18.62 18.25 -
YUV 99.88 137.1 218.67 -
System Red Green Blue C M Y K H S L
Decimal 227 32 116 0 0.86 0.49 0.11 334.15 0.78 0.51
Hex E3 20 74 0 56 31 B 14E 4E 33
Octal 343 40 164 0 126 61 13 516 116 63
Binary 11100011 100000 1110100 0 1010110 110001 1011 101001110 1001110 110011

Color Harmonies of #E32074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32074

Black with #E32074

Text Example


Text Example

White with #E32074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32074; }

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

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

background-color css

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

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

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

border-color css

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

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

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