Html Css Color HEX #E32066 Ruby

📋 copy color: '#E32066'

red 227 ◦ green 32 ◦ blue 102

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

Shades of Ruby #E32066

Tints of Ruby #E32066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.25%

R = 62.88%
G = 8.86%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E32066 (or 0xE32066) is known color: Ruby. HEX triplet: E3, 20 and 66. RGB value is (227,32,102). Sum of RGB (Red+Green+Blue) = 227+32+102=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E32066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32066 is #1CDF99. Grayscale: #626262. Windows color (decimal): -1892250 or 6693091. OLE color: 6693091.

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

Color convert

RGB 227 32 102 -
CMYK 0 0.86 0.55 0.11
HSL 338.46º 0.78% 0.51% -
HSV(B) 338.46º 0.86% 0.89% -
XYZ 34.59 18.32 14.28 -
YUV 98.29 130.1 219.81 -
System Red Green Blue C M Y K H S L
Decimal 227 32 102 0 0.86 0.55 0.11 338.46 0.78 0.51
Hex E3 20 66 0 56 37 B 152 4E 33
Octal 343 40 146 0 126 67 13 522 116 63
Binary 11100011 100000 1100110 0 1010110 110111 1011 101010010 1001110 110011

Color Harmonies of #E32066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32066

Black with #E32066

Text Example


Text Example

White with #E32066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32066; }

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

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

background-color css

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

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

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

border-color css

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

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

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