Html Css Color HEX #E2344E Amaranth

📋 copy color: '#E2344E'

red 226 ◦ green 52 ◦ blue 78

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

Shades of Amaranth #E2344E

Tints of Amaranth #E2344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 63.48%
G = 14.61%
B = 21.91%

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

#E2344E (or 0xE2344E) is known color: Amaranth. HEX triplet: E2, 34 and 4E. RGB value is (226,52,78). Sum of RGB (Red+Green+Blue) = 226+52+78=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2344E is #1DCBB1. Grayscale: #6B6B6B. Windows color (decimal): -1952690 or 5125346. OLE color: 5125346.

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

Color convert

RGB 226 52 78 -
CMYK 0 0.77 0.65 0.11
HSL 351.03º 0.75% 0.55% -
HSV(B) 351.03º 0.77% 0.89% -
XYZ 33.97 19.17 9.12 -
YUV 106.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 226 52 78 0 0.77 0.65 0.11 351.03 0.75 0.55
Hex E2 34 4E 0 4D 41 B 15F 4B 37
Octal 342 64 116 0 115 101 13 537 113 67
Binary 11100010 110100 1001110 0 1001101 1000001 1011 101011111 1001011 110111

Color Harmonies of #E2344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2344E

Black with #E2344E

Text Example


Text Example

White with #E2344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2344E; }

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

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

background-color css

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

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

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

border-color css

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

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

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