Html Css Color HEX #E2294D Amaranth

📋 copy color: '#E2294D'

red 226 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #E2294D

Tints of Amaranth #E2294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

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

R = 65.7%
G = 11.92%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2294D (or 0xE2294D) is known color: Amaranth. HEX triplet: E2, 29 and 4D. RGB value is (226,41,77). Sum of RGB (Red+Green+Blue) = 226+41+77=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2294D is #1DD6B2. Grayscale: #646464. Windows color (decimal): -1955507 or 5056994. OLE color: 5056994.

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

Color convert

RGB 226 41 77 -
CMYK 0 0.82 0.66 0.11
HSL 348.32º 0.76% 0.52% -
HSV(B) 348.32º 0.82% 0.89% -
XYZ 33.5 18.29 8.79 -
YUV 100.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 226 41 77 0 0.82 0.66 0.11 348.32 0.76 0.52
Hex E2 29 4D 0 52 42 B 15C 4C 34
Octal 342 51 115 0 122 102 13 534 114 64
Binary 11100010 101001 1001101 0 1010010 1000010 1011 101011100 1001100 110100

Color Harmonies of #E2294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2294D

Black with #E2294D

Text Example


Text Example

White with #E2294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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