Html Css Color HEX #E0344E Amaranth

📋 copy color: '#E0344E'

red 224 ◦ green 52 ◦ blue 78

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

Shades of Amaranth #E0344E

Tints of Amaranth #E0344E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 63.28%
G = 14.69%
B = 22.03%

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

#E0344E (or 0xE0344E) is known color: Amaranth. HEX triplet: E0, 34 and 4E. RGB value is (224,52,78). Sum of RGB (Red+Green+Blue) = 224+52+78=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0344E is #1FCBB1. Grayscale: #6A6A6A. Windows color (decimal): -2083762 or 5125344. OLE color: 5125344.

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

Color convert

RGB 224 52 78 -
CMYK 0 0.77 0.65 0.12
HSL 350.93º 0.74% 0.54% -
HSV(B) 350.93º 0.77% 0.88% -
XYZ 33.34 18.85 9.09 -
YUV 106.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 224 52 78 0 0.77 0.65 0.12 350.93 0.74 0.54
Hex E0 34 4E 0 4D 41 C 15F 4A 36
Octal 340 64 116 0 115 101 14 537 112 66
Binary 11100000 110100 1001110 0 1001101 1000001 1100 101011111 1001010 110110

Color Harmonies of #E0344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0344E

Black with #E0344E

Text Example


Text Example

White with #E0344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0344E; }

 p { color: rgb(224,52,78); }

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

background-color css

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

 a { background-color: rgb(224,52,78); }

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

border-color css

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

 span { border-color: rgb(224,52,78); }

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