Html Css Color HEX #E5314E Amaranth

📋 copy color: '#E5314E'

red 229 ◦ green 49 ◦ blue 78

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

Shades of Amaranth #E5314E

Tints of Amaranth #E5314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

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

R = 64.33%
G = 13.76%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5314E (or 0xE5314E) is known color: Amaranth. HEX triplet: E5, 31 and 4E. RGB value is (229,49,78). Sum of RGB (Red+Green+Blue) = 229+49+78=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5314E is #1ACEB1. Grayscale: #6A6A6A. Windows color (decimal): -1756850 or 5124581. OLE color: 5124581.

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

Color convert

RGB 229 49 78 -
CMYK 0 0.79 0.66 0.10
HSL 350.33º 0.78% 0.55% -
HSV(B) 350.33º 0.79% 0.9% -
XYZ 34.79 19.4 9.12 -
YUV 106.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 229 49 78 0 0.79 0.66 0.10 350.33 0.78 0.55
Hex E5 31 4E 0 4F 42 A 15E 4E 37
Octal 345 61 116 0 117 102 12 536 116 67
Binary 11100101 110001 1001110 0 1001111 1000010 1010 101011110 1001110 110111

Color Harmonies of #E5314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5314E

Black with #E5314E

Text Example


Text Example

White with #E5314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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