Html Css Color HEX #E0334F Amaranth

📋 copy color: '#E0334F'

red 224 ◦ green 51 ◦ blue 79

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

Shades of Amaranth #E0334F

Tints of Amaranth #E0334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 63.28%
G = 14.41%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0334F (or 0xE0334F) is known color: Amaranth. HEX triplet: E0, 33 and 4F. RGB value is (224,51,79). Sum of RGB (Red+Green+Blue) = 224+51+79=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0334F is #1FCCB0. Grayscale: #696969. Windows color (decimal): -2084017 or 5190624. OLE color: 5190624.

HSL color Cylindrical-coordinate representation of color #E0334F: hue angle of 350.29º 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 #E0334F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 79 -
CMYK 0 0.77 0.65 0.12
HSL 350.29º 0.74% 0.54% -
HSV(B) 350.29º 0.77% 0.88% -
XYZ 33.34 18.78 9.26 -
YUV 105.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 224 51 79 0 0.77 0.65 0.12 350.29 0.74 0.54
Hex E0 33 4F 0 4D 41 C 15E 4A 36
Octal 340 63 117 0 115 101 14 536 112 66
Binary 11100000 110011 1001111 0 1001101 1000001 1100 101011110 1001010 110110

Color Harmonies of #E0334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0334F

Black with #E0334F

Text Example


Text Example

White with #E0334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0334F; }

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

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

background-color css

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

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

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

border-color css

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

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

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