Html Css Color HEX #E32065 Ruby

📋 copy color: '#E32065'

red 227 ◦ green 32 ◦ blue 101

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

Shades of Ruby #E32065

Tints of Ruby #E32065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 63.06%
G = 8.89%
B = 28.06%

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

#E32065 (or 0xE32065) is known color: Ruby. HEX triplet: E3, 20 and 65. RGB value is (227,32,101). Sum of RGB (Red+Green+Blue) = 227+32+101=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E32065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32065 is #1CDF9A. Grayscale: #626262. Windows color (decimal): -1892251 or 6627555. OLE color: 6627555.

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

Color convert

RGB 227 32 101 -
CMYK 0 0.86 0.56 0.11
HSL 338.77º 0.78% 0.51% -
HSV(B) 338.77º 0.86% 0.89% -
XYZ 34.54 18.3 14.02 -
YUV 98.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 227 32 101 0 0.86 0.56 0.11 338.77 0.78 0.51
Hex E3 20 65 0 56 38 B 153 4E 33
Octal 343 40 145 0 126 70 13 523 116 63
Binary 11100011 100000 1100101 0 1010110 111000 1011 101010011 1001110 110011

Color Harmonies of #E32065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32065

Black with #E32065

Text Example


Text Example

White with #E32065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32065; }

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

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

background-color css

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

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

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

border-color css

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

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

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