Html Css Color HEX #E5344E Amaranth

📋 copy color: '#E5344E'

red 229 ◦ green 52 ◦ blue 78

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

Shades of Amaranth #E5344E

Tints of Amaranth #E5344E

RGB

 RED value IS 229 (89.84% from 255) = 63.79%

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

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

R = 63.79%
G = 14.48%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5344E (or 0xE5344E) is known color: Amaranth. HEX triplet: E5, 34 and 4E. RGB value is (229,52,78). Sum of RGB (Red+Green+Blue) = 229+52+78=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5344E is #1ACBB1. Grayscale: #6B6B6B. Windows color (decimal): -1756082 or 5125349. OLE color: 5125349.

HSL color Cylindrical-coordinate representation of color #E5344E: hue angle of 351.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5344E is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 78 -
CMYK 0 0.77 0.66 0.10
HSL 351.19º 0.77% 0.55% -
HSV(B) 351.19º 0.77% 0.9% -
XYZ 34.92 19.66 9.16 -
YUV 107.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 229 52 78 0 0.77 0.66 0.10 351.19 0.77 0.55
Hex E5 34 4E 0 4D 42 A 15F 4D 37
Octal 345 64 116 0 115 102 12 537 115 67
Binary 11100101 110100 1001110 0 1001101 1000010 1010 101011111 1001101 110111

Color Harmonies of #E5344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5344E

Black with #E5344E

Text Example


Text Example

White with #E5344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5344E; }

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

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

background-color css

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

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

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

border-color css

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

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

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