Html Css Color HEX #E3294C Amaranth

📋 copy color: '#E3294C'

red 227 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #E3294C

Tints of Amaranth #E3294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 65.99%
G = 11.92%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3294C (or 0xE3294C) is known color: Amaranth. HEX triplet: E3, 29 and 4C. RGB value is (227,41,76). Sum of RGB (Red+Green+Blue) = 227+41+76=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3294C is #1CD6B3. Grayscale: #646464. Windows color (decimal): -1889972 or 4991459. OLE color: 4991459.

HSL color Cylindrical-coordinate representation of color #E3294C: hue angle of 348.71º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3294C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 76 -
CMYK 0 0.82 0.67 0.11
HSL 348.71º 0.77% 0.53% -
HSV(B) 348.71º 0.82% 0.89% -
XYZ 33.78 18.44 8.62 -
YUV 100.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 227 41 76 0 0.82 0.67 0.11 348.71 0.77 0.53
Hex E3 29 4C 0 52 43 B 15D 4D 35
Octal 343 51 114 0 122 103 13 535 115 65
Binary 11100011 101001 1001100 0 1010010 1000011 1011 101011101 1001101 110101

Color Harmonies of #E3294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3294C

Black with #E3294C

Text Example


Text Example

White with #E3294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3294C; }

 p { color: rgb(227,41,76); }

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

background-color css

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

 a { background-color: rgb(227,41,76); }

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

border-color css

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

 span { border-color: rgb(227,41,76); }

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