Html Css Color HEX #E3344C Amaranth

📋 copy color: '#E3344C'

red 227 ◦ green 52 ◦ blue 76

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

Shades of Amaranth #E3344C

Tints of Amaranth #E3344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 63.94%
G = 14.65%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3344C (or 0xE3344C) is known color: Amaranth. HEX triplet: E3, 34 and 4C. RGB value is (227,52,76). Sum of RGB (Red+Green+Blue) = 227+52+76=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3344C is #1CCBB3. Grayscale: #6B6B6B. Windows color (decimal): -1887156 or 4994275. OLE color: 4994275.

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

Color convert

RGB 227 52 76 -
CMYK 0 0.77 0.67 0.11
HSL 351.77º 0.76% 0.55% -
HSV(B) 351.77º 0.77% 0.89% -
XYZ 34.21 19.31 8.76 -
YUV 107.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 227 52 76 0 0.77 0.67 0.11 351.77 0.76 0.55
Hex E3 34 4C 0 4D 43 B 160 4C 37
Octal 343 64 114 0 115 103 13 540 114 67
Binary 11100011 110100 1001100 0 1001101 1000011 1011 101100000 1001100 110111

Color Harmonies of #E3344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3344C

Black with #E3344C

Text Example


Text Example

White with #E3344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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