Html Css Color HEX #E5314B Amaranth

📋 copy color: '#E5314B'

red 229 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #E5314B

Tints of Amaranth #E5314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 64.87%
G = 13.88%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5314B (or 0xE5314B) is known color: Amaranth. HEX triplet: E5, 31 and 4B. RGB value is (229,49,75). Sum of RGB (Red+Green+Blue) = 229+49+75=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5314B is #1ACEB4. Grayscale: #696969. Windows color (decimal): -1756853 or 4927973. OLE color: 4927973.

HSL color Cylindrical-coordinate representation of color #E5314B: hue angle of 351.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 #E5314B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 75 -
CMYK 0 0.79 0.67 0.10
HSL 351.33º 0.78% 0.55% -
HSV(B) 351.33º 0.79% 0.9% -
XYZ 34.68 19.36 8.57 -
YUV 105.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 229 49 75 0 0.79 0.67 0.10 351.33 0.78 0.55
Hex E5 31 4B 0 4F 43 A 15F 4E 37
Octal 345 61 113 0 117 103 12 537 116 67
Binary 11100101 110001 1001011 0 1001111 1000011 1010 101011111 1001110 110111

Color Harmonies of #E5314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5314B

Black with #E5314B

Text Example


Text Example

White with #E5314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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