Html Css Color HEX #E2374C Amaranth

📋 copy color: '#E2374C'

red 226 ◦ green 55 ◦ blue 76

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

Shades of Amaranth #E2374C

Tints of Amaranth #E2374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

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

R = 63.31%
G = 15.41%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2374C (or 0xE2374C) is known color: Amaranth. HEX triplet: E2, 37 and 4C. RGB value is (226,55,76). Sum of RGB (Red+Green+Blue) = 226+55+76=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2374C is #1DC8B3. Grayscale: #6C6C6C. Windows color (decimal): -1951924 or 4995042. OLE color: 4995042.

HSL color Cylindrical-coordinate representation of color #E2374C: hue angle of 352.63º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2374C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 55 76 -
CMYK 0 0.76 0.66 0.11
HSL 352.63º 0.75% 0.55% -
HSV(B) 352.63º 0.76% 0.89% -
XYZ 34.03 19.42 8.79 -
YUV 108.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 226 55 76 0 0.76 0.66 0.11 352.63 0.75 0.55
Hex E2 37 4C 0 4C 42 B 161 4B 37
Octal 342 67 114 0 114 102 13 541 113 67
Binary 11100010 110111 1001100 0 1001100 1000010 1011 101100001 1001011 110111

Color Harmonies of #E2374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2374C

Black with #E2374C

Text Example


Text Example

White with #E2374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2374C; }

 p { color: rgb(226,55,76); }

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

background-color css

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

 a { background-color: rgb(226,55,76); }

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

border-color css

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

 span { border-color: rgb(226,55,76); }

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