Html Css Color HEX #E2364C Amaranth

📋 copy color: '#E2364C'

red 226 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #E2364C

Tints of Amaranth #E2364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

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

R = 63.48%
G = 15.17%
B = 21.35%

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

#E2364C (or 0xE2364C) is known color: Amaranth. HEX triplet: E2, 36 and 4C. RGB value is (226,54,76). Sum of RGB (Red+Green+Blue) = 226+54+76=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2364C is #1DC9B3. Grayscale: #6C6C6C. Windows color (decimal): -1952180 or 4994786. OLE color: 4994786.

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

Color convert

RGB 226 54 76 -
CMYK 0 0.76 0.66 0.11
HSL 352.33º 0.75% 0.55% -
HSV(B) 352.33º 0.76% 0.89% -
XYZ 33.99 19.33 8.78 -
YUV 107.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 226 54 76 0 0.76 0.66 0.11 352.33 0.75 0.55
Hex E2 36 4C 0 4C 42 B 160 4B 37
Octal 342 66 114 0 114 102 13 540 113 67
Binary 11100010 110110 1001100 0 1001100 1000010 1011 101100000 1001011 110111

Color Harmonies of #E2364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2364C

Black with #E2364C

Text Example


Text Example

White with #E2364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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