Html Css Color HEX #E2354E Amaranth

📋 copy color: '#E2354E'

red 226 ◦ green 53 ◦ blue 78

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

Shades of Amaranth #E2354E

Tints of Amaranth #E2354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 63.31%
G = 14.85%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2354E (or 0xE2354E) is known color: Amaranth. HEX triplet: E2, 35 and 4E. RGB value is (226,53,78). Sum of RGB (Red+Green+Blue) = 226+53+78=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2354E is #1DCAB1. Grayscale: #6B6B6B. Windows color (decimal): -1952434 or 5125602. OLE color: 5125602.

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

Color convert

RGB 226 53 78 -
CMYK 0 0.77 0.65 0.11
HSL 351.33º 0.75% 0.55% -
HSV(B) 351.33º 0.77% 0.89% -
XYZ 34.01 19.27 9.13 -
YUV 107.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 226 53 78 0 0.77 0.65 0.11 351.33 0.75 0.55
Hex E2 35 4E 0 4D 41 B 15F 4B 37
Octal 342 65 116 0 115 101 13 537 113 67
Binary 11100010 110101 1001110 0 1001101 1000001 1011 101011111 1001011 110111

Color Harmonies of #E2354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2354E

Black with #E2354E

Text Example


Text Example

White with #E2354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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