Html Css Color HEX #E2344D Amaranth

📋 copy color: '#E2344D'

red 226 ◦ green 52 ◦ blue 77

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

Shades of Amaranth #E2344D

Tints of Amaranth #E2344D

RGB

 RED value IS 226 (88.67% from 255) = 63.66%

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

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 63.66%
G = 14.65%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2344D (or 0xE2344D) is known color: Amaranth. HEX triplet: E2, 34 and 4D. RGB value is (226,52,77). Sum of RGB (Red+Green+Blue) = 226+52+77=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2344D is #1DCBB2. Grayscale: #6A6A6A. Windows color (decimal): -1952691 or 5059810. OLE color: 5059810.

HSL color Cylindrical-coordinate representation of color #E2344D: hue angle of 351.38º degrees, saturation: 0.75, 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 #E2344D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 52 77 -
CMYK 0 0.77 0.66 0.11
HSL 351.38º 0.75% 0.55% -
HSV(B) 351.38º 0.77% 0.89% -
XYZ 33.93 19.16 8.93 -
YUV 106.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 226 52 77 0 0.77 0.66 0.11 351.38 0.75 0.55
Hex E2 34 4D 0 4D 42 B 15F 4B 37
Octal 342 64 115 0 115 102 13 537 113 67
Binary 11100010 110100 1001101 0 1001101 1000010 1011 101011111 1001011 110111

Color Harmonies of #E2344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2344D

Black with #E2344D

Text Example


Text Example

White with #E2344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2344D; }

 p { color: rgb(226,52,77); }

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

background-color css

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

 a { background-color: rgb(226,52,77); }

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

border-color css

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

 span { border-color: rgb(226,52,77); }

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