Html Css Color HEX #E2354C Amaranth

📋 copy color: '#E2354C'

red 226 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #E2354C

Tints of Amaranth #E2354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

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

R = 63.66%
G = 14.93%
B = 21.41%

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

#E2354C (or 0xE2354C) is known color: Amaranth. HEX triplet: E2, 35 and 4C. RGB value is (226,53,76). Sum of RGB (Red+Green+Blue) = 226+53+76=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2354C is #1DCAB3. Grayscale: #6B6B6B. Windows color (decimal): -1952436 or 4994530. OLE color: 4994530.

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

Color convert

RGB 226 53 76 -
CMYK 0 0.77 0.66 0.11
HSL 352.02º 0.75% 0.55% -
HSV(B) 352.02º 0.77% 0.89% -
XYZ 33.94 19.24 8.76 -
YUV 107.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 226 53 76 0 0.77 0.66 0.11 352.02 0.75 0.55
Hex E2 35 4C 0 4D 42 B 160 4B 37
Octal 342 65 114 0 115 102 13 540 113 67
Binary 11100010 110101 1001100 0 1001101 1000010 1011 101100000 1001011 110111

Color Harmonies of #E2354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2354C

Black with #E2354C

Text Example


Text Example

White with #E2354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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