Html Css Color HEX #E2434F Amaranth

📋 copy color: '#E2434F'

red 226 ◦ green 67 ◦ blue 79

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

Shades of Amaranth #E2434F

Tints of Amaranth #E2434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 60.75%
G = 18.01%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2434F (or 0xE2434F) is known color: Amaranth. HEX triplet: E2, 43 and 4F. RGB value is (226,67,79). Sum of RGB (Red+Green+Blue) = 226+67+79=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2434F is #1DBCB0. Grayscale: #747474. Windows color (decimal): -1948849 or 5194722. OLE color: 5194722.

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

Color convert

RGB 226 67 79 -
CMYK 0 0.70 0.65 0.11
HSL 355.47º 0.73% 0.57% -
HSV(B) 355.47º 0.7% 0.89% -
XYZ 34.78 20.75 9.57 -
YUV 115.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 226 67 79 0 0.70 0.65 0.11 355.47 0.73 0.57
Hex E2 43 4F 0 46 41 B 163 49 39
Octal 342 103 117 0 106 101 13 543 111 71
Binary 11100010 1000011 1001111 0 1000110 1000001 1011 101100011 1001001 111001

Color Harmonies of #E2434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2434F

Black with #E2434F

Text Example


Text Example

White with #E2434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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