Html Css Color HEX #E0344B Amaranth

📋 copy color: '#E0344B'

red 224 ◦ green 52 ◦ blue 75

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

Shades of Amaranth #E0344B

Tints of Amaranth #E0344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 63.82%
G = 14.81%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0344B (or 0xE0344B) is known color: Amaranth. HEX triplet: E0, 34 and 4B. RGB value is (224,52,75). Sum of RGB (Red+Green+Blue) = 224+52+75=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0344B is #1FCBB4. Grayscale: #6A6A6A. Windows color (decimal): -2083765 or 4928736. OLE color: 4928736.

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

Color convert

RGB 224 52 75 -
CMYK 0 0.77 0.67 0.12
HSL 351.98º 0.74% 0.54% -
HSV(B) 351.98º 0.77% 0.88% -
XYZ 33.24 18.81 8.54 -
YUV 106.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 224 52 75 0 0.77 0.67 0.12 351.98 0.74 0.54
Hex E0 34 4B 0 4D 43 C 160 4A 36
Octal 340 64 113 0 115 103 14 540 112 66
Binary 11100000 110100 1001011 0 1001101 1000011 1100 101100000 1001010 110110

Color Harmonies of #E0344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0344B

Black with #E0344B

Text Example


Text Example

White with #E0344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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