Html Css Color HEX #E32064 Ruby

📋 copy color: '#E32064'

red 227 ◦ green 32 ◦ blue 100

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

Shades of Ruby #E32064

Tints of Ruby #E32064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 63.23%
G = 8.91%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E32064 (or 0xE32064) is known color: Ruby. HEX triplet: E3, 20 and 64. RGB value is (227,32,100). Sum of RGB (Red+Green+Blue) = 227+32+100=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E32064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32064 is #1CDF9B. Grayscale: #616161. Windows color (decimal): -1892252 or 6562019. OLE color: 6562019.

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

Color convert

RGB 227 32 100 -
CMYK 0 0.86 0.56 0.11
HSL 339.08º 0.78% 0.51% -
HSV(B) 339.08º 0.86% 0.89% -
XYZ 34.5 18.28 13.77 -
YUV 98.06 129.1 219.97 -
System Red Green Blue C M Y K H S L
Decimal 227 32 100 0 0.86 0.56 0.11 339.08 0.78 0.51
Hex E3 20 64 0 56 38 B 153 4E 33
Octal 343 40 144 0 126 70 13 523 116 63
Binary 11100011 100000 1100100 0 1010110 111000 1011 101010011 1001110 110011

Color Harmonies of #E32064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32064

Black with #E32064

Text Example


Text Example

White with #E32064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32064; }

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

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

background-color css

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

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

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

border-color css

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

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

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