Html Css Color HEX #E0334C Amaranth

📋 copy color: '#E0334C'

red 224 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #E0334C

Tints of Amaranth #E0334C

RGB

 RED value IS 224 (87.89% from 255) = 63.82%

 GREEN value IS 51 (20.31% from 255) = 14.53%

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

R = 63.82%
G = 14.53%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0334C (or 0xE0334C) is known color: Amaranth. HEX triplet: E0, 33 and 4C. RGB value is (224,51,76). Sum of RGB (Red+Green+Blue) = 224+51+76=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0334C is #1FCCB3. Grayscale: #696969. Windows color (decimal): -2084020 or 4994016. OLE color: 4994016.

HSL color Cylindrical-coordinate representation of color #E0334C: hue angle of 351.33º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0334C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 76 -
CMYK 0 0.77 0.66 0.12
HSL 351.33º 0.74% 0.54% -
HSV(B) 351.33º 0.77% 0.88% -
XYZ 33.23 18.74 8.7 -
YUV 105.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 224 51 76 0 0.77 0.66 0.12 351.33 0.74 0.54
Hex E0 33 4C 0 4D 42 C 15F 4A 36
Octal 340 63 114 0 115 102 14 537 112 66
Binary 11100000 110011 1001100 0 1001101 1000010 1100 101011111 1001010 110110

Color Harmonies of #E0334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0334C

Black with #E0334C

Text Example


Text Example

White with #E0334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0334C; }

 p { color: rgb(224,51,76); }

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

background-color css

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

 a { background-color: rgb(224,51,76); }

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

border-color css

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

 span { border-color: rgb(224,51,76); }

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