Html Css Color HEX #E2434C Amaranth

📋 copy color: '#E2434C'

red 226 ◦ green 67 ◦ blue 76

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

Shades of Amaranth #E2434C

Tints of Amaranth #E2434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

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

R = 61.25%
G = 18.16%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2434C (or 0xE2434C) is known color: Amaranth. HEX triplet: E2, 43 and 4C. RGB value is (226,67,76). Sum of RGB (Red+Green+Blue) = 226+67+76=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2434C is #1DBCB3. Grayscale: #737373. Windows color (decimal): -1948852 or 4998114. OLE color: 4998114.

HSL color Cylindrical-coordinate representation of color #E2434C: hue angle of 356.6º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2434C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 67 76 -
CMYK 0 0.70 0.66 0.11
HSL 356.6º 0.73% 0.57% -
HSV(B) 356.6º 0.7% 0.89% -
XYZ 34.68 20.7 9.01 -
YUV 115.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 226 67 76 0 0.70 0.66 0.11 356.6 0.73 0.57
Hex E2 43 4C 0 46 42 B 165 49 39
Octal 342 103 114 0 106 102 13 545 111 71
Binary 11100010 1000011 1001100 0 1000110 1000010 1011 101100101 1001001 111001

Color Harmonies of #E2434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2434C

Black with #E2434C

Text Example


Text Example

White with #E2434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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